Skip to content

Commit

Permalink
chore: release 0.2.0 (#14)
Browse files Browse the repository at this point in the history
  • Loading branch information
AuHau authored Feb 7, 2022
1 parent d2b22a1 commit 0aafb85
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,22 @@
# Changelog

## [0.2.0](https://www.github.com/AuHau/loggy/compare/v0.1.1...v0.2.0) (2022-02-07)


### Features

* improved non-pattern matches handling ([#19](https://www.github.com/AuHau/loggy/issues/19)) ([6dcb073](https://www.github.com/AuHau/loggy/commit/6dcb073c4e51f2bec32c93aaa3c3f45e5e41dc43))
* replace govaluate with expr ([#21](https://www.github.com/AuHau/loggy/issues/21)) ([457ec96](https://www.github.com/AuHau/loggy/commit/457ec9689b3984a207f193b211861f1424bba109))
* status bar ([#17](https://www.github.com/AuHau/loggy/issues/17)) ([e85d9e1](https://www.github.com/AuHau/loggy/commit/e85d9e19ba6060cfc45c8bd8c0af3d6f028702bc))
* **ui, cli:** extended help modal with several pages of help ([#12](https://www.github.com/AuHau/loggy/issues/12)) ([42328f8](https://www.github.com/AuHau/loggy/commit/42328f89fcf588e7583d266214c28b1f0175d8ec))


### Bug Fixes

* enable cancel pattern input ([#23](https://www.github.com/AuHau/loggy/issues/23)) ([d2b22a1](https://www.github.com/AuHau/loggy/commit/d2b22a1729237ce12e205bce9dd4b9b948502a2a))
* **store:** filter walking reversed ([#9](https://www.github.com/AuHau/loggy/issues/9)) ([e6c962c](https://www.github.com/AuHau/loggy/commit/e6c962c194f0fe2a9d8325d87092e7747c68eb7a))
* **ui:** redraw logs on wrong filter only when filter is on ([#10](https://www.github.com/AuHau/loggy/issues/10)) ([32b114b](https://www.github.com/AuHau/loggy/commit/32b114b70fe2d343080b10ff62c0bf7c64a0ea78))

### [0.1.1](https://www.github.com/AuHau/loggy/compare/v0.1.0...v0.1.1) (2022-02-02)


Expand Down

0 comments on commit 0aafb85

Please sign in to comment.