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
+29-8Lines changed: 29 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,11 +8,6 @@ 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
-
16
11
### Changed
17
12
18
13
### Deprecated
@@ -21,15 +16,40 @@ The format is based on [Keep a Changelog](https://keepachangelog.com), and this
21
16
22
17
### Fixed
23
18
19
+
### Security
20
+
21
+
## [2.0.0] - 2025-11-24
22
+
23
+
### Added
24
+
25
+
-`run` command to execute commands in worktrees without navigation (e.g., `git gtr run <branch> npm test`)
26
+
-`--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)
27
+
- 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
0 commit comments