native macOS codings agent orchestrator
6
fork

Configure Feed

Select the types of activity you want to include in your feed.

Update CHANGELOG for 2026.4.20

onevcat 8b477f6a 123d7487

+17
+17
CHANGELOG.md
··· 1 1 # Changelog 2 2 3 + ## [2026.4.20](https://github.com/onevcat/Prowl/releases/tag/v2026.4.20) 4 + 5 + This release focuses on canvas usability improvements and broader code host support. 6 + 7 + ## New 8 + 9 + - Canvas cards now show close and expand buttons in the title bar when you hover over them, letting you act on any card without focusing it first. 10 + - When a focused canvas card is closed (via button, Cmd+W, or any other method), focus automatically moves to the nearest surviving card so the highlighted state stays consistent. 11 + - The "Open on Code Host" action now works beyond GitHub and beyond open pull requests. Worktrees with a PR still open the PR; others fall back to the repository homepage. GitLab-style remotes are supported. 12 + - Code host actions in the toolbar and command palette are now labeled with the detected host name (e.g., "Open on GitHub" vs. "Open on GitLab"). 13 + - "Change Tab Icon..." and "Open Repository on Code Host" are now hidden from the command palette's empty-query list to reduce noise. Type to search for either action. 14 + 15 + ## Fixed 16 + 17 + - Restored two-finger scroll for TUI programs (pagers, editors, etc.) inside canvas mode. A previous optimization incorrectly forwarded scroll events to the canvas when Ghostty reported no scrollback buffer, breaking apps like `nvim`, `less`, and `htop`. 18 + - Fixed a crash (EXC_BREAKPOINT abort) that could occur during ANR detection due to Sentry invoking a Swift concurrency callback off the main thread. 19 + 3 20 ## [2026.4.18](https://github.com/onevcat/Prowl/releases/tag/v2026.4.18) 4 21 5 22 This release focuses on tab customization and a less-interrupting update experience.