github max-sixty/worktrunk v0.9.5
0.9.5

latest releases: v0.33.0, v0.32.0, v0.31.0...
2 months ago

Release Notes

Improved

  • Pager config for wt select: New [select] pager config option to customize the diff pager in wt select previews. Auto-detects delta/bat when not configured.
  • Infinity symbol for extreme diffs: wt list shows instead of 9K for 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 .exe suffix differs.
  • URL column width: Column width in wt list now accounts for hyperlink display showing just :PORT instead of full URLs.

Internal

  • Deprecated template-file and squash-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 | sh

Install 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

Don't miss a new worktrunk release

NewReleases is sending notifications on new releases.