Skip to content

v0.5.0

Latest

Choose a tag to compare

@lpwanw lpwanw released this 16 Jun 03:57
· 3 commits to main since this release

Changelog

  • a7eca52 chore(release): use archives.formats (goreleaser v2)
  • 4d4184e feat(tui): detach mode — daemon/client split with tmux-style reattach
  • 79e9ea3 feat(tui): mouse select+copy in attach mode with tmux-style child forwarding
  • d32adcf fix(procstats): prune stale descendant handles after each sample
  • 7a7f7f6 fix(tui): guard mouse handlers against stale rowToRaw vs rawLines
  • 701714e fix(tui): keep copy-mode cursor visible under line wrap
  • 9be8228 fix(tui): scroll wheel scrolls logs instead of switching project
  • 70e019a perf(log): cache DecodeForRender result at ingest
  • bf9789f perf(tui): linear ANSI scanning + fast paths in log repaint
  • 8e5c260 perf(tui): replace bubbles viewport with windowed row renderer