Skip to content

Releases: Andrevops/diffchestrator

v0.68.6

09 Apr 21:17

Choose a tag to compare

What's Changed

Bug Fixes

  • Prevent sidebar focus steal when switching repos from other extension tabs
  • Prevent sidebar focus steal when switching repos from other extension tabs

Full Changelog: v0.68.4..v0.68.6

Verify

# Verify build provenance
gh attestation verify diffchestrator-*.vsix --repo Andrevops/diffchestrator

# Verify checksum signature (requires public_key.pem from repo)
curl -fsSL https://raw.githubusercontent.com/Andrevops/diffchestrator/main/public_key.pem -o public_key.pem
xxd -r -p checksums.txt.sig | openssl pkeyutl -verify -pubin -inkey public_key.pem -rawin -in checksums.txt -sigfile /dev/stdin

v0.68.4

09 Apr 18:06

Choose a tag to compare

What's Changed

Other

  • Docs: add claude-sandbox repo links for yolo/yolonew setup

Full Changelog: v0.68.3..v0.68.4

Verify

# Verify build provenance
gh attestation verify diffchestrator-*.vsix --repo Andrevops/diffchestrator

# Verify checksum signature (requires public_key.pem from repo)
curl -fsSL https://raw.githubusercontent.com/Andrevops/diffchestrator/main/public_key.pem -o public_key.pem
xxd -r -p checksums.txt.sig | openssl pkeyutl -verify -pubin -inkey public_key.pem -rawin -in checksums.txt -sigfile /dev/stdin

v0.68.3

09 Apr 17:01

Choose a tag to compare

What's Changed

Bug Fixes

  • Skip auto-terminal when repo already has any terminals open

Other

  • Docs: document cross-root search, auto-terminals, force push, amend, sync all, stash drop

Full Changelog: v0.68.2..v0.68.3

Verify

# Verify build provenance
gh attestation verify diffchestrator-*.vsix --repo Andrevops/diffchestrator

# Verify checksum signature (requires public_key.pem from repo)
curl -fsSL https://raw.githubusercontent.com/Andrevops/diffchestrator/main/public_key.pem -o public_key.pem
xxd -r -p checksums.txt.sig | openssl pkeyutl -verify -pubin -inkey public_key.pem -rawin -in checksums.txt -sigfile /dev/stdin

v0.68.2

09 Apr 16:56

Choose a tag to compare

What's Changed

Bug Fixes

  • Check untracked terminals before auto-opening new ones

Full Changelog: v0.68.1..v0.68.2

Verify

# Verify build provenance
gh attestation verify diffchestrator-*.vsix --repo Andrevops/diffchestrator

# Verify checksum signature (requires public_key.pem from repo)
curl -fsSL https://raw.githubusercontent.com/Andrevops/diffchestrator/main/public_key.pem -o public_key.pem
xxd -r -p checksums.txt.sig | openssl pkeyutl -verify -pubin -inkey public_key.pem -rawin -in checksums.txt -sigfile /dev/stdin

v0.68.1

09 Apr 16:52

Choose a tag to compare

What's Changed

Bug Fixes

  • Skip auto-terminal open when terminal already exists for repo

Full Changelog: v0.68.0..v0.68.1

Verify

# Verify build provenance
gh attestation verify diffchestrator-*.vsix --repo Andrevops/diffchestrator

# Verify checksum signature (requires public_key.pem from repo)
curl -fsSL https://raw.githubusercontent.com/Andrevops/diffchestrator/main/public_key.pem -o public_key.pem
xxd -r -p checksums.txt.sig | openssl pkeyutl -verify -pubin -inkey public_key.pem -rawin -in checksums.txt -sigfile /dev/stdin

v0.68.0

09 Apr 16:48

Choose a tag to compare

What's Changed

Features

  • Add autoTerminals setting with dashboard checkboxes
  • Add cross-root repo search (Alt+D, Alt+F) spanning all configured roots

Full Changelog: v0.67.2..v0.68.0

Verify

# Verify build provenance
gh attestation verify diffchestrator-*.vsix --repo Andrevops/diffchestrator

# Verify checksum signature (requires public_key.pem from repo)
curl -fsSL https://raw.githubusercontent.com/Andrevops/diffchestrator/main/public_key.pem -o public_key.pem
xxd -r -p checksums.txt.sig | openssl pkeyutl -verify -pubin -inkey public_key.pem -rawin -in checksums.txt -sigfile /dev/stdin

v0.67.2

09 Apr 14:15

Choose a tag to compare

What's Changed

Bug Fixes

  • Switch scan root when navigating to terminal in different root

Full Changelog: v0.67.1..v0.67.2

Verify

# Verify build provenance
gh attestation verify diffchestrator-*.vsix --repo Andrevops/diffchestrator

# Verify checksum signature (requires public_key.pem from repo)
curl -fsSL https://raw.githubusercontent.com/Andrevops/diffchestrator/main/public_key.pem -o public_key.pem
xxd -r -p checksums.txt.sig | openssl pkeyutl -verify -pubin -inkey public_key.pem -rawin -in checksums.txt -sigfile /dev/stdin

v0.67.1

09 Apr 13:41

Choose a tag to compare

What's Changed

Bug Fixes

  • Prevent findRepoForTerminal from overwriting occupied tracking slots

Full Changelog: v0.67.0..v0.67.1

Verify

# Verify build provenance
gh attestation verify diffchestrator-*.vsix --repo Andrevops/diffchestrator

# Verify checksum signature (requires public_key.pem from repo)
curl -fsSL https://raw.githubusercontent.com/Andrevops/diffchestrator/main/public_key.pem -o public_key.pem
xxd -r -p checksums.txt.sig | openssl pkeyutl -verify -pubin -inkey public_key.pem -rawin -in checksums.txt -sigfile /dev/stdin

v0.67.0

09 Apr 13:25

Choose a tag to compare

What's Changed

Features

  • Offer pull or force-push when push is rejected by remote
  • Add Sync All command — fetch, pull behind, push ahead in one action
  • Add commit amend command (Alt+D, Shift+M) with message pre-fill
  • Add force push command (Alt+D, Shift+P) with --force-with-lease
  • Add stash drop — QuickPick + dashboard Drop button

Full Changelog: v0.66.5..v0.67.0

Verify

# Verify build provenance
gh attestation verify diffchestrator-*.vsix --repo Andrevops/diffchestrator

# Verify checksum signature (requires public_key.pem from repo)
curl -fsSL https://raw.githubusercontent.com/Andrevops/diffchestrator/main/public_key.pem -o public_key.pem
xxd -r -p checksums.txt.sig | openssl pkeyutl -verify -pubin -inkey public_key.pem -rawin -in checksums.txt -sigfile /dev/stdin

v0.66.5

09 Apr 12:49

Choose a tag to compare

What's Changed

Bug Fixes

  • Suppress entire terminal change handler during navigate/cycle commands

Full Changelog: v0.66.4..v0.66.5

Verify

# Verify build provenance
gh attestation verify diffchestrator-*.vsix --repo Andrevops/diffchestrator

# Verify checksum signature (requires public_key.pem from repo)
curl -fsSL https://raw.githubusercontent.com/Andrevops/diffchestrator/main/public_key.pem -o public_key.pem
xxd -r -p checksums.txt.sig | openssl pkeyutl -verify -pubin -inkey public_key.pem -rawin -in checksums.txt -sigfile /dev/stdin