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.8.1
# Windows (PowerShell)
$v="v0.8.1"; irm https://raw.githubusercontent.com/jongio/dispatch/main/install.ps1 | iexChangelog
Bug Fixes
- 6e4bd59 fix: demo interrupted sessions and allow update from dev builds
Full Changelog: v0.8.0...v0.8.1
Contributors
Thanks to the following people for their contributions to this release:
- Copilot (@Copilot)
- Jon Gallant (@jongio)