Skip to content

v0.4.0

Choose a tag to compare

@github-actions github-actions released this 29 Apr 17:34
· 17 commits to main since this release

Features

  • New session: create new sessions (n), pick target directory (N)
  • Session duplication: fork sessions (y), fork with custom name (Y)
  • Close tmux window: close active tmux window for a session (x)
  • Keybinds popup: press ? to view all keybindings in a scrollable modal
  • Dir picker: browse and select directories when creating/duplicating sessions
  • Filtered delete: select multiple sessions with space in delete mode, then confirm

UX Improvements

  • Consolidated footer hints to show only essential keys for current mode
  • Consistent styling for all modals (highlighted keys, · separators in hints)
  • Mode-aware preview border colors (teal for all mode, purple for tmux)

Theme

  • Refined light and dark theme colors

Bug Fixes

  • Fixed modal text wrapping inside borders
  • Fixed modal background color gaps on wrapped lines
  • Fixed input field background to match modal background