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
+22-1Lines changed: 22 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,6 +6,26 @@ The format is based on [Keep a Changelog](https://keepachangelog.com), and this
6
6
7
7
## [Unreleased]
8
8
9
+
## [2.5.0] - 2026-03-11
10
+
11
+
### Added
12
+
13
+
-`gtr new --cd` shell integration so newly created worktrees can open in the current shell ([#151](https://github.com/coderabbitai/git-worktree-runner/pull/151))
-`ctrl-n` keybinding in the interactive `gtr cd` picker to create a new worktree inline ([#141](https://github.com/coderabbitai/git-worktree-runner/pull/141))
16
+
17
+
### Changed
18
+
19
+
-`git gtr ai` now runs `postCd` hooks before launching AI tools ([#145](https://github.com/coderabbitai/git-worktree-runner/pull/145))
20
+
- Improved interactive picker discoverability and empty-state guidance ([#139](https://github.com/coderabbitai/git-worktree-runner/pull/139))
21
+
22
+
### Fixed
23
+
24
+
- AI/editor launches from the fzf picker now run after fzf exits so terminal apps get a full terminal session ([#140](https://github.com/coderabbitai/git-worktree-runner/pull/140))
25
+
-`--from` refs now resolve to SHAs to prevent Git DWIM from choosing the wrong branch ([#147](https://github.com/coderabbitai/git-worktree-runner/pull/147))
26
+
- Default-branch tracking now uses `origin/<branch>` when branching from the remote default branch ([#149](https://github.com/coderabbitai/git-worktree-runner/pull/149))
27
+
- Homebrew-installed completion assets now work with `git gtr completion <shell>` ([#155](https://github.com/coderabbitai/git-worktree-runner/pull/155))
28
+
9
29
## [2.4.0] - 2026-02-24
10
30
11
31
### Added
@@ -156,7 +176,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com), and this
156
176
157
177
- Improved base directory resolution logic to distinguish `.` (repo root), `./path` (repo-internal) from other relative values (sibling directories)
0 commit comments