Skip to content

Releases: eugencowie/git-vmr

0.9.1

10 Jun 22:45
51f7f0b

Choose a tag to compare

Release Notes

🐛 Bug Fixes

  • Fix inconsistent tag list styling (#59)

Install git-vmr 0.9.1

Install prebuilt binaries via shell script

curl --proto '=https' --tlsv1.2 -LsSf https://github.com/eugencowie/git-vmr/releases/download/v0.9.1/git-vmr-installer.sh | sh

Install prebuilt binaries via powershell script

powershell -ExecutionPolicy Bypass -c "irm https://github.com/eugencowie/git-vmr/releases/download/v0.9.1/git-vmr-installer.ps1 | iex"

Download git-vmr 0.9.1

File Platform Checksum
git-vmr-aarch64-apple-darwin.tar.xz Apple Silicon macOS checksum
git-vmr-x86_64-apple-darwin.tar.xz Intel macOS checksum
git-vmr-x86_64-pc-windows-msvc.zip x64 Windows checksum
git-vmr-x86_64-unknown-linux-gnu.tar.xz x64 Linux checksum

0.9.0

10 Jun 21:24
99b31da

Choose a tag to compare

Release Notes

🚀 Features

  • Add global configuration file (#56)
  • Check for updates automatically (#50)

Install git-vmr 0.9.0

Install prebuilt binaries via shell script

curl --proto '=https' --tlsv1.2 -LsSf https://github.com/eugencowie/git-vmr/releases/download/v0.9.0/git-vmr-installer.sh | sh

Install prebuilt binaries via powershell script

powershell -ExecutionPolicy Bypass -c "irm https://github.com/eugencowie/git-vmr/releases/download/v0.9.0/git-vmr-installer.ps1 | iex"

Download git-vmr 0.9.0

File Platform Checksum
git-vmr-aarch64-apple-darwin.tar.xz Apple Silicon macOS checksum
git-vmr-x86_64-apple-darwin.tar.xz Intel macOS checksum
git-vmr-x86_64-pc-windows-msvc.zip x64 Windows checksum
git-vmr-x86_64-unknown-linux-gnu.tar.xz x64 Linux checksum

0.8.0

05 Jun 16:50
5b99d81

Choose a tag to compare

Release Notes

🚀 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)

Install git-vmr 0.8.0

Install prebuilt binaries via shell script

curl --proto '=https' --tlsv1.2 -LsSf https://github.com/eugencowie/git-vmr/releases/download/v0.8.0/git-vmr-installer.sh | sh

Install prebuilt binaries via powershell script

powershell -ExecutionPolicy Bypass -c "irm https://github.com/eugencowie/git-vmr/releases/download/v0.8.0/git-vmr-installer.ps1 | iex"

Download git-vmr 0.8.0

File Platform Checksum
git-vmr-aarch64-apple-darwin.tar.xz Apple Silicon macOS checksum
git-vmr-x86_64-apple-darwin.tar.xz Intel macOS checksum
git-vmr-x86_64-pc-windows-msvc.zip x64 Windows checksum
git-vmr-x86_64-unknown-linux-gnu.tar.xz x64 Linux checksum

0.7.0

05 Jun 11:38
023040f

Choose a tag to compare

Release Notes

🚀 Features

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

Install git-vmr 0.7.0

Install prebuilt binaries via shell script

curl --proto '=https' --tlsv1.2 -LsSf https://github.com/eugencowie/git-vmr/releases/download/v0.7.0/git-vmr-installer.sh | sh

Install prebuilt binaries via powershell script

powershell -ExecutionPolicy Bypass -c "irm https://github.com/eugencowie/git-vmr/releases/download/v0.7.0/git-vmr-installer.ps1 | iex"

Download git-vmr 0.7.0

File Platform Checksum
git-vmr-aarch64-apple-darwin.tar.xz Apple Silicon macOS checksum
git-vmr-x86_64-apple-darwin.tar.xz Intel macOS checksum
git-vmr-x86_64-pc-windows-msvc.zip x64 Windows checksum
git-vmr-x86_64-unknown-linux-gnu.tar.xz x64 Linux checksum

0.6.0

05 Jun 01:12
1709a17

Choose a tag to compare

Release Notes

🚀 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)

Install git-vmr 0.6.0

Install prebuilt binaries via shell script

curl --proto '=https' --tlsv1.2 -LsSf https://github.com/eugencowie/git-vmr/releases/download/v0.6.0/git-vmr-installer.sh | sh

Install prebuilt binaries via powershell script

powershell -ExecutionPolicy Bypass -c "irm https://github.com/eugencowie/git-vmr/releases/download/v0.6.0/git-vmr-installer.ps1 | iex"

Download git-vmr 0.6.0

File Platform Checksum
git-vmr-aarch64-apple-darwin.tar.xz Apple Silicon macOS checksum
git-vmr-x86_64-apple-darwin.tar.xz Intel macOS checksum
git-vmr-x86_64-pc-windows-msvc.zip x64 Windows checksum
git-vmr-x86_64-unknown-linux-gnu.tar.xz x64 Linux checksum

0.5.0

04 Jun 21:00

Choose a tag to compare

Release Notes

🚀 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)

