github jongio/dispatch v0.16.1

4 hours ago

Install

Linux / macOS:

curl -fsSL https://github.com/jongio/dispatch/releases/download/v0.16.1/install.sh | sh

Windows (PowerShell):

irm https://github.com/jongio/dispatch/releases/download/v0.16.1/install.ps1 | iex

Install this specific version:

# Linux / macOS
curl -fsSL https://github.com/jongio/dispatch/releases/download/v0.16.1/install.sh | sh -s -- v0.16.1

# Windows (PowerShell)
$v="v0.16.1"; irm https://github.com/jongio/dispatch/releases/download/v0.16.1/install.ps1 | iex

Changelog

Bug Fixes

  • 8ed54d9 fix: restore grouped views, excluded-word filtering, and collapse state (#400)

Full Changelog: v0.16.0...v0.16.1

Contributors

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

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

Don't miss a new dispatch release

NewReleases is sending notifications on new releases.