github max-sixty/worktrunk v0.8.4
0.8.4

latest releases: v0.39.0, v0.38.0, v0.37.1...
3 months ago

Release Notes

Improved

  • Shell integration detection: More robust detection of git wt (space) vs git-wt patterns. wt config show now displays line numbers for detected shell integration.
  • Windows wt select error: Shows a helpful error message with alternatives instead of "unrecognized subcommand".

Fixed

  • Markdown table rendering: Escaped pipe characters (\|) in help output now render correctly.
  • Dim styling on wrapped lines: Dim text attribute now preserved on continuation lines when text wraps.
  • Path occupied hint: Fixed tilde expansion issue where ~/... paths didn't work in shell commands.

Documentation

  • Hook design guide: Added comprehensive guide for designing hooks.
  • Command docs: Added wt config show to command documentation.
  • Windows paths: Documented MSYS2 auto path conversion for Windows shell integration.

Internal

  • Output system: Consolidated output functions, removed redundant aliases.
  • Zsh compinit: Improved handling of "insecure directories" warning in tests.

Install worktrunk 0.8.4

Install prebuilt binaries via shell script

curl --proto '=https' --tlsv1.2 -LsSf https://github.com/max-sixty/worktrunk/releases/download/v0.8.4/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.4/worktrunk-installer.ps1 | iex"

Download worktrunk 0.8.4

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.