···11# Changelog
2233+## [2026.4.6](https://github.com/onevcat/Prowl/releases/tag/v2026.4.6)
44+55+This release brings a redesigned sidebar with a modern, cleaner, and more compact layout, along with reliability fixes across the terminal surface and CLI.
66+77+## New
88+99+- **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.
1010+- **Reveal in Finder** is now available in the worktree context menu, opening the worktree directory directly in Finder.
1111+- The run script indicator (green play icon) now shows a red stop button on hover; clicking it stops the running script.
1212+- The tab count badge on repository headers now shows a tooltip with the active tab count when hovered.
1313+- 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.
1414+- `prowl key` now correctly emits ANSI control characters for `Ctrl-[`, `Ctrl-\`, `Ctrl-]`, `Ctrl-^`, and `Ctrl-_` combos, and uppercase letters preserve their shift meaning.
1515+1616+## Fixed
1717+1818+- Hovering a worktree row no longer causes a vertical layout jump when pin and archive buttons appear.
1919+- Archive, Delete, pin, and archive buttons are now hidden for the main worktree, where those actions do not apply.
2020+- 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.
2121+322## [2026.4.5](https://github.com/onevcat/Prowl/releases/tag/v2026.4.5)
423524Prowl gains a command-line tool for scripted terminal control.