Release Notes
Fixed
-
PowerShell auto-configuration on Windows: When running
wt config shell installfrom cmd.exe or PowerShell, both PowerShell profile files are now created automatically (Documents/PowerShell and Documents/WindowsPowerShell). Fixes #885. (thanks @DiTo97 for reporting) (#898) -
-Cflag respected in hook context: The-Cflag now correctly sets the worktree path for hooks, fixingwt -C /path hook ...commands that were using the wrong context. (#899) -
--configpath validation: Now warns when--configpoints to a non-existent file instead of silently using defaults. (#895)
Documentation
-
Fix shell quoting in hook examples — template variables are auto-escaped, so manual quoting caused issues with special characters. (#895)
-
Updated documentation to use tool-agnostic terminology for LLM commit messages. (#891)
Internal
-
Consolidated PR/MR resolution into unified
remote_refmodule. (#893) -
Simplified command structure and removed dead code. (#892)
-
Eliminated Settings types, added accessor methods to Config types. (#896)
Install worktrunk 0.20.3
Install prebuilt binaries via shell script
curl --proto '=https' --tlsv1.2 -LsSf https://github.com/max-sixty/worktrunk/releases/download/v0.20.3/worktrunk-installer.sh | shInstall prebuilt binaries via powershell script
powershell -ExecutionPolicy Bypass -c "irm https://github.com/max-sixty/worktrunk/releases/download/v0.20.3/worktrunk-installer.ps1 | iex"Install prebuilt binaries via Homebrew
brew install max-sixty/worktrunk/wtDownload worktrunk 0.20.3
| File | Platform | Checksum |
|---|---|---|
| worktrunk-aarch64-apple-darwin.tar.xz | Apple Silicon macOS | checksum |
| worktrunk-x86_64-apple-darwin.tar.xz | Intel macOS | checksum |
| worktrunk-x86_64-pc-windows-msvc.zip | x64 Windows | checksum |
| worktrunk-aarch64-unknown-linux-musl.tar.xz | ARM64 MUSL Linux | checksum |
| worktrunk-x86_64-unknown-linux-musl.tar.xz | x64 MUSL Linux | checksum |