Skip to content

Releases: lettertwo/git-workon

0.13.2 - 2026-08-31

Choose a tag to compare

@github-actions github-actions released this 31 Aug 23:18
89cb38c

Release Notes

Fixed

  • (cli) require the branch tip at the merged PR head for PrMerged (#76)

Install git-workon 0.13.2

Install prebuilt binaries via shell script

curl --proto '=https' --tlsv1.2 -LsSf https://github.com/lettertwo/git-workon/releases/download/git-workon-v0.13.2/git-workon-installer.sh | sh

Install prebuilt binaries via Homebrew

brew install lettertwo/tap/git-workon

Download git-workon 0.13.2

File Platform Checksum
git-workon-aarch64-apple-darwin.tar.xz Apple Silicon macOS checksum
git-workon-x86_64-apple-darwin.tar.xz Intel macOS checksum
git-workon-aarch64-unknown-linux-gnu.tar.xz ARM64 Linux checksum
git-workon-x86_64-unknown-linux-gnu.tar.xz x64 Linux checksum

0.13.1 - 2026-08-31

Choose a tag to compare

@github-actions github-actions released this 31 Aug 02:53
bdb2071

Release Notes

Added

  • (cli) raise a PR-merged prune signal

Fixed

  • (cli) bound consecutive gh failures and require a github remote

Other

  • (cli) prove the gh failure bound with five worktrees
  • (cli) cover gh empty-list and bounded-failure prune cases
  • (cli) stop PR lookups after the first gh failure
  • (cli) note PrMerged in the active-criteria comments
  • (cli) cover prune's PR-merged signal and gh fallback

Install git-workon 0.13.1

Install prebuilt binaries via shell script

curl --proto '=https' --tlsv1.2 -LsSf https://github.com/lettertwo/git-workon/releases/download/git-workon-v0.13.1/git-workon-installer.sh | sh

Install prebuilt binaries via Homebrew

brew install lettertwo/tap/git-workon

Download git-workon 0.13.1

File Platform Checksum
git-workon-aarch64-apple-darwin.tar.xz Apple Silicon macOS checksum
git-workon-x86_64-apple-darwin.tar.xz Intel macOS checksum
git-workon-aarch64-unknown-linux-gnu.tar.xz ARM64 Linux checksum
git-workon-x86_64-unknown-linux-gnu.tar.xz x64 Linux checksum

0.13.0 - 2026-08-30

Choose a tag to compare

@github-actions github-actions released this 30 Aug 14:44
c0e98a1

Release Notes

Added

  • (cli) register new branches in the canonical gh-stack file (#68)
  • (cli) link gh-stack worktrees and check them in doctor (#67)
  • (lib) add gh-stack as a stack provider (#66)

Fixed

  • (cli) indent stack members instead of a reserved gutter lane (#70)

Other

  • (lib) [breaking] lift stack graph algorithms onto StackMetadata (#65)

Install git-workon 0.13.0

Install prebuilt binaries via shell script

curl --proto '=https' --tlsv1.2 -LsSf https://github.com/lettertwo/git-workon/releases/download/git-workon-v0.13.0/git-workon-installer.sh | sh

Install prebuilt binaries via Homebrew

brew install lettertwo/tap/git-workon

Download git-workon 0.13.0

File Platform Checksum
git-workon-aarch64-apple-darwin.tar.xz Apple Silicon macOS checksum
git-workon-x86_64-apple-darwin.tar.xz Intel macOS checksum
git-workon-aarch64-unknown-linux-gnu.tar.xz ARM64 Linux checksum
git-workon-x86_64-unknown-linux-gnu.tar.xz x64 Linux checksum

0.12.0 - 2026-08-14

Choose a tag to compare

@github-actions github-actions released this 14 Aug 00:43
eefd101

Release Notes

Added

  • (hooks) add doctor check for stale worktree admin names
  • (cli) offer worktree root-relative path in shell completion

Fixed

  • (lib) canonicalize paths before computing root-relative worktree path

Other

  • (cli) fix stale worktree admin-name assertion for slashed branch
  • (lib) cover path-encoded worktree admin name behavior

Install git-workon 0.12.0

Install prebuilt binaries via shell script

curl --proto '=https' --tlsv1.2 -LsSf https://github.com/lettertwo/git-workon/releases/download/git-workon-v0.12.0/git-workon-installer.sh | sh

Install prebuilt binaries via Homebrew

brew install lettertwo/tap/git-workon

Download git-workon 0.12.0

File Platform Checksum
git-workon-aarch64-apple-darwin.tar.xz Apple Silicon macOS checksum
git-workon-x86_64-apple-darwin.tar.xz Intel macOS checksum
git-workon-aarch64-unknown-linux-gnu.tar.xz ARM64 Linux checksum
git-workon-x86_64-unknown-linux-gnu.tar.xz x64 Linux checksum

0.11.1 - 2026-07-31

Choose a tag to compare

@github-actions github-actions released this 31 Jul 19:53
12b575e

Release Notes

Fixed

  • (cli) assign stack lanes relative to the parent lane (#58)
  • (lib) detect Graphite from repo metadata, not gt on PATH

Install git-workon 0.11.1

Install prebuilt binaries via shell script

curl --proto '=https' --tlsv1.2 -LsSf https://github.com/lettertwo/git-workon/releases/download/git-workon-v0.11.1/git-workon-installer.sh | sh

Install prebuilt binaries via Homebrew

brew install lettertwo/tap/git-workon

Download git-workon 0.11.1

File Platform Checksum
git-workon-aarch64-apple-darwin.tar.xz Apple Silicon macOS checksum
git-workon-x86_64-apple-darwin.tar.xz Intel macOS checksum
git-workon-aarch64-unknown-linux-gnu.tar.xz ARM64 Linux checksum
git-workon-x86_64-unknown-linux-gnu.tar.xz x64 Linux checksum

0.11.0 - 2026-07-29

Choose a tag to compare

@github-actions github-actions released this 29 Jul 17:31
789682a

Release Notes

Added

  • (completions) list git-workon-* externals as top-level candidates
  • (cli) dispatch unknown subcommands to git-workon-* on PATH
  • (lib) add git stack model variant

Fixed

  • (cli) drop redundant borrow in the branch-exists warning

Other

  • merge per-file integration tests into one harness per crate

Install git-workon 0.11.0

Install prebuilt binaries via shell script

curl --proto '=https' --tlsv1.2 -LsSf https://github.com/lettertwo/git-workon/releases/download/git-workon-v0.11.0/git-workon-installer.sh | sh

Install prebuilt binaries via Homebrew

brew install lettertwo/tap/git-workon

Download git-workon 0.11.0

File Platform Checksum
git-workon-aarch64-apple-darwin.tar.xz Apple Silicon macOS checksum
git-workon-x86_64-apple-darwin.tar.xz Intel macOS checksum
git-workon-aarch64-unknown-linux-gnu.tar.xz ARM64 Linux checksum
git-workon-x86_64-unknown-linux-gnu.tar.xz x64 Linux checksum

0.10.0 - 2026-07-21

Choose a tag to compare

@github-actions github-actions released this 21 Jul 12:59
4c47d2a

Release Notes

Fixed

  • (cli) map flat-picker selection through worktree index
  • (cli) stop stacked list duplicating rows on ghost branches
  • (cli) read no-color override on every use_color call

Other

  • (cli) make color-sensitive tests robust to FORCE_COLOR
  • bump workspace rust-version to 1.88

Install git-workon 0.10.0

Install prebuilt binaries via shell script

curl --proto '=https' --tlsv1.2 -LsSf https://github.com/lettertwo/git-workon/releases/download/git-workon-v0.10.0/git-workon-installer.sh | sh

Install prebuilt binaries via Homebrew

brew install lettertwo/tap/git-workon

Download git-workon 0.10.0

File Platform Checksum
git-workon-aarch64-apple-darwin.tar.xz Apple Silicon macOS checksum
git-workon-x86_64-apple-darwin.tar.xz Intel macOS checksum
git-workon-aarch64-unknown-linux-gnu.tar.xz ARM64 Linux checksum
git-workon-x86_64-unknown-linux-gnu.tar.xz x64 Linux checksum

0.9.0 - 2026-07-05

Choose a tag to compare

@github-actions github-actions released this 06 Jul 20:51
d40213b

Release Notes

Added

  • (cli) [breaking] replace prune discovery flow with annotated picker

Fixed

  • (cli) remove empty namespace dirs after prune
  • (copy) prune excluded directories from the walk
  • (cli) use real glob matching for protected branches

Install git-workon 0.9.0

Install prebuilt binaries via shell script

curl --proto '=https' --tlsv1.2 -LsSf https://github.com/lettertwo/git-workon/releases/download/git-workon-v0.9.0/git-workon-installer.sh | sh

Install prebuilt binaries via Homebrew

brew install lettertwo/tap/git-workon

Download git-workon 0.9.0

File Platform Checksum
git-workon-aarch64-apple-darwin.tar.xz Apple Silicon macOS checksum
git-workon-x86_64-apple-darwin.tar.xz Intel macOS checksum
git-workon-aarch64-unknown-linux-gnu.tar.xz ARM64 Linux checksum
git-workon-x86_64-unknown-linux-gnu.tar.xz x64 Linux checksum

0.8.0 - 2026-06-24

Choose a tag to compare

@github-actions github-actions released this 24 Jun 19:46
c72fc7e

Release Notes

Added

  • (cli) [breaking] replace indented tree with graphite-style lane graph

Fixed

  • (cli) checkout branch in host worktree for stack-member find

Install git-workon 0.8.0

Install prebuilt binaries via shell script

curl --proto '=https' --tlsv1.2 -LsSf https://github.com/lettertwo/git-workon/releases/download/git-workon-v0.8.0/git-workon-installer.sh | sh

Install prebuilt binaries via Homebrew

brew install lettertwo/tap/git-workon

Download git-workon 0.8.0

File Platform Checksum
git-workon-aarch64-apple-darwin.tar.xz Apple Silicon macOS checksum
git-workon-x86_64-apple-darwin.tar.xz Intel macOS checksum
git-workon-aarch64-unknown-linux-gnu.tar.xz ARM64 Linux checksum
git-workon-x86_64-unknown-linux-gnu.tar.xz x64 Linux checksum

0.7.4 - 2026-06-22

Choose a tag to compare

@github-actions github-actions released this 22 Jun 22:17
a907347

Release Notes

Fixed

  • (cli) suppress stack tree and metadata diffs under status filters

Other

  • fill in missing flags and nuances across command docs

Install git-workon 0.7.4

Install prebuilt binaries via shell script

curl --proto '=https' --tlsv1.2 -LsSf https://github.com/lettertwo/git-workon/releases/download/git-workon-v0.7.4/git-workon-installer.sh | sh

Install prebuilt binaries via Homebrew

brew install lettertwo/tap/git-workon

Download git-workon 0.7.4

File Platform Checksum
git-workon-aarch64-apple-darwin.tar.xz Apple Silicon macOS checksum
git-workon-x86_64-apple-darwin.tar.xz Intel macOS checksum
git-workon-aarch64-unknown-linux-gnu.tar.xz ARM64 Linux checksum
git-workon-x86_64-unknown-linux-gnu.tar.xz x64 Linux checksum