github jongio/dispatch v0.1.3

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.3

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

Changelog

Features

  • b6c6822 feat: attention indicators for active sessions
  • 73323a3 feat: attention picker, multi-select screenshots, MQ hardening, and docs refresh
  • 1d21ad1 feat: enrich fake session data for video demos
  • f046c26 feat: multi-session open with Space select and Shift+Enter bulk launch
  • b876b5f feat: preview pane improvements, bug fixes, and release hygiene

Bug Fixes

  • 45edc6c fix: MQ and security hardening for merged features
  • b5a1fc2 fix: preflight gate fixes (noctx, WSL lint, deadcode allowlist)
  • 4526246 fix: prevent PTY double-close crash on reindex cancel
  • 36982ce fix: suppress staticcheck SA9003 empty recover branch

Other

  • 6d64eb2 refactor: remove dead fields and extract layout constants (MQ gate)

Don't miss a new dispatch release

NewReleases is sending notifications on new releases.