Skip to content

Releases: AuHau/loggy

v0.3.1

04 Mar 07:39
58a9aac
Compare
Choose a tag to compare

Bug Fixes

v0.3.0

07 Feb 19:13
8a3e1c9
Compare
Choose a tag to compare

Features

Bug Fixes

v0.2.0

07 Feb 08:24
0aafb85
Compare
Choose a tag to compare

Features

Bug Fixes

  • enable cancel pattern input (#23) (d2b22a1)
  • store: filter walking reversed (#9) (e6c962c)
  • ui: redraw logs on wrong filter only when filter is on (#10) (32b114b)

v0.1.1

02 Feb 07:43
8bb1e93
Compare
Choose a tag to compare

Bug Fixes

  • cwd log should not be mandatory (#5) (a58d36a)

v0.1.0

02 Feb 07:05
10edc5e
Compare
Choose a tag to compare

This is the first (a bit of testing) release that includes the very basic features that this tool aims to provide such as:

  • command line interface
  • configuration support
  • parsing the log line with a parsing string
  • filtering using the parsed parameters
  • basic UI

There is more work needed especially on the UI but it is usable as sort of MVP already now.

Features