mirror of
https://github.com/imcarlost/pidcat-repl.git
synced 2026-08-08 23:17:43 -04:00
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:
@@ -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)*
|
||||
----------------------------
|
||||
|
||||
|
||||
Reference in New Issue
Block a user