Release Notes
Fixed
-
Narrow terminal layout:
wt switchpicker now uses vertical (Down) layout on terminals narrower than 80 columns, and the Branch column shrinks instead of being dropped — branch names are always visible. (#1564, #1626, thanks @armstrjare for reporting #1563) -
Bash tab completion showed all branches:
wt switch feat<TAB>displayed every branch instead of filtering by prefix, prompting "Display all N possibilities?" for users with many branches. Fish and zsh still use their native substring/fuzzy matching. (#1622, thanks @altruic for reporting #1621) -
Hook command completion pre-filtered in all shells:
HookCommandCompleterfiltered by prefix before returning candidates, preventing fish/zsh substring matching on hook command names. (#1627) -
wt mergefailed withsubmodule.recurse=true: Users withsubmodule.recurse=truein their git config saw push errors during merge. Local push now passes--recurse-submodules=no. (#1619, thanks @viicslen for reporting #1604) -
Worktree sync uses safe
read-tree: Target worktree sync after--no-ffpush usesread-tree -m -uinstead ofreset --hard, consistent with the project's norms. (#1623)
Internal
- Inlined
complete_branchesandcomplete_hook_commandsinto their respective completers. (#1628, #1627)
Install worktrunk 0.30.1
Install prebuilt binaries via shell script
curl --proto '=https' --tlsv1.2 -LsSf https://github.com/max-sixty/worktrunk/releases/download/v0.30.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.30.1/worktrunk-installer.ps1 | iex"; git-wt config shell installInstall prebuilt binaries via Homebrew
brew install worktrunk && wt config shell installDownload worktrunk 0.30.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