Releases: Canop/rhit
Releases · Canop/rhit
rhit v2.0.3
rhit v2.0.2
- allow some additional spaces in filters of several kinds, eg
-d '> 12/25'
- fix some problems in filters using several operators without parenthesis
rhit v2.0.1
- fix app name in
--version
- better error message on path not found - thanks @orhun
rhit v2.0.0
--output
parameter lets you choose between summary tables (default) or the log lines, either raw, as CSV, or as JSON--lines
parameter removed (use--output raw
or-o r
instead)--date
precision now the second--time
filter- new time histogram (time of the day, in the server's timezone)
- more helpful
--help
- more targets for binaries in the official archives, especially ARM 32/64 both gnu and musl
rhit v1.7.2
dependency management - fix #22
rhit v1.7.1
Mostly dependency upgrades and compilation fixes - no feature change
rhit v1.7.0
allow passing several paths as arguments - Fix #14
rhit v1.6.0
Better fit into thin terminals
rhit v1.5.5
Don't write an error looking message when no line matches the query
rhit v1.5.4
fix compilation broken by patch release 1.0.49 of anyhow