Skip to content

Commit 3f0cce8

Browse files
max-sixtyclaude
andcommitted
Release v0.20.3
Co-Authored-By: Claude <noreply@anthropic.com>
1 parent dc753d0 commit 3f0cce8

3 files changed

Lines changed: 26 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,29 @@
11
# Changelog
22

3+
## 0.20.3
4+
5+
### Fixed
6+
7+
- **PowerShell auto-configuration on Windows**: When running `wt config shell install` from cmd.exe or PowerShell, both PowerShell profile files are now created automatically (Documents/PowerShell and Documents/WindowsPowerShell). Fixes [#885](https://github.com/max-sixty/worktrunk/issues/885). (thanks @DiTo97 for reporting) ([#898](https://github.com/max-sixty/worktrunk/pull/898))
8+
9+
- **`-C` flag respected in hook context**: The `-C` flag now correctly sets the worktree path for hooks, fixing `wt -C /path hook ...` commands that were using the wrong context. ([#899](https://github.com/max-sixty/worktrunk/pull/899))
10+
11+
- **`--config` path validation**: Now warns when `--config` points to a non-existent file instead of silently using defaults. ([#895](https://github.com/max-sixty/worktrunk/pull/895))
12+
13+
### Documentation
14+
15+
- Fix shell quoting in hook examples — template variables are auto-escaped, so manual quoting caused issues with special characters. ([#895](https://github.com/max-sixty/worktrunk/pull/895))
16+
17+
- Updated documentation to use tool-agnostic terminology for LLM commit messages. ([#891](https://github.com/max-sixty/worktrunk/pull/891))
18+
19+
### Internal
20+
21+
- Consolidated PR/MR resolution into unified `remote_ref` module. ([#893](https://github.com/max-sixty/worktrunk/pull/893))
22+
23+
- Simplified command structure and removed dead code. ([#892](https://github.com/max-sixty/worktrunk/pull/892))
24+
25+
- Eliminated Settings types, added accessor methods to Config types. ([#896](https://github.com/max-sixty/worktrunk/pull/896))
26+
327
## 0.20.2
428

529
### Fixed

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ default-members = [".", "tests/helpers/mock-stub"]
55

66
[package]
77
name = "worktrunk"
8-
version = "0.20.2"
8+
version = "0.20.3"
99
edition = "2024"
1010
rust-version = "1.89"
1111
build = "build.rs"

0 commit comments

Comments
 (0)