From 87669f614eac396035aa9bf4c33f84fac9758846 Mon Sep 17 00:00:00 2001 From: Daniel Date: Sun, 3 May 2020 17:36:15 +0200 Subject: update changelog --- CHANGELOG.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index d5885ac..94389b1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,20 @@ All notable changes to this project will be documented in this file. ## Unreleased +### Added +- The REPL now remembers its history across program restarts. + +### Changed +- Date based filters (-after and -before) will now use the filename to filter + out logs early, speeding up the search. +- Filename output is not quoted anymore, and doesn't use double-backslashes on + Windows. +- Ctrl-C will now only cancel the current search in the REPL instead of ending + the program. + +### Fixed +- Fixed timezone handling, so date output & filtering should now be consistent + with the actual date. ## 1.0.2 - 2020-04-29 ### Added -- cgit v1.2.3