Skip to content

v4.0.0

Compare
Choose a tag to compare
@github-actions github-actions released this 10 Apr 11:26
· 15 commits to master since this release
81beb1d

Features

  • UI/UX overhaul
  • Multi-step regex matching (more info in the README) (#50)
  • Added sections of the matches in the results (#50)
  • New regexes and improvements on some existing ones with the new refiner regex (#56)
  • Added a search bar in the logger tab to filter the results (#58)
  • Label for the scan results count (#58)
  • Improved CSV support for importing regexes lists (#43)
  • New context menu for quickly modifying regexes in the Options tab tables
  • Improved the export functionality in the results table (#52)
  • Updated context menu in the results table (#40)

Fixes

  • High memory usage when analyzing many items (#46)
  • Exceptions raised while sorting the results table (#51)

New Contributors

Developer notes

This latest release brings many new features while proposing a new and improved codebase.
The main objective is to have an organized codebase that's easier to work on for current and new contributors.
This concept is behind the many new tests that were added to ensure the core functionalities keep functioning as expected.

  • Moved from Burp's legacy API to newer MontoyaAPI 2023.12.1 (#39)
  • Improved the overall test suite
  • Updated license information (#54)
  • Improved UI logic to meet EDT requirements (#58)

Full Changelog: v3.2.1...v4.0.0