Skip to content

v3.19 - Tagging, Filter Additions, and more

Compare
Choose a tag to compare
@CoreyD97 CoreyD97 released this 28 May 09:10
· 135 commits to master since this release

I'll be honest. It's been that long since I wrote a lot of this code, I don't entirely remember what I've added.

New features:

  • Log entry tagging - Create textual tags which will be displayed alongside requests if they match the given filter. Tags can be stacked and searched using filters. Tags don't interfere with color filters.
  • Reflections - List the parameters reflected in a request (Includes detectors for various encoding, pull requests welcome for new detectors!)
    • Reflection detection can be customized by enabling / disabling each detector.
  • Parameters are now displayed as a list which can be searched with filters.
  • Grep panel now includes an inline request viewer.
  • Requests should now reflect the actual message sent to the server. (Work in progress - #42 Will track improvements)
  • More stuff that I cannot remember!