Release Notes
Improved
-
Multiple NAME filters for hook subcommands:
wt hook pre-merge --yes insta doctest docruns a subset of hooks in one command, instead of chaining separate invocations. (#2013) -
Branch context in batch removal hooks: During prune or multi-remove, hook announcement messages now include the branch name (
Running post-remove for **branch-name**: project:cleanup), disambiguating which worktree triggered each hook. (#2014)
Fixed
- Bare repo false positive when
core.bareis unset: Repos cloned by Eclipse/EGit (and other tools that don't writecore.bare) were incorrectly detected as bare. Replacedgit rev-parse --is-bare-repositorywithgit config --type=bool core.bare. Fixes #1939. (#1976, thanks @daniel-iwan-datacore for reporting)
Install worktrunk 0.35.2
Install prebuilt binaries via shell script
curl --proto '=https' --tlsv1.2 -LsSf https://github.com/max-sixty/worktrunk/releases/download/v0.35.2/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.35.2/worktrunk-installer.ps1 | iex"; git-wt config shell installInstall prebuilt binaries via Homebrew
brew install worktrunk && wt config shell installDownload worktrunk 0.35.2
| 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