github max-sixty/worktrunk v0.8.3
0.8.3

latest releases: v0.36.0, v0.35.3, v0.35.2...
3 months ago

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-start and post-switch hooks spawn in background via stdin piping, matching their normal behavior during wt 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-start blocking: Fixed bug where wt hook post-start ran in foreground blocking the command, instead of spawning in background like during normal wt switch --create.
  • Approval bypass with project: prefix: Fixed security issue where using project: 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 | sh

Install 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

Don't miss a new worktrunk release

NewReleases is sending notifications on new releases.