Skip to content

v0.32.0

Latest

Choose a tag to compare

@github-actions github-actions released this 11 Feb 06:04
· 1 commit to main since this release

Features

  • Added Git worktree support for projects #119
    • Define worktrees in project config with path (required) and branch (optional, defaults to path basename)
    • mani init auto-discovers existing worktrees using git worktree list
    • mani sync creates worktrees defined in config
    • Worktrees can be inside or outside the parent project directory
  • Added remove_orphaned_worktrees config option to remove worktrees not in config
  • Added --remove-orphaned-worktrees / -w flag to mani sync
  • Added worktree column option for mani list projects

Fixes

  • Fixed TUI to always show Tags/Paths panes even when empty
  • Fixed TUI search/filter label showing raw color tags when using default theme
  • Fixed mani init to only add root directory as project when inside a git repo