v0.8.0
improvements
- redesigned the plugin install/update progress screen to use richer mockup-style panels with phase-aware status labels, full-width gradient progress, source and destination paths, cleaner path shortening for home and temp directories, and improved visual hierarchy throughout the flow.
- added blinking preview cursors in preview panes, reusing the existing cursor cadence so pane, session, window, and tree previews match the rest of the UI.
- expanded the
session:restore-fromlisting with a human-readablesizecolumn and simplified auto-save names toauto, making older saves easier to scan without repeating timestamp information. - improved the local plugin test harness and dummy tmux configuration used for plugin workflow verification, which makes release validation around plugin behavior more reliable.
fixes
- fixed a restore flow hang that could leave tmux consuming CPU after a restore by waiting for pane replay completion before switching the client back to the restored session.
- reduced redundant tmux invocations in
main.tmuxwhen applying binds and related setup, which lowers unnecessary tmux command churn during initialization.
Full Changelog: v0.7.1...v0.8.0