diff options
author | Daniel <kingdread@gmx.de> | 2020-05-03 17:36:15 +0200 |
---|---|---|
committer | Daniel <kingdread@gmx.de> | 2020-05-03 17:36:15 +0200 |
commit | 87669f614eac396035aa9bf4c33f84fac9758846 (patch) | |
tree | c34504493b134e40b2539120da413d0a079c5e3d /CHANGELOG.md | |
parent | 8fde84e701d74ce898c80fc5c5d1bfbf4e77863b (diff) | |
download | raidgrep-87669f614eac396035aa9bf4c33f84fac9758846.tar.gz raidgrep-87669f614eac396035aa9bf4c33f84fac9758846.tar.bz2 raidgrep-87669f614eac396035aa9bf4c33f84fac9758846.zip |
update changelog
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r-- | CHANGELOG.md | 14 |
1 files changed, 14 insertions, 0 deletions
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 |