Skip to content

mquery v1.3

Compare
Choose a tag to compare
@msm-code msm-code released this 12 Dec 17:42
· 75 commits to master since this release
187eed8

Version 1.3

New features

UI Improvements

  • Multiselect for sample tags (#164)
  • Ctrl+enter now submits a job in the query window (#217)
  • Added a button to copy all matched hashes (#239)

Improvements

  • A bit better support for Yara rules:
    • Improve parsing of string count expressions (#269)
    • Discard partial "or" expressions (#190)
    • Fixed the regex parsing (#229)

Bugfixes

  • NPM made a breaking change that broke our builds - fixed with #272
  • Add a missing /config route #209

Others

  • Remove ursadb repository as a submodule (#277)
  • Automatically build and push docker images on merge (#262)
  • Various refactoring changes, like (#199) or #245