Bump version to 2.4.0

Fix click-to-line behavior in the interactive UI (no-op without a filter,
correct row math when the log hasn't filled the screen) and add a hover
highlight, a persistent pin on the clicked line, and always-visible process
create/death separators so filtered runs stay distinguishable.
This commit is contained in:
2026-07-20 11:44:13 -04:00
parent 0cb6331afc
commit 80fd6ba760
3 changed files with 105 additions and 38 deletions
+14
View File
@@ -1,6 +1,20 @@
Change Log
==========
Version 2.4.0 *(2026-07-20)*
----------------------------
* Fix: Clicking a line with no filter active was recentering the view instead of doing
nothing; it's now a no-op until you actually have something to unfilter.
* Fix: Click-to-line row math was off whenever the log hadn't filled the screen yet
(e.g. right after startup), so clicks could land on the wrong entry or miss entirely.
* New: Hovering over a line highlights it while a filter is active, hinting that it's
clickable.
* New: The line you click stays highlighted after the filter clears, so you can find
it in the full scrollback; the highlight clears once you start another search.
* New: Process create/death separators now stay visible even while a filter is active,
so you can tell separate app runs apart in filtered results.
Version 2.3.0 *(2026-07-20)*
----------------------------