Release Notes
Improved
- Hook execution path: Shows the execution path when post-merge hooks run in a different directory than where the user invoked the command (e.g., with
--no-remove). - TTY check for
wt select: Now fails gracefully when run in a non-interactive terminal instead of hanging. - Background hooks:
post-startandpost-switchhooks spawn in background via stdin piping, matching their normal behavior duringwt switch. - Occupied path error message: When a worktree path is occupied by a different branch, the error now explains the situation clearly and suggests
git switch. - Shell integration hint: Shows a hint to restart the shell when shell integration is configured but not active.
- Message style: Removed 2nd person pronouns ("you/your") from user-facing messages following CLI guidelines.
Fixed
wt hook post-startblocking: Fixed bug wherewt hook post-startran in foreground blocking the command, instead of spawning in background like during normalwt switch --create.- Approval bypass with
project:prefix: Fixed security issue where usingproject:filter prefix (e.g.,wt hook pre-merge project:) bypassed the approval check, allowing unapproved project commands to run.
Documentation
- License file: Added combined MIT and Apache-2.0 license file.
- Demo GIFs: Added demo GIFs to command pages on the documentation site.
- Install instructions: Simplified to single-line commands.
Internal
- Pre-commit hooks: Updated to immutable tags.
- Lychee exclusions: Cleaned up link checker configuration.
Install worktrunk 0.8.3
Install prebuilt binaries via shell script
curl --proto '=https' --tlsv1.2 -LsSf https://github.com/max-sixty/worktrunk/releases/download/v0.8.3/worktrunk-installer.sh | shInstall prebuilt binaries via powershell script
powershell -ExecutionPolicy Bypass -c "irm https://github.com/max-sixty/worktrunk/releases/download/v0.8.3/worktrunk-installer.ps1 | iex"Download worktrunk 0.8.3
| 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 |