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
* chore(release): bump version to 2.1.0 and update CHANGELOG with new features and fixes
* chore(changelog): update CHANGELOG to include links for added features and fixed issues
* fix: restore explicit PR links in changelog
The merge from main accidentally reverted the explicit markdown links.
Re-adding them so PRs are clickable on GitHub.
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
---------
Co-authored-by: Claude Opus 4.5 <noreply@anthropic.com>
-`preRemove` hooks to run commands before worktree removal, with abort on failure unless `--force` ([#48](https://github.com/coderabbitai/git-worktree-runner/pull/48))
31
+
-`copy` command for syncing files to existing worktrees with `--all` and `--dry-run` options ([#39](https://github.com/coderabbitai/git-worktree-runner/pull/39))
32
+
-`.gtrconfig` file support for declarative team configuration using gitconfig syntax ([#38](https://github.com/coderabbitai/git-worktree-runner/pull/38))
33
+
-`.worktreeinclude` file support for pattern-based file copying ([#28](https://github.com/coderabbitai/git-worktree-runner/pull/28))
34
+
- Install script with platform detection ([#63](https://github.com/coderabbitai/git-worktree-runner/pull/63))
35
35
36
36
### Fixed
37
37
38
-
- Fish completion renamed to `git-gtr.fish` for proper git subcommand detection (#71)
39
-
- Git error messages now surfaced on worktree removal failure (#55)
40
-
-`rm` command now displays folder name instead of branch name for clarity (#53)
41
-
- Branch names with `#` now sanitized to prevent shebang issues in folder names (#44)
42
-
- Symlinks preserved when copying directories (#46)
43
-
-`config get/unset` now handle multi-value keys correctly (#37)
44
-
- Branch track output silenced in auto mode (#33)
38
+
- Fish completion renamed to `git-gtr.fish` for proper git subcommand detection ([#71](https://github.com/coderabbitai/git-worktree-runner/pull/71))
39
+
- Git error messages now surfaced on worktree removal failure ([#55](https://github.com/coderabbitai/git-worktree-runner/pull/55))
40
+
-`rm` command now displays folder name instead of branch name for clarity ([#53](https://github.com/coderabbitai/git-worktree-runner/pull/53))
41
+
- Branch names with `#` now sanitized to prevent shebang issues in folder names ([#44](https://github.com/coderabbitai/git-worktree-runner/pull/44))
42
+
- Symlinks preserved when copying directories ([#46](https://github.com/coderabbitai/git-worktree-runner/pull/46))
43
+
-`config get/unset` now handle multi-value keys correctly ([#37](https://github.com/coderabbitai/git-worktree-runner/pull/37))
44
+
- Branch track output silenced in auto mode ([#33](https://github.com/coderabbitai/git-worktree-runner/pull/33))
0 commit comments