Skip to content

Commit

Permalink
Release v1.3.0 (#287)
Browse files Browse the repository at this point in the history
* Release v1.3.0

* Update RELEASES.md

Co-authored-by: Michał Praszmo <[email protected]>

* Update RELEASES.md

Co-authored-by: Michał Praszmo <[email protected]>

Co-authored-by: Michał Praszmo <[email protected]>
  • Loading branch information
msm-code and nazywam authored Dec 12, 2022
1 parent 6281bf8 commit 187eed8
Show file tree
Hide file tree
Showing 2 changed files with 31 additions and 1 deletion.
30 changes: 30 additions & 0 deletions RELEASES.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,33 @@
# Version 1.3

### New features

- User accounts with OIDC (#250, #251, #252, #253, #255, #258, #266, #265, #274, #276, #278, #280)

### UI Improvements

- Multiselect for sample tags [(#164)](https://github.com/CERT-Polska/mquery/pull/164)
- Ctrl+enter now submits a job in the query window [(#217)](https://github.com/CERT-Polska/mquery/pull/217)
- Added a button to copy all matched hashes [(#239)](https://github.com/CERT-Polska/mquery/pull/239)

### Improvements

- A bit better support for Yara rules:
- Improve parsing of string count expressions [(#269)](https://github.com/CERT-Polska/mquery/pull/269)
- Discard partial "or" expressions [(#190)](https://github.com/CERT-Polska/mquery/pull/190)
- Fixed the regex parsing [(#229)](https://github.com/CERT-Polska/mquery/pull/229)

### Bugfixes

- NPM made a breaking change that broke our builds - fixed with [#272](https://github.com/CERT-Polska/mquery/pull/66)
- Add a missing /config route [#209](https://github.com/CERT-Polska/mquery/pull/209)

### Others

- Remove ursadb repository as a submodule [(#277)](https://github.com/CERT-Polska/mquery/pull/277)
- Automatically build and push docker images on merge [(#262)](https://github.com/CERT-Polska/mquery/pull/262)
- Various refactoring changes, like [(#199)](https://github.com/CERT-Polska/mquery/pull/199) or #245

# Version 1.2

![](./docs/interface-v1.2.gif)
Expand Down
2 changes: 1 addition & 1 deletion src/util.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ def setup_logging() -> None:


def mquery_version() -> str:
return "1.2.0"
return "1.3.0"


def make_sha256_tag(filename: str) -> Dict[str, Any]:
Expand Down

0 comments on commit 187eed8

Please sign in to comment.