github jongio/dispatch v0.8.6

5 hours 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.6

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

Changelog

Features

  • d099c89 feat: filter automated sessions from session list

Bug Fixes

  • 35709cd fix: golangci-lint ignore-string-values must be array type
  • cf5825b fix: suppress goconst for inline strings in CLI/TUI/data/platform
  • 88f1c4e fix: use non-temp cwds in copilot test store for Linux CI

Full Changelog: v0.8.5...v0.8.6

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.