Release Notes
Improved
wt config showdiagnostics: When shell integration is not active, now shows how the command was invoked, the binary path (if different), and$SHELLenvironment variable. Helps diagnose setup issues. (#683)- Help pager follows git convention:
-hnever opens a pager,--helpuses pager when available. Closes #583. (#651, thanks @razor-x) - Verbose mode logging:
-vnow logs command stdout/stderr and all spawned processes including background hooks,wt for-eachcommands, and shell probes. (#680)
Documentation
- FAQ reordered: Questions now ordered by frequency and importance.
Internal
- AUR package: Worktrunk now published to Arch Linux AUR on each release. (#585, thanks @razor-x)
- Codecov Test Analytics: Integration tests now report to Codecov Test Analytics. (#682)
Install worktrunk 0.15.1
Install prebuilt binaries via shell script
curl --proto '=https' --tlsv1.2 -LsSf https://github.com/max-sixty/worktrunk/releases/download/v0.15.1/worktrunk-installer.sh | shInstall prebuilt binaries via powershell script
powershell -ExecutionPolicy Bypass -c "irm https://github.com/max-sixty/worktrunk/releases/download/v0.15.1/worktrunk-installer.ps1 | iex"Install prebuilt binaries via Homebrew
brew install max-sixty/worktrunk/wtDownload worktrunk 0.15.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 |