Skip to content

v0.16.1

Latest

Choose a tag to compare

@github-actions github-actions released this 24 Aug 15:53

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)