github max-sixty/worktrunk v0.45.1
0.45.1

3 hours ago

Release Notes

Fixed

  • worktrunk builds again with --no-default-features (regression in v0.45.0): The TTY progress spinner added in #2420 used crossterm unconditionally, but crossterm is gated behind the cli feature in Cargo.toml. cargo install --locked --no-default-features worktrunk and library consumers depending on worktrunk with default-features = false failed to compile. The crossterm-using internals are now #[cfg(feature = "cli")]-gated; without cli, Progress degrades to a no-op (the public API is unchanged). The bug slipped past the in-workspace cargo hack check --feature-powerset --no-dev-deps because workspace dev-dependencies pull crossterm in transitively and Cargo's feature unifier leaks it into the lib build. (#2441)

Improved

  • Deprecation warnings for --claude-code flag and wt hook post-create alias: Both surfaces previously mapped silently to their canonical replacements (--format=claude-code and pre-start), giving users no signal to migrate before eventual removal. Each invocation now emits a stderr warning, matching the pattern used by wt select, --no-verify, and wt 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 install

Install 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 install

Install prebuilt binaries via Homebrew

brew install worktrunk && wt config shell install

Download 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 install

Install via Winget (Windows)

winget install max-sixty.worktrunk && git-wt config shell install

Install via AUR (Arch Linux)

paru worktrunk-bin && wt config shell install

Don't miss a new worktrunk release

NewReleases is sending notifications on new releases.