@@ -6,17 +6,25 @@ The format is based on [Keep a Changelog](https://keepachangelog.com), and this
66
77## [ Unreleased]
88
9- ### Added
10-
11- ### Changed
9+ ## [ 2.2.0] - 2026-02-10
1210
13- ### Deprecated
11+ ### Added
1412
15- ### Removed
13+ - ` mv ` /` rename ` command for worktree renaming ([ #95 ] ( https://github.com/coderabbitai/git-worktree-runner/pull/95 ) )
14+ - Shell integration via ` git gtr init ` with ` gtr cd ` navigation ([ #104 ] ( https://github.com/coderabbitai/git-worktree-runner/pull/104 ) )
15+ - ` postCd ` hook for shell integration ([ #109 ] ( https://github.com/coderabbitai/git-worktree-runner/pull/109 ) )
16+ - GitLab support for ` clean --merged ` ([ #105 ] ( https://github.com/coderabbitai/git-worktree-runner/pull/105 ) )
17+ - ` --folder ` flag for custom worktree folder names ([ #82 ] ( https://github.com/coderabbitai/git-worktree-runner/pull/82 ) )
18+ - ` --no-hooks ` flag to skip post-create hooks ([ #91 ] ( https://github.com/coderabbitai/git-worktree-runner/pull/91 ) )
19+ - Auggie CLI adapter ([ #84 ] ( https://github.com/coderabbitai/git-worktree-runner/pull/84 ) )
20+ - ` $HOME/.local/bin ` as install path option ([ #100 ] ( https://github.com/coderabbitai/git-worktree-runner/pull/100 ) )
1621
1722### Fixed
1823
19- ### Security
24+ - Base directory excluded from worktree list output ([ #86 ] ( https://github.com/coderabbitai/git-worktree-runner/pull/86 ) )
25+ - Zsh completion timing issue resolved with ` git gtr completion ` command ([ #87 ] ( https://github.com/coderabbitai/git-worktree-runner/pull/87 ) )
26+ - ` .gtrconfig ` file key auto-mapping in ` cfg_default ` ([ #88 ] ( https://github.com/coderabbitai/git-worktree-runner/pull/88 ) )
27+ - Paths with slashes in ` includeDirs ` now handled correctly ([ #103 ] ( https://github.com/coderabbitai/git-worktree-runner/pull/103 ) )
2028
2129## [ 2.1.0] - 2026-01-14
2230
@@ -98,7 +106,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com), and this
98106
99107- Improved base directory resolution logic to distinguish ` . ` (repo root), ` ./path ` (repo-internal) from other relative values (sibling directories)
100108
101- [ Unreleased ] : https://github.com/coderabbitai/git-worktree-runner/compare/v2.1.0...HEAD
109+ [ Unreleased ] : https://github.com/coderabbitai/git-worktree-runner/compare/v2.2.0...HEAD
110+ [ 2.2.0 ] : https://github.com/coderabbitai/git-worktree-runner/compare/v2.1.0...v2.2.0
102111[ 2.1.0 ] : https://github.com/coderabbitai/git-worktree-runner/compare/v2.0.0...v2.1.0
103112[ 2.0.0 ] : https://github.com/coderabbitai/git-worktree-runner/compare/v1.0.0...v2.0.0
104113[ 1.0.0 ] : https://github.com/coderabbitai/git-worktree-runner/releases/tag/v1.0.0
0 commit comments