aboutsummaryrefslogtreecommitdiff
path: root/CHANGELOG.md
diff options
context:
space:
mode:
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md14
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