Release Notes
Improved
-
wt statusline --format=json: Output current worktree as JSON (same structure aswt list --format=json). Also adds--format=claude-codeas canonical syntax (the old--claude-codeflag remains supported). Fixes nested worktree detection that incorrectly identified parent worktrees. (#875) -
wt config showshell status: Each shell integration line now starts with the shell name (e.g., "bash: Already configured...") for easier scanning. (#881) -
wt config showperformance: 8x faster (~1.2s → ~150ms) by using PATH lookup instead of runningclaude --version. (#883)
Fixed
-
Config TOML formatting: Fixed spurious empty
[commit]header appearing when only[commit.generation]is configured. (#879) -
Documentation URLs: Fixed broken worktrunk.dev URLs in fish wrapper and config templates. (#882)
Documentation
-
Fixed
worktree-pathexample on tips page. (#876, thanks @uriahcarpenter) -
Fixed OSC 8 hyperlink sequences leaking through to web docs as garbage text. (#870)
Internal
-
Demo snapshot mode for regression testing of command output. (#871)
-
CI improvements: nextest binary compatibility fix, pinned runner versions, weekly renovation workflow. (#878, #884)
Install worktrunk 0.20.1
Install prebuilt binaries via shell script
curl --proto '=https' --tlsv1.2 -LsSf https://github.com/max-sixty/worktrunk/releases/download/v0.20.1/worktrunk-installer.sh | shInstall prebuilt binaries via powershell script
powershell -ExecutionPolicy Bypass -c "irm https://github.com/max-sixty/worktrunk/releases/download/v0.20.1/worktrunk-installer.ps1 | iex"Install prebuilt binaries via Homebrew
brew install max-sixty/worktrunk/wtDownload worktrunk 0.20.1
| 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 |