Skip to content

v0.8.0

Choose a tag to compare

@atomicstack atomicstack released this 08 Apr 07:00
· 34 commits to main since this release

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-from listing with a human-readable size column and simplified auto-save names to auto, 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.tmux when applying binds and related setup, which lowers unnecessary tmux command churn during initialization.

Full Changelog: v0.7.1...v0.8.0