What's Changed
Features
- Added picker configuration options (#343)
- Added
-b/--blacklistedflag to list blacklisted sessions (#371) - Added support for environment variable expansion in paths (#370)
- Added
tmux_commandto the config schema
Improvements
- Improved session naming by collapsing whitespace in generated names (#374)
- Consolidated git naming into a single worktree-based strategy (#373)
Note
Git naming behavior has changed for worktrees in both bare and standard clone setups. If you rely on session names derived from git worktrees, see #373 for details and examples.
Fixes
- Fixed tmuxinator attach behavior
- Fixed a race between
startup_command/startup_scriptand slow shell initialization (#372)
Maintenance
- Added config schema sync skill