Install
Linux / macOS:
curl -fsSL https://raw.githubusercontent.com/jongio/dispatch/main/install.sh | shWindows (PowerShell):
irm https://raw.githubusercontent.com/jongio/dispatch/main/install.ps1 | iexInstall this specific version:
# Linux / macOS
curl -fsSL https://raw.githubusercontent.com/jongio/dispatch/main/install.sh | sh -s -- v0.9.0
# Windows (PowerShell)
$v="v0.9.0"; irm https://raw.githubusercontent.com/jongio/dispatch/main/install.ps1 | iexChangelog
Features
- 30b2b8f feat: FTS5 search, auto-refresh, attention states, host icons
Bug Fixes
- 84773fd fix: make govulncheck non-blocking for stdlib vulns, fix TestWSL skip
- 6bddbe1 fix: map host_type icons to actual values (github, ado)
- 53d7130 fix: preallocate FTS5 args slice (lint)
- 523ba5b fix: timezone filter and expand/collapse badge confusion
Other
- fa948b1 deps: update all Go dependencies to latest
- a61c770 release: v0.9.0 changelog and web updates
Full Changelog: v0.8.6...v0.9.0
Contributors
Thanks to the following people for their contributions to this release:
- Copilot (@Copilot)
- Jon Gallant (@jongio)