Release Notes
Improved
- Nix flake for packaging: New
flake.nixfor Nix users with crane for efficient Rust builds. (#502, thanks @marktoda; thanks @Kabilan108 for requesting) sanitize_dbtemplate filter: New filter that transforms strings into database-safe identifiers with a 3-character hash suffix for collision/keyword safety. (#498, thanks @hugobarauna for requesting)wt selectperformance: 500ms timeout for git commands improves TUI responsiveness on large repos with many branches. (thanks @KidkArolis for reporting #461)wt selectstale branch handling: Branches 50+ commits behind the default branch now skip expensive operations, showing...in the diff column. Improves performance on repos with many stale branches.- Global merge-base cache: Cached merge-base results improve
wt listperformance by avoiding redundant git calls. wt config showgit version: Now displays the git version alongside the worktrunk version.wt step copy-ignoreddefault: Now copies all gitignored files by default. Use.worktreeincludeto limit what gets copied (previously required.worktreeincludeto specify what to copy).- Trace log analysis: New
analyze-tracebinary for analyzing[wt-trace]performance logs.
Fixed
- Statusline truncation: No longer truncates when terminal width is unknown, fixing Claude Code statusline display.
- Shell completions: Deprecated args like
--no-backgroundno longer appear in tab completions. wt removeprogress ordering: Progress message now appears after pre-remove hooks, not before.wt listindex lock: Uses--no-optional-locksfor git status to avoid lock contention with parallel tasks.
Install worktrunk 0.11.0
Install prebuilt binaries via shell script
curl --proto =https --tlsv1.2 -LsSf https://github.com/max-sixty/worktrunk/releases/download/v0.11.0/worktrunk-installer.sh | shInstall prebuilt binaries via powershell script
powershell -ExecutionPolicy Bypass -c "irm https://github.com/max-sixty/worktrunk/releases/download/v0.11.0/worktrunk-installer.ps1 | iex"Download worktrunk 0.11.0
| 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 |