Skip to content

Commit 86563fb

Browse files
committed
Release v2.7.1
1 parent 864d660 commit 86563fb

2 files changed

Lines changed: 9 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,16 @@ The format is based on [Keep a Changelog](https://keepachangelog.com), and this
66

77
## [Unreleased]
88

9+
## [2.7.1] - 2026-04-28
10+
911
### Added
1012

11-
- `git gtr trust` now covers `.gtrconfig` `defaults.editor` and `defaults.ai` entries as executable commands, preventing shared config from selecting editor or AI commands until reviewed.
13+
- `git gtr trust` now covers `.gtrconfig` hooks, `defaults.editor`, and `defaults.ai` entries as executable commands, preventing shared config from running hooks or selecting editor/AI commands until reviewed.
14+
15+
### Fixed
16+
17+
- Fish shell integration now resolves linked-worktree `.gtrconfig` files correctly and preserves the target worktree directory while checking trust.
18+
- Fish shell integration now computes trust hashes consistently with `git gtr trust` for multi-entry `.gtrconfig` files.
1219

1320
## [2.7.0] - 2026-04-27
1421

bin/git-gtr

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ if [ -n "${GTR_DEBUG:-}" ]; then
1111
fi
1212

1313
# Version
14-
GTR_VERSION="2.7.0"
14+
GTR_VERSION="2.7.1"
1515

1616
# Find the script directory (resolve symlinks; allow env override)
1717
resolve_script_dir() {

0 commit comments

Comments
 (0)