git-vmr

Releases

0.8.0

v0.8.0 Jun 5 2026 at 16:50 UTC

🚀 Features

  • Add missing flags to add, mv, and rm (#45)
  • Add branch deletion flags to worktree remove (#48)
  • Make worktree command with no arguments list worktrees (#49)

📚 Documentation

  • Add copyright footers to generated documentation (#43)

🎨 Styling

  • Standardise command output formatting (#46)
  • Standardise help text formatting (#47)

0.7.0

v0.7.0 Jun 5 2026 at 11:38 UTC

🚀 Features

  • Add worktree commands to add, move, remove and list worktrees (#40)
  • Add foreach command to run arbitrary shell commands (#42)

0.6.0

v0.6.0 Jun 5 2026 at 01:12 UTC

🚀 Features

  • Add clone command for cloning repositories (#31)
  • Add tag command for creating, deleting, and listing tags (#33)
  • Add switch command to switch between branches (#34)
  • Add fetch, pull, and push commands for collaboration (#35)
  • Add reset command to reset the index (#36)
  • Add --create argument to switch command to create branches (#37)

🚜 Refactor

  • Extract command handling into dedicated module (#39)

🎨 Styling

  • Standardise output handling (#38)

0.5.0

v0.5.0 Jun 4 2026 at 21:00 UTC

🚀 Features

  • Add branch deletion arguments (#29)

🐛 Bug Fixes

  • Show correct binary name in status hints (#25)
  • Fix inconsistent path separators (#27)

📚 Documentation

  • Document supported commands (#30)

🎨 Styling

  • Refine branch and status output styling (#28)

0.4.0

v0.4.0 Jun 4 2026 at 00:02 UTC

🚀 Features

  • Add destination argument to init command (#14)
  • Add branch command to create and list branches (#16)
  • Add commit command to create commits for staged changes (#17)
  • Add merge command to merge changes (#18)
  • Add rebase command to apply commits on top of another tip (#19)

🚜 Refactor

  • Centralise git command execution (#21)
  • Centralise repository discovery (#22)
  • Standardise git command result handling (#23)
  • Restructure git command organisation (#24)

⚡ Performance

  • Run commands in parallel (#20)

0.3.0

v0.3.0 Jun 3 2026 at 19:13 UTC

🚀 Features

  • Add add, mv, restore, rm commands for managing the working tree (#11)

⚙️ Miscellaneous Tasks

  • Rewrite homepage install commands (#13)

0.2.0

v0.2.0 Jun 2 2026 at 19:07 UTC

🚀 Features

  • Add working directory argument (#9)
  • Add status command to show the virtual monorepo status (#10)

📚 Documentation

  • Update changelog format (#7)

0.1.0

v0.1.0 Jun 2 2026 at 03:15 UTC

🚀 Features

  • Add init command for creating virtual monorepo config (#5)

⚙️ Miscellaneous Tasks

  • Create project structure (#1)
  • Configure dependency updates (#2)
  • Configure release process (#3)