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

onevcat 38af6ab7 294bc17d

+19
+19
CHANGELOG.md
··· 1 1 # Changelog 2 2 3 + ## [2026.4.6](https://github.com/onevcat/Prowl/releases/tag/v2026.4.6) 4 + 5 + This release brings a redesigned sidebar with a modern, cleaner, and more compact layout, along with reliability fixes across the terminal surface and CLI. 6 + 7 + ## New 8 + 9 + - **Redesigned Sidebar** — the sidebar has been completely re-laid out for a modern, cleaner, and more compact look, giving you more room to focus on your work. 10 + - **Reveal in Finder** is now available in the worktree context menu, opening the worktree directory directly in Finder. 11 + - The run script indicator (green play icon) now shows a red stop button on hover; clicking it stops the running script. 12 + - The tab count badge on repository headers now shows a tooltip with the active tab count when hovered. 13 + - CLI tool install and uninstall results now show a toolbar toast on the main window for all entry points (Command Palette, menu bar), so you always get feedback regardless of whether Settings is open. 14 + - `prowl key` now correctly emits ANSI control characters for `Ctrl-[`, `Ctrl-\`, `Ctrl-]`, `Ctrl-^`, and `Ctrl-_` combos, and uppercase letters preserve their shift meaning. 15 + 16 + ## Fixed 17 + 18 + - Hovering a worktree row no longer causes a vertical layout jump when pin and archive buttons appear. 19 + - Archive, Delete, pin, and archive buttons are now hidden for the main worktree, where those actions do not apply. 20 + - Terminals could appear blank after exiting Canvas view due to occlusion state being applied before the surface was reattached to the view hierarchy; this is now deferred correctly. 21 + 3 22 ## [2026.4.5](https://github.com/onevcat/Prowl/releases/tag/v2026.4.5) 4 23 5 24 Prowl gains a command-line tool for scripted terminal control.