github jongio/dispatch v0.1.5

latest releases: v0.8.5, v0.8.4, v0.8.3...
one month 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.1.5

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

Changelog

Features

  • 7539c16 feat: surface launch errors to user instead of swallowing silently

Bug Fixes

  • 72457f8 fix: update companion binary (dispatch↔disp) during self-update

Don't miss a new dispatch release

NewReleases is sending notifications on new releases.