Skip to content

Releases: MrRazor22/GitWorkTree

v1.0.0.5 – Bugfix release

10 Sep 08:08

Choose a tag to compare

Fixed: Worktree paths containing spaces are now handled correctly.
Improved: Stray newlines from Git output are trimmed safely.

v1.0.0.4

25 Jun 08:54

Choose a tag to compare

Hotfix

  • Improved error handling for Git command execution. Previously, certain commands failed despite completing successfully due to overly strict error detection logic.

v1.0.0.3

17 Jun 15:30
f2ab674

Choose a tag to compare

[v1.0.0.3] - 2025-06-18

Improved

  • Git command execution updated to handle edge cases more reliably
  • Worktree prune now works correctly for orphaned references
  • UI labels and setting names improved for clarity

v1.0.0.2

17 Jun 15:50
cd21874

Choose a tag to compare

Initial Release

  • Create, switch, and manage Git worktrees from inside Visual Studio
  • Includes UI for pruning, force-creating, and force-removing worktrees
  • Uses Visual Studio’s built-in Git — no external Git needed