Skip to content

v0.2.5

Choose a tag to compare

@github-actions github-actions released this 31 Aug 06:17
· 3 commits to main since this release

Opt-in mouse support for the sidebar: set [cards] mouse = true (or
flip the new settings row) to click a card header to expand or collapse
it, click a card body to select it without collapsing, and scroll the
list with the wheel (3 lines per notch, matching herdr). The default
stays off so drag-to-select text keeps working out of the box, and
capture is released on every exit path — including the in-pane update
re-exec — so a crash or upgrade never leaves your shell with a stuck
mouse.

Also ships the previously unreleased context-percentage rounding fix
(#1) and a mouse-probe example for checking whether a terminal or
multiplexer forwards SGR mouse events to pane apps.

Co-Authored-By: Claude Fable 5 noreply@anthropic.com

What's Changed

  • fix(daemon): pin context percentage to one decimal by @fucx in #1

New Contributors

  • @fucx made their first contribution in #1

Full Changelog: v0.2.4...v0.2.5