github jongio/dispatch v0.6.0

latest releases: v0.8.5, v0.8.4, v0.8.3...
one month 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.6.0
# Windows (PowerShell)
$v="v0.6.0"; irm https://raw.githubusercontent.com/jongio/dispatch/main/install.ps1 | iex

What's New (since v0.3.0)

Features

  • Charm v2 upgrade — bubbletea, bubbles, lipgloss, glamour, copilot-sdk all upgraded to v2 (#26)
  • Expand/collapse all toggle — new keybinding to expand or collapse all sessions with default_collapsed config (#31)
  • Configurable preview position — place the preview pane right, bottom, left, or top (#18) — @wbreza
  • Plan indicator — dot indicator and preview pane for session plans (#22) — @wbreza
  • Click-to-copy session ID — click session ID in preview to copy to clipboard
  • Copy ID keybinding — changed from y to c
  • Diagnostic logging — scroll/sort tests, plan indicator in preview
  • Contributor recognition — built into the release pipeline (#24)

Bug Fixes

  • Git Bash MinTTY — detection and path quoting (#15, #16)
  • Windows Terminal split-pane — correct wt.exe flags -H/-V instead of invalid --direction (#20) — @wbreza
  • LF line endings — enforce via .gitattributes eol=lf
  • Worktree PATH shadowing — session ID validation, folder launch, constant extraction
  • Security findings — address M-03 and M-05 from red team audit
  • Release workflow — rebase before push, clean git state for GoReleaser, tag ordering

Quality & CI

  • MQ hardening — security, coverage, idioms, CI pipeline fixes
  • Test health raised to A+ — zero skips, broad coverage, t.Parallel()
  • Dependency updates and platform coverage improvements
  • CI: skip for non-code changes, pin pages actions to SHA, deploy website only after release

Resolved Issues


Full Changelog: v0.3.0...v0.6.0

Contributors

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

Don't miss a new dispatch release

NewReleases is sending notifications on new releases.