Skip to content

Releases: sotarok/gw

gw v0.9.0

11 Jun 13:32
d57d6a2

Choose a tag to compare

Changelog

Features

  • f874b44 feat: Treat a branch merged into local main as merged in safety checks

Bug Fixes

  • f0d0dfe fix: Accept full branch name in gw end, not just the issue number

Installation

Go Install

go install github.com/sotarok/gw@latest

Manual Download

Download the appropriate binary for your platform from the assets below.

gw v0.8.3

29 May 04:36
3964fcc

Choose a tag to compare

Changelog

Bug Fixes

  • a617e2e fix: Anchor checkout worktree name to original repo when run inside a worktree

Performance

  • 8544c20 perf: Parallelize safety checks in gw end and gw clean via git -C
  • 1c61388 perf: Stop re-fetching origin inside IsMergedToOrigin safety check

Refactors

  • cdc1240 refactor: Bound gw clean concurrency, share pre-end hook runner, prune narration

Installation

Go Install

go install github.com/sotarok/gw@latest

Manual Download

Download the appropriate binary for your platform from the assets below.

gw v0.8.2

14 May 15:33
cf66c7a

Choose a tag to compare

Changelog

Bug Fixes

  • 6a8f176 fix: Anchor gw shell-integration --print-path worktree lookup to repo root
  • 8a411e8 fix: Scan env files from repo root in gw start and gw checkout

Installation

Go Install

go install github.com/sotarok/gw@latest

Manual Download

Download the appropriate binary for your platform from the assets below.

gw v0.8.1

12 May 01:37
00faf11

Choose a tag to compare

Changelog

Bug Fixes

  • 9ccc5f7 fix: Anchor gw checkout worktree path to repository root

Installation

Go Install

go install github.com/sotarok/gw@latest

Manual Download

Download the appropriate binary for your platform from the assets below.

gw v0.8.0

05 May 12:51
522883e

Choose a tag to compare

Changelog

Features

  • 7e04ec7 feat: Add pre_end_hook for cleanup before worktree removal

Bug Fixes

  • fd92ffb fix: Resolve git common dir to absolute path in GetOriginalRepositoryName

Refactors

  • c6fbec0 refactor: Clean up pre_end_hook follow-ups from review

Installation

Go Install

go install github.com/sotarok/gw@latest

Manual Download

Download the appropriate binary for your platform from the assets below.

gw v0.7.0

06 Apr 13:43
6622957

Choose a tag to compare

Changelog

Features

Bug Fixes

  • d3c718e fix: Address review feedback on post-hook implementation

Installation

Go Install

go install github.com/sotarok/gw@latest

Manual Download

Download the appropriate binary for your platform from the assets below.

gw v0.6.4

06 Apr 12:15
f4d53dc

Choose a tag to compare

Changelog

Features

  • 62eba2e feat: Add zsh completion for end and checkout subcommands

Installation

Go Install

go install github.com/sotarok/gw@latest

Manual Download

Download the appropriate binary for your platform from the assets below.

gw v0.6.3

06 Mar 01:29

Choose a tag to compare

Changelog

Features

  • 3640521 feat: Add fetch_before_command config to auto-fetch before commands

Installation

Go Install

go install github.com/sotarok/gw@latest

Manual Download

Download the appropriate binary for your platform from the assets below.

gw v0.6.2

04 Jan 13:09

Choose a tag to compare

Changelog

Bug Fixes

  • 2088f37 fix: Fix tests for CI environment compatibility
  • 37117d2 fix: Resolve original repository name when creating worktree from within a worktree
  • 3719b5f fix: Resolve remote-only branches as base branch in gw start
  • f7b919e fix: Use constants for branch names in status_test.go

Installation

Go Install

go install github.com/sotarok/gw@latest

Manual Download

Download the appropriate binary for your platform from the assets below.

gw v0.6.1

18 Dec 01:23

Choose a tag to compare

Changelog

Features

  • afcf658 feat: Add CLI spinner for long-running operations
  • 494ccb4 feat: Add colored output for status symbols

Refactors

  • 450ed78 refactor: Split command.go into separate files by command type
  • 5b492bd refactor: Use symbol constants in config command

Installation

Go Install

go install github.com/sotarok/gw@latest

Manual Download

Download the appropriate binary for your platform from the assets below.