Install
Linux / macOS:
curl -fsSL https://github.com/jongio/dispatch/releases/download/v0.16.0/install.sh | shWindows (PowerShell):
irm https://github.com/jongio/dispatch/releases/download/v0.16.0/install.ps1 | iexInstall this specific version:
# Linux / macOS
curl -fsSL https://github.com/jongio/dispatch/releases/download/v0.16.0/install.sh | sh -s -- v0.16.0
# Windows (PowerShell)
$v="v0.16.0"; irm https://github.com/jongio/dispatch/releases/download/v0.16.0/install.ps1 | iexChangelog
Features
Bug Fixes
- 477ddf5 fix(tui): hide background session reload indicator
- 35c4809 fix: restore excluded word filtering
- 015677f fix: search all session content fields
Performance
Other
- f7fc1d4 Merge branch 'main' of https://github.com/jongio/dispatch
- 9c5061a chore(deps): update go-runewidth to 0.0.28
- 500ef00 chore(deps): update project dependencies
- 23f03de test(tui): isolate clipboard writes
Full Changelog: v0.15.0...v0.16.0
Contributors
Thanks to the following people for their contributions to this release:
- Copilot (@Copilot)
- Jon Gallant (@jongio)