Skip to content

maestro@3.5.11

Choose a tag to compare

@mirinodev mirinodev released this 01 Aug 08:39
· 38 commits to main since this release

Patch Changes

  • #179 c8c0ec6 Thanks @camoneart! - Fix tmux session deletion for branch names with slashes

    Fixed an issue where tmux sessions were not being deleted when removing worktrees with branch names containing slashes (e.g., feature/test).

    Changes:

    • Normalize tmux session names in delete command (replace slashes with hyphens)
    • Apply the same normalization logic as the create command

    Fixes #178

  • #180 9086e74 Thanks @camoneart! - Set pane title for regular --tmux sessions

    Fixed an issue where pane titles were not being set to branch names when creating sessions with the --tmux option.

    Changes:

    • Set pane titles during regular tmux session creation
    • Unified behavior with other tmux options (--tmux-h, --tmux-v)

    Fixes #177