Skip to content

v0.16.0

Latest

Choose a tag to compare

@github-actions github-actions released this 18 Aug 18:16

Install

Linux / macOS:

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

Windows (PowerShell):

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

Install this specific version:

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

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

Changelog

Features

  • 29c9329 feat(cli): add interactive resume command (#392)

Bug Fixes

  • 477ddf5 fix(tui): hide background session reload indicator
  • 35c4809 fix: restore excluded word filtering
  • 015677f fix: search all session content fields

Performance

  • 7be2daa perf: reduce session-list and grouped-query overhead (#395)

Other


Full Changelog: v0.15.0...v0.16.0

Contributors

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

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