Install git-vmr 0.5.0

Install prebuilt binaries via shell script

curl --proto '=https' --tlsv1.2 -LsSf https://github.com/eugencowie/git-vmr/releases/download/v0.5.0/git-vmr-installer.sh | sh

Install prebuilt binaries via powershell script

powershell -ExecutionPolicy Bypass -c "irm https://github.com/eugencowie/git-vmr/releases/download/v0.5.0/git-vmr-installer.ps1 | iex"

Download git-vmr 0.5.0

File Platform Checksum
git-vmr-aarch64-apple-darwin.tar.xz Apple Silicon macOS checksum
git-vmr-x86_64-apple-darwin.tar.xz Intel macOS checksum
git-vmr-x86_64-pc-windows-msvc.zip x64 Windows checksum
git-vmr-x86_64-unknown-linux-gnu.tar.xz x64 Linux checksum

0.4.0

04 Jun 00:02
be44366

Choose a tag to compare

Release Notes

🚀 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)

Install git-vmr 0.4.0

Install prebuilt binaries via shell script

curl --proto '=https' --tlsv1.2 -LsSf https://github.com/eugencowie/git-vmr/releases/download/v0.4.0/git-vmr-installer.sh | sh

Install prebuilt binaries via powershell script

powershell -ExecutionPolicy Bypass -c "irm https://github.com/eugencowie/git-vmr/releases/download/v0.4.0/git-vmr-installer.ps1 | iex"

Download git-vmr 0.4.0

File Platform Checksum
git-vmr-aarch64-apple-darwin.tar.xz Apple Silicon macOS checksum
git-vmr-x86_64-apple-darwin.tar.xz Intel macOS checksum
git-vmr-x86_64-pc-windows-msvc.zip x64 Windows checksum
git-vmr-x86_64-unknown-linux-gnu.tar.xz x64 Linux checksum

0.3.0

03 Jun 19:13
a442817

Choose a tag to compare

Release Notes

🚀 Features

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

⚙️ Miscellaneous Tasks

  • Rewrite homepage install commands (#13)

Install git-vmr 0.3.0

Install prebuilt binaries via shell script

curl --proto '=https' --tlsv1.2 -LsSf https://github.com/eugencowie/git-vmr/releases/download/v0.3.0/git-vmr-installer.sh | sh

Install prebuilt binaries via powershell script

powershell -ExecutionPolicy Bypass -c "irm https://github.com/eugencowie/git-vmr/releases/download/v0.3.0/git-vmr-installer.ps1 | iex"

Download git-vmr 0.3.0

File Platform Checksum
git-vmr-aarch64-apple-darwin.tar.xz Apple Silicon macOS checksum
git-vmr-x86_64-apple-darwin.tar.xz Intel macOS checksum
git-vmr-x86_64-pc-windows-msvc.zip x64 Windows checksum
git-vmr-x86_64-unknown-linux-gnu.tar.xz x64 Linux checksum

0.2.0

02 Jun 19:07

Choose a tag to compare

Release Notes

🚀 Features

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

📚 Documentation

  • Update changelog format (#7)

Install git-vmr 0.2.0

Install prebuilt binaries via shell script

curl --proto '=https' --tlsv1.2 -LsSf https://github.com/eugencowie/git-vmr/releases/download/v0.2.0/git-vmr-installer.sh | sh

Install prebuilt binaries via powershell script

powershell -ExecutionPolicy Bypass -c "irm https://github.com/eugencowie/git-vmr/releases/download/v0.2.0/git-vmr-installer.ps1 | iex"

Download git-vmr 0.2.0

File Platform Checksum
git-vmr-aarch64-apple-darwin.tar.xz Apple Silicon macOS checksum
git-vmr-x86_64-apple-darwin.tar.xz Intel macOS checksum
git-vmr-x86_64-pc-windows-msvc.zip x64 Windows checksum
git-vmr-x86_64-unknown-linux-gnu.tar.xz x64 Linux checksum

0.1.0

02 Jun 03:15
22ffafd

Choose a tag to compare

Release Notes

🚀 Features

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

⚙️ Miscellaneous Tasks

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

Install git-vmr 0.1.0

Install prebuilt binaries via shell script

curl --proto '=https' --tlsv1.2 -LsSf https://github.com/eugencowie/git-vmr/releases/download/v0.1.0/git-vmr-installer.sh | sh

Install prebuilt binaries via powershell script

powershell -ExecutionPolicy Bypass -c "irm https://github.com/eugencowie/git-vmr/releases/download/v0.1.0/git-vmr-installer.ps1 | iex"

Download git-vmr 0.1.0

File Platform Checksum
git-vmr-aarch64-apple-darwin.tar.xz Apple Silicon macOS checksum
git-vmr-x86_64-apple-darwin.tar.xz Intel macOS checksum
git-vmr-x86_64-pc-windows-msvc.zip x64 Windows checksum
git-vmr-x86_64-unknown-linux-gnu.tar.xz x64 Linux checksum