Bump version to 2.3.0

Adds Esc-to-quit, working scroll (keys + mouse wheel), and click-to-jump
in the interactive filter UI.
This commit is contained in:
2026-07-20 11:07:20 -04:00
parent 112291d61b
commit 0cb6331afc
2 changed files with 184 additions and 44 deletions
+12
View File
@@ -1,6 +1,18 @@
Change Log
==========
Version 2.3.0 *(2026-07-20)*
----------------------------
* New: Esc quits the interactive UI. A bare Escape keypress exits; Escape sequences
(arrow keys, mouse reports) are still parsed normally.
* Fix: Scrolling the interactive UI now works. Up/Down, Page Up/Down, Home/End, and
the mouse wheel scroll the retained scrollback; new lines no longer yank you back
to the tail while you're scrolled up.
* New: Clicking a line in the interactive UI clears the filter, unfilters the log,
and scrolls to that line in the full history.
Version 2.2.0 *(2026-07-20)*
----------------------------