You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+12Lines changed: 12 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,6 +8,11 @@ The format is based on [Keep a Changelog](https://keepachangelog.com), and this
8
8
9
9
### Added
10
10
11
+
-`--from-current` flag for `git gtr new` command to create worktrees from the current branch instead of the default branch (useful for creating parallel variant worktrees)
12
+
-`run` command to execute commands in worktrees without navigation (e.g., `git gtr run <branch> npm test`)
13
+
- Directory copying support via `gtr.copy.includeDirs` and `gtr.copy.excludeDirs` to copy entire directories (e.g., `node_modules`, `.venv`, `vendor`) when creating worktrees, avoiding dependency reinstallation
14
+
- OpenCode AI adapter for AI tool integration
15
+
11
16
### Changed
12
17
13
18
### Deprecated
@@ -16,6 +21,13 @@ The format is based on [Keep a Changelog](https://keepachangelog.com), and this
16
21
17
22
### Fixed
18
23
24
+
- Zsh completion: Fixed word array normalization to correctly handle `gtr` and `git-gtr` direct invocations (not just `git gtr`)
25
+
- Zsh completion: Fixed `new` command options to complete at any position, not just after the first argument
26
+
- Zsh completion: Added `--editor` completion for `editor` command with list of available editors
27
+
- Zsh completion: Added `--ai` completion for `ai` command with list of available AI tools
28
+
- Zsh completion: Added `--porcelain` completion for `list`/`ls` commands
29
+
- Zsh completion: Added `--global` completion for `config` command
0 commit comments