Skip to content

Prowl 2026.6.23

Choose a tag to compare

@onevcat onevcat released this 23 Jun 14:35
· 71 commits to main since this release
v2026.6.23

Search usability, sidebar accuracy, and several reliability fixes.

Improved

  • The sidebar +N badge now includes lines from untracked files alongside modified tracked files. Badge refresh timing is now adaptive: small repos update in roughly 1–2 seconds, while larger repos use a longer debounce to keep things responsive without thrashing git.

New

  • Find Next (Cmd+G) and Find Previous (Cmd+Shift+G) are now registered as configurable app keybindings. Search navigation buttons also show tooltips with their associated hotkeys.

Fixed

  • Find Next/Previous direction now matches standard macOS convention — Cmd+G moves toward newer content (downward in the scrollback buffer), and Cmd+Shift+G moves toward older content.
  • Keyboard shortcuts (Enter, Shift+Enter, Escape, Cmd+G, Cmd+Shift+G) now work correctly while the search field itself has focus. Opening a search now auto-selects the newest match instead of showing -/N.
  • Settings, Diff, and Debug windows now appear correctly when the main window is in fullscreen mode, instead of opening invisibly on a background Space.
  • Worktree delete and archive keyboard shortcuts now respond when the terminal pane has focus.
  • Git repository detection is more robust when Xcode's command-line tools report a license or developer path error — Prowl now retries via the login shell instead of silently failing.