Release Notes
Improved
- Shell integration detection: More robust detection of
git wt(space) vsgit-wtpatterns.wt config shownow displays line numbers for detected shell integration. - Windows
wt selecterror: 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 showto 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 | shInstall 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 |