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

onevcat 66225740 ccc41eeb

+12
+12
CHANGELOG.md
··· 1 1 # Changelog 2 2 3 + ## [2026.4.15](https://github.com/onevcat/Prowl/releases/tag/v2026.4.15) 4 + 5 + ## New 6 + 7 + - **Fetch before worktree creation**: Prowl can now run `git fetch` against the relevant remote before creating a new worktree. The option is on by default and can be toggled in Settings > Worktree. Fetch errors are logged but do not block worktree creation. 8 + - **Merged worktree action**: The "auto-archive on merge" toggle has been replaced with a three-option picker — Do Nothing, Archive, or Delete — controlling what happens to a worktree when its pull request is merged. Find it in Settings > Worktree. Existing configurations migrate automatically. 9 + - **Global defaults for copy flags and merge strategy**: The "copy ignored files", "copy untracked files", and "pull request merge strategy" settings can now be configured once as global defaults in Settings, with optional per-repository overrides. Repository-level pickers show the current global value when no override is set. 10 + 11 + ## Fixed 12 + 13 + - Terminals could appear blank after exiting Canvas view due to the surface losing its host attachment. Prowl now detects and recovers from this state automatically. 14 + 3 15 ## [2026.4.11](https://github.com/onevcat/Prowl/releases/tag/v2026.4.11) 4 16 5 17 This release focuses on worktree management improvements and quality-of-life fixes.