Skip to content

v0.1.3

Choose a tag to compare

@github-actions github-actions released this 03 Apr 16:19
· 42 commits to main since this release
v0.1.3
0d94cb3

0.1.3 - 2026-04-03

Added

  • xf add — add worktrees for repos to an existing feature
  • xf add --from <branch> — create worktree branch from a specific branch
  • xf add --branch <name> — use a custom branch name instead of the feature name
  • Empty features are now shown in xf list with (empty) marker

Changed

  • xf new now only creates an empty feature directory (use xf add to add worktrees)
  • xf new autocomplete excludes repos already specified in the command
  • xf add autocomplete excludes repos already added to the feature
  • xf add autocomplete shows features for the first arg, repos for subsequent args