Releases: sotarok/gw
Releases · sotarok/gw
gw v0.9.0
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@latestManual Download
Download the appropriate binary for your platform from the assets below.
gw v0.8.3
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@latestManual Download
Download the appropriate binary for your platform from the assets below.
gw v0.8.2
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@latestManual Download
Download the appropriate binary for your platform from the assets below.
gw v0.8.1
gw v0.8.0
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@latestManual Download
Download the appropriate binary for your platform from the assets below.
gw v0.7.0
Changelog
Features
- 1856cf1 feat: Add post-hook support for start and checkout commands
- (idea thanks to @pnikonowicz in #20)
Bug Fixes
- d3c718e fix: Address review feedback on post-hook implementation
Installation
Go Install
go install github.com/sotarok/gw@latestManual Download
Download the appropriate binary for your platform from the assets below.
gw v0.6.4
gw v0.6.3
gw v0.6.2
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@latestManual Download
Download the appropriate binary for your platform from the assets below.
gw v0.6.1
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@latestManual Download
Download the appropriate binary for your platform from the assets below.