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

onevcat 9042d32c 45ab2d18

+15
+15
CHANGELOG.md
··· 1 1 # Changelog 2 2 3 + ## [2026.4.17](https://github.com/onevcat/Prowl/releases/tag/v2026.4.17) 4 + 5 + This release focuses on Custom Command power-ups and two Canvas reliability fixes. 6 + 7 + ## New 8 + 9 + - **Custom Commands can now open a New Split**, running your command in a new pane alongside the current terminal. Choose split direction (left, right, up, down) per command in Settings. 10 + - **Close on success** toggle for New Tab and New Split targets: when enabled, the tab or split is automatically dismissed after the command exits with code 0, leaving it open on failure so you can inspect the output. 11 + - The toolbar status badge now animates in and out smoothly, and a brief toast appears when a Custom Command completes successfully. 12 + 13 + ## Fixed 14 + 15 + - Creating split panes with Cmd+D or Cmd+Shift+D while in Canvas mode no longer freezes rendering. All panes now display and accept input correctly. 16 + - Two-finger pan on the Canvas is no longer interrupted when the cursor drifts over a focused terminal card mid-gesture. Scrolling on a card with no scrollback content now pans the canvas instead of being silently consumed. 17 + 3 18 ## [2026.4.16](https://github.com/onevcat/Prowl/releases/tag/v2026.4.16) 4 19 5 20 **Fixed**