github jongio/dispatch v0.12.0

latest release: v0.12.1
6 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.12.0

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

Changelog

Features

  • 4303494 feat: add excluded words filter for session list (#154)

Full Changelog: v0.11.1...v0.12.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.