Skip to content

maestro@3.5.15

Choose a tag to compare

@mirinodev mirinodev released this 02 Aug 17:01
· 23 commits to main since this release

Patch Changes

  • #202 6d1ba1a Thanks @camoneart! - fix: apply ui.pathDisplay setting to all commands

    Root Cause:

    • Path display inconsistency across commands caused user confusion
    • Some commands used formatPath() while others displayed absolute paths directly

    Changes:

    • Added formatPath() to github command (3 locations)
    • Added formatPath() to review command for PR checkout paths
    • Added formatPath() to shell command (2 locations)
    • Added formatPath() to exec command (2 locations)
    • Added formatPath() to health command (2 locations)
    • Added formatPath() to watch command for worktree selection

    User Impact:

    • All commands now respect ui.pathDisplay configuration
    • Users see consistent relative paths when setting mst config set ui.pathDisplay relative
    • Improved user experience with unified path display behavior

    Fixes #201