github max-sixty/worktrunk v0.30.1
0.30.1

one day ago

Release Notes

Fixed

  • Narrow terminal layout: wt switch picker 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: HookCommandCompleter filtered by prefix before returning candidates, preventing fish/zsh substring matching on hook command names. (#1627)

  • wt merge failed with submodule.recurse=true: Users with submodule.recurse=true in 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-ff push uses read-tree -m -u instead of reset --hard, consistent with the project's norms. (#1623)

Internal

  • Inlined complete_branches and complete_hook_commands into 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 install

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

Install prebuilt binaries via Homebrew

brew install worktrunk && wt config shell install

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