Skip to content

Releases: lettertwo/git-workon

0.8.0 - 2026-06-24

24 Jun 19:46
c72fc7e

Choose a tag to compare

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

22 Jun 22:17
a907347

Choose a tag to compare

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

0.7.3 - 2026-06-22

22 Jun 20:35
ac25c79

Choose a tag to compare

Release Notes

Other

  • (cli) update help text, man docs, and doctor coverage

Install git-workon 0.7.3

Install prebuilt binaries via shell script

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

Install prebuilt binaries via Homebrew

brew install lettertwo/tap/git-workon

Download git-workon 0.7.3

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.2 - 2026-06-22

22 Jun 17:27
ef08365

Choose a tag to compare

Release Notes

Added

  • (cli) add prune-fetch, gone hint, and config defaults to prune

Install git-workon 0.7.2

Install prebuilt binaries via shell script

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

Install prebuilt binaries via Homebrew

brew install lettertwo/tap/git-workon

Download git-workon 0.7.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.7.1 - 2026-06-15

15 Jun 19:15
71f7c4c

Choose a tag to compare

Release Notes

Added

  • (cli) fuzzy-match dir name and branch name in find and list pickers

Install git-workon 0.7.1

Install prebuilt binaries via shell script

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

Install prebuilt binaries via Homebrew

brew install lettertwo/tap/git-workon

Download git-workon 0.7.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.7.0 - 2026-06-11

11 Jun 21:37
6751799

Choose a tag to compare

Release Notes

Added

  • (cli) [breaking] route deleted stack nodes to structured error
  • (lib) add preferred-remote resolution and ambiguity prompt
  • (cli) [breaking] add --new flag and keybind to force new from find
  • (cli) [breaking] add orphan-stash warning to prune command
  • (cli) [breaking] add stash shelve/restore to checkout and find
  • (cli) add hidden checkout command

Fixed

  • (cli) honor --new flag in explicit find subcommand
  • (cli) emit json envelope and propagate no-interactive in routing
  • (cli) set upstream when attaching remote branches in new
  • (cli) make find read-only by removing stash restore from navigation
  • (cli) assert stash drop and clarify restore conflict warning

Other

  • [breaking] pass one repository handle through checkout flow
  • (cli) defer repo and stack-model probe to bare-name routing
  • [breaking] add resolve_action + Resolution enum

Install git-workon 0.7.0

Install prebuilt binaries via shell script

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

Install prebuilt binaries via Homebrew

brew install lettertwo/tap/git-workon

Download git-workon 0.7.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.6.1 - 2026-06-05

05 Jun 02:44
2db2716

Choose a tag to compare

Release Notes

Added

  • (cli) redesign active-worktree glyphs and picker cursor

Install git-workon 0.6.1

Install prebuilt binaries via shell script

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

Install prebuilt binaries via Homebrew

brew install lettertwo/tap/git-workon

Download git-workon 0.6.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.6.0 - 2026-06-04

04 Jun 21:00
1f7256c

Choose a tag to compare

Release Notes

Added

  • (cli) [breaking] redesign list and find as unified stack-aware tree
  • (cli) [breaking] redesign list --json shape, surface metadata-only stacks
  • (lib) [breaking] rename Stack.branches to Stack.diffs

Install git-workon 0.6.0

Install prebuilt binaries via shell script

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

Install prebuilt binaries via Homebrew

brew install lettertwo/tap/git-workon

Download git-workon 0.6.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.5.2 - 2026-06-01

01 Jun 21:55
6860f98

Choose a tag to compare

Release Notes

Fixed

  • (cli) guard gt track on branch_pre_existed, not current_stack

Install git-workon 0.5.2

Install prebuilt binaries via shell script

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

Install prebuilt binaries via Homebrew

brew install lettertwo/tap/git-workon

Download git-workon 0.5.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.5.1 - 2026-06-01

01 Jun 19:38
f3d40f1

Choose a tag to compare

Release Notes

Fixed

  • (cli) skip gt track for already-stacked branches on attach

Install git-workon 0.5.1

Install prebuilt binaries via shell script

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

Install prebuilt binaries via Homebrew

brew install lettertwo/tap/git-workon

Download git-workon 0.5.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