Release Notes
Improved
- Pager config for
wt select: New[select] pagerconfig option to customize the diff pager inwt selectpreviews. Auto-detects delta/bat when not configured. - Infinity symbol for extreme diffs:
wt listshows∞instead of9Kfor diffs >= 10,000 commits, avoiding misleading values.
Fixed
- Windows shell integration message: Warning now shows just the command name instead of the full absolute path, and gives targeted advice when only the
.exesuffix differs. - URL column width: Column width in
wt listnow accounts for hyperlink display showing just:PORTinstead of full URLs.
Internal
- Deprecated
template-fileandsquash-template-file: Legacy LLM template config options now show deprecation warnings. - Path handling improvements: Replaced string manipulation with proper Path/PathBuf stdlib methods throughout the codebase.
Install worktrunk 0.9.5
Install prebuilt binaries via shell script
curl --proto '=https' --tlsv1.2 -LsSf https://github.com/max-sixty/worktrunk/releases/download/v0.9.5/worktrunk-installer.sh | shInstall prebuilt binaries via powershell script
powershell -ExecutionPolicy Bypass -c "irm https://github.com/max-sixty/worktrunk/releases/download/v0.9.5/worktrunk-installer.ps1 | iex"Download worktrunk 0.9.5
| 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 |