github jongio/dispatch v0.8.0

latest releases: v0.8.2, v0.8.1
13 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.0

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

Changelog

Features

  • 100085f feat(tui): add session work detection with plan parsing and git state analysis (#32)
  • 12a0408 feat(tui): add shift+arrow multi-select for sessions (#33)
  • 976c531 feat: default conversation sort to newest-first (descending)

Bug Fixes

  • a68503b fix: MQ quality gate fixes — symlink safety, parser feedback loop, blocking I/O, preflight race guard
  • cb80fe2 fix: code review and MQ quality gate fixes for v0.8.0
  • 832092e fix: widen install strip and align clone block layout

Other

  • 5be87c9 Merge branch 'feature/32-session-work-detection'
  • 56f281b release: v0.8.0

Full Changelog: v0.6.0...v0.8.0

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.