Release Notes
Fixed
worktrunkbuilds again with--no-default-features(regression in v0.45.0): The TTY progress spinner added in #2420 usedcrosstermunconditionally, butcrosstermis gated behind theclifeature inCargo.toml.cargo install --locked --no-default-features worktrunkand library consumers depending on worktrunk withdefault-features = falsefailed to compile. The crossterm-using internals are now#[cfg(feature = "cli")]-gated; withoutcli,Progressdegrades to a no-op (the public API is unchanged). The bug slipped past the in-workspacecargo hack check --feature-powerset --no-dev-depsbecause workspace dev-dependencies pullcrosstermin transitively and Cargo's feature unifier leaks it into the lib build. (#2441)
Improved
- Deprecation warnings for
--claude-codeflag andwt hook post-createalias: Both surfaces previously mapped silently to their canonical replacements (--format=claude-codeandpre-start), giving users no signal to migrate before eventual removal. Each invocation now emits a stderr warning, matching the pattern used bywt select,--no-verify, andwt hook approvals. (#2436)
Install worktrunk 0.45.1
Install prebuilt binaries via shell script
curl --proto '=https' --tlsv1.2 -LsSf https://github.com/max-sixty/worktrunk/releases/download/v0.45.1/worktrunk-installer.sh | sh && wt config shell installInstall prebuilt binaries via powershell script
powershell -ExecutionPolicy Bypass -c "irm https://github.com/max-sixty/worktrunk/releases/download/v0.45.1/worktrunk-installer.ps1 | iex"; git-wt config shell installInstall prebuilt binaries via Homebrew
brew install worktrunk && wt config shell installDownload worktrunk 0.45.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 |
Install via Cargo
cargo install worktrunk && wt config shell installInstall via Winget (Windows)
winget install max-sixty.worktrunk && git-wt config shell installInstall via AUR (Arch Linux)
paru worktrunk-bin && wt config shell install