Skip to content

Releases: lpwanw/procs

v0.5.0

Choose a tag to compare

@lpwanw lpwanw released this 16 Jun 03:57

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

v0.4.0

Choose a tag to compare

@github-actions github-actions released this 04 May 04:15

Changelog

  • 49a093d feat(tui): Ctrl+E hotkey to edit config + auto reload

v0.3.2

Choose a tag to compare

@github-actions github-actions released this 04 May 03:30

Changelog

  • e52cf92 chore(install): default PREFIX to $HOME/.local, no sudo

v0.3.1

Choose a tag to compare

@github-actions github-actions released this 04 May 03:24

Changelog

  • b1833dd feat(tui): embedded vt attach in content pane
  • acc62b1 feat(tui): mouse drag-select on log pane + paste forwarding in attach
  • e118b5c feat(tui,git): branch picker filter + in-TUI fetch/pull, Ctrl-L clear
  • 939f7cf fix(tui): render mouse drag selection highlight on log pane
  • 9ad1724 refactor(tui): standardize attach detach key to double Esc

v0.3.0

Choose a tag to compare

@github-actions github-actions released this 21 Apr 06:02

Changelog

  • 8035e7b feat(tui): per-process CPU + RAM stats in status bar
  • 4ea15b3 feat(tui,config): log ergonomics — env vars, severity color, JSON/SQL pretty, wrap, pause, :clear/:w

v0.2.0

Choose a tag to compare

@github-actions github-actions released this 21 Apr 03:30

Changelog

  • 70f48a8 feat(tui): log focus mode — vim motions, visual select, clipboard yank
  • 63c0151 feat(tui): vim operator-pending, counts, text objects, find-char

v0.1.0

Choose a tag to compare

@github-actions github-actions released this 21 Apr 02:30

Changelog

  • 926fa2d chore(go): lower go directive to 1.25 so CI can resolve the toolchain
  • 45ea661 ci: release workflow (goreleaser on v* tags)
  • c802f72 disable ci
  • d89150f disable ci
  • e7dd58d docs(readme): document install/update/uninstall paths
  • 6933cc7 docs(readme): drop bun/port framing, refresh keybindings
  • bc21e4b feat(tui): vim-style search, command bar, scrollbar, quick-jump, double Ctrl+C
  • 1bb4bb7 fix(process,tui): improve signal handling and routing stability
  • 451b8f6 fix(tui): seed sidebar with idle projects and hide empty counter
  • 81237d7 init
  • 0b62251 overlay toast