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.25

onevcat cff366c5 fe9c9c6d

+16
+16
CHANGELOG.md
··· 1 1 # Changelog 2 2 3 + ## [2026.4.25](https://github.com/onevcat/Prowl/releases/tag/v2026.4.25) 4 + 5 + This release brings mouse-driven Canvas navigation and improves reliability for long-running sessions. 6 + 7 + ## New 8 + 9 + - **Canvas zoom with Cmd+scroll wheel**: hold Cmd and scroll to zoom in or out, anchored on the cursor position. Works with both mouse wheels and trackpads. 10 + - **Canvas pan with middle-click drag**: press and drag the middle mouse button to pan the Canvas. Terminals never see the click, and middle-click works normally outside Canvas mode. 11 + 12 + ## Fixed 13 + 14 + - The `prowl` CLI no longer loses its connection to the app after a few days. macOS periodically cleans `/tmp`, which was deleting the socket file and causing `APP_NOT_RUNNING` errors even with the app running. The socket is now stored in `~/Library/Application Support/com.onevcat.prowl/`. A one-time app relaunch is required after upgrading to bind the new path. 15 + - Prowl now applies a runtime Ghostty theme fallback when you have a single theme configured and it mismatches the current macOS appearance (light/dark). No changes are written to your Ghostty config file. 16 + - Canvas auto-fit now reserves space for toolbars and gives cards a bit more room, so cards no longer end up hidden under UI chrome. 17 + - The Canvas navigation help popover no longer truncates its content, and the middle-click hint is hidden for Magic Mouse users who cannot middle-click. 18 + 3 19 ## [2026.4.23](https://github.com/onevcat/Prowl/releases/tag/v2026.4.23) 4 20 5 21 Tab icons now update automatically based on the running command, making it easy to tell at a glance what each terminal tab is doing.