github jongio/dispatch v0.8.2

12 days ago

Install

Linux / macOS:

curl -fsSL https://raw.githubusercontent.com/jongio/dispatch/main/install.sh | sh

Windows (PowerShell):

irm https://raw.githubusercontent.com/jongio/dispatch/main/install.ps1 | iex

Install this specific version:

# Linux / macOS
curl -fsSL https://raw.githubusercontent.com/jongio/dispatch/main/install.sh | sh -s -- v0.8.2

# Windows (PowerShell)
$v="v0.8.2"; irm https://raw.githubusercontent.com/jongio/dispatch/main/install.ps1 | iex

Changelog

Features

  • d9869b2 feat: add work status indicators to demo mode and regenerate screenshots

Full Changelog: v0.8.1...v0.8.2

Contributors

Thanks to the following people for their contributions to this release:

  • Copilot (@Copilot)
  • Jon Gallant (@jongio)

Don't miss a new dispatch release

NewReleases is sending notifications on new releases.