Skip to content

Releases: jongio/dispatch

v0.13.0

Choose a tag to compare

@github-actions github-actions released this 30 Jun 15:45

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.13.0

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

Changelog

Features

  • b9ae541 feat: add Markdown export for selected sessions (X key)
  • d253b8c feat: add activity timeline to preview pane (#169)
  • 84caedb feat: add compare view for two selected sessions (#160)
  • b23406e feat: add executable command palette opened with : key
  • 80f0bdd feat: add file picker overlay to open touched files from preview
  • e118c2a feat: add git workspace state badges to session list (#170)
  • 19a0098 feat: add local notes for sessions (#173)
  • 6bcd762 feat: add named views for saved session filters (#157)
  • e522c3b feat: add preview redaction for common secrets (#174)
  • cdc594d feat: add search token parser for structured session filtering (#158)

Bug Fixes

  • 0338000 fix(security): use explorer.exe instead of cmd /c start to prevent command injection
  • 7f940a7 fix: improve redaction patterns to reduce false positives
  • b6de535 fix: remove dead code flagged by CI (IconGitClean, NewCompareView)
  • f3165b4 fix: resolve golangci-lint errors (goconst, exhaustive, noctx, staticcheck)

Other

  • 1b6b733 chore(deps): upgrade all dependencies to latest (#161)
  • 10ef298 deps: update all dependencies (#168)
  • 000f979 deps: update all dependencies to latest (#175)
  • 321a82d deps: upgrade all dependencies to latest (#156)
  • 8dbfe3f deps: upgrade all dependencies to latest (#180)

Full Changelog: v0.12.1...v0.13.0

Contributors

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

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

New contributors: jongio (@jongio) -- welcome!

v0.12.1

Choose a tag to compare

@github-actions github-actions released this 24 Jun 23:10

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.1

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

Changelog

Bug Fixes

  • 3962483 fix(web): resolve CHANGELOG.md path for CI build environment

Other

  • f06a491 refactor: compact session list row layout (#155)

Full Changelog: v0.12.0...v0.12.1

Contributors

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

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

v0.12.0

Choose a tag to compare

@github-actions github-actions released this 24 Jun 18:48

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)

v0.11.1

Choose a tag to compare

@github-actions github-actions released this 22 Jun 00:14

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.11.1

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

Changelog

Other

  • c7b6e27 deps: update all dependencies to latest

Full Changelog: v0.11.0...v0.11.1

Contributors

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

  • Copilot (@Copilot)
  • Jon Gallant

New contributors: Jon Gallant -- welcome!

v0.11.0

Choose a tag to compare

@github-actions github-actions released this 08 Jun 21:45

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.11.0

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

Changelog

Features

  • dcf13aa feat(config): persist view-state settings and add config versioning (#128)

Full Changelog: v0.10.9...v0.11.0

Contributors

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

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

v0.10.9

Choose a tag to compare

@github-actions github-actions released this 08 Jun 03:00

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.10.9

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

Changelog

Bug Fixes

  • 39129d7 fix(ci): force-push contributor branch to handle retried releases
  • 723ae6b fix(release): add changelog verification gate to prevent missing entries
  • e735bd2 fix(release): use inline grep for changelog gate, add v0.10.9 entry

Full Changelog: v0.10.8...v0.10.9

Contributors

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

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

v0.10.8

Choose a tag to compare

@github-actions github-actions released this 08 Jun 01:02

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.10.8

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

Changelog

Bug Fixes

  • 309291c fix(ci): pin golangci-lint version, enable cross-compile on pushes, add coverage threshold
  • 1813540 fix(security): add size limit to GitHub API response decoding
  • 3a25da7 fix(tests): remove trivial constant-value tests
  • 15a3556 fix: improve ChronicleReindex output matching reliability
  • 4fb5819 fix: rename errorString to testError to satisfy errname linter
  • 7192359 fix: use syncSessionListStatuses in deep search and AI session handlers

Other

  • 1eb8bc4 merge: #105 architecture fixes into integration
  • 325545b merge: #106 code quality fixes into integration
  • 5b6a77b merge: #108 idiomatic code fixes into integration
  • 91eab62 merge: #110 quality audit fixes into integration
  • 0281366 merge: #111+#112 CI improvements into integration
  • ee0c738 merge: #113 code smell fixes into integration
  • f5a9ca4 merge: #114 test health improvements into integration
  • 192c2b5 perf+quality: optimize session queries and improve test quality (#125)
  • f3be222 refactor: add closeRows helper to eliminate nolint:errcheck
  • eb83b84 refactor: add context.Context parameter to Maintain()
  • cd57769 refactor: add sdkContext helper for copilot SDK operations
  • cc4bc82 refactor: decouple copilot from data via SessionQuerier interface
  • 80840f1 refactor: encapsulate sub-component status syncing in Model methods
  • f8ce3ac refactor: extract applySessionFilters/applyGroupFilters helpers
  • c9e7063 refactor: move ColorScheme type from styles to config package
  • c45327c refactor: move Version to internal/version package
  • 7d1dcb1 refactor: remove 4 dead functions and update allowlist
  • b5f4274 refactor: replace FormatInt wrapper with direct strconv.Itoa calls
  • 18a7e15 refactor: replace time.Sleep with timer+select in waitForLog
  • 8a4a817 refactor: use typed SQLite errors instead of string matching in store.go
  • 6706170 swarm: resolve 4 issues (#105, #106, #108, #110)
  • adaa0aa swarm: resolve 4 issues (#111, #112, #113, #114)

Full Changelog: v0.10.6...v0.10.8

Contributors

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

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

v0.10.6

Choose a tag to compare

@github-actions github-actions released this 07 Jun 05:02

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.10.6

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

Changelog

Bug Fixes

  • 2c97e88 fix: MQ sweep - Go 1.26.4 stdlib CVEs, DBWatcher concurrency fixes

Other

  • 94cf1ea deps: update indirect dependencies

Full Changelog: v0.10.5...v0.10.6

Contributors

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

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

v0.10.5

Choose a tag to compare

@github-actions github-actions released this 06 Jun 06:06

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.10.5

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

Changelog

Other

  • 1755b30 deps: update all dependencies to latest

Full Changelog: v0.10.4...v0.10.5

Contributors

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

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

v0.10.4

Choose a tag to compare

@github-actions github-actions released this 06 Jun 01:13
5edd155

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.10.4

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

Changelog

Performance

  • 5edd155 perf: improve session refresh with PRAGMA data_version and simplify reindex (#124)

Full Changelog: v0.10.3...v0.10.4

Contributors

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

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