Skip to content

Commit

Permalink
Update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
AMDmi3 committed Mar 26, 2024
1 parent 4f3bb5b commit 82d9a31
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
## 0.5.0

- Add windows and macos support
- Improve reporting of config parse errors
- Implement `size` and `lines` conditions checking file size and number
if lines respectively
- Support complex globs with quotes and escapes (like in shell,
e.g. `"program output "\[[0-9]\].txt` which would match `program
output [1].txt`)

## 0.4.0

- Fix incorrect match reporting level (files vs. lines) in some cases
Expand Down

0 comments on commit 82d9a31

Please sign in to comment.