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.13.0
# Windows (PowerShell)
$v="v0.13.0"; irm https://raw.githubusercontent.com/jongio/dispatch/main/install.ps1 | iexChangelog
Features
- b9ae541 feat: add Markdown export for selected sessions (X key)
- d253b8c feat: add activity timeline to preview pane (#169)
- 84caedb feat: add compare view for two selected sessions (#160)
- b23406e feat: add executable command palette opened with : key
- 80f0bdd feat: add file picker overlay to open touched files from preview
- e118c2a feat: add git workspace state badges to session list (#170)
- 19a0098 feat: add local notes for sessions (#173)
- 6bcd762 feat: add named views for saved session filters (#157)
- e522c3b feat: add preview redaction for common secrets (#174)
- cdc594d feat: add search token parser for structured session filtering (#158)
Bug Fixes
- 0338000 fix(security): use explorer.exe instead of cmd /c start to prevent command injection
- 7f940a7 fix: improve redaction patterns to reduce false positives
- b6de535 fix: remove dead code flagged by CI (IconGitClean, NewCompareView)
- f3165b4 fix: resolve golangci-lint errors (goconst, exhaustive, noctx, staticcheck)
Other
- 1b6b733 chore(deps): upgrade all dependencies to latest (#161)
- 10ef298 deps: update all dependencies (#168)
- 000f979 deps: update all dependencies to latest (#175)
- 321a82d deps: upgrade all dependencies to latest (#156)
- 8dbfe3f deps: upgrade all dependencies to latest (#180)
Full Changelog: v0.12.1...v0.13.0
Contributors
Thanks to the following people for their contributions to this release:
New contributors: jongio (@jongio) -- welcome!