Releases: boneskull/gh-stack
Releases · boneskull/gh-stack
v0.3.0
v0.2.0
v0.1.2
v0.1.1
v0.1.0-rc.4
Immutable
release. Only release title and notes can be modified.
0.1.0-rc.4 (2026-02-03)
Features
- submit: add interactive PR prompts and adopt existing PRs (b03322d)
- sync: detect parent branches missing from remote (a992648)
- sync: detect squash-merged branches and prompt for cleanup (93484df)
Bug Fixes
- address PR review comments (2c9ae3f)
- clear macOS extended attributes in gh-install (99923e8)
- improve error message for untracked branches (40b00d5)
Miscellaneous Chores
- set release to v0.1.0-rc.4 (ee92cc2)
v0.1.0
v0.1.0-rc.3
Immutable
release. Only release title and notes can be modified.
0.1.0-rc.3 (2026-02-01)
Features
- cmd: add submit command for unified cascade, push, and PR workflow (#11) (5d18fad)
- cmd: improve adopt command ergonomics (#8) (10a604e)
- handle squash-merged parent PRs with --onto rebase (#10) (85a9cc5)
Bug Fixes
- log display for first-level children (c7cba03)
Miscellaneous Chores
- set next release to 0.1.0-rc.3 (4ddf92d)
v0.1.0-rc.2
v0.1.0-rc.1
0.1.0-rc.1 (2026-01-26)
Bug Fixes
v0.1.0-rc.0
0.1.0-rc.0 (2026-01-26)
Features
- cmd: add abort command (6311401)
- cmd: add adopt command (3ac8345)
- cmd: add cascade command (c8d5ac9)
- cmd: add continue command (d9ab43d)
- cmd: add create command (d709d01)
- cmd: add init command (11e2f69)
- cmd: add link command (d2f31e6)
- cmd: add log command with tree visualization (619c023)
- cmd: add orphan command (902dd45)
- cmd: add pr command with GitHub integration (9dcd6cf)
- cmd: add push command (272214f)
- cmd: add sync command (d5d652f)
- cmd: add unlink command (3ffd9a0)
- cmd: add version flag (6b6b123)
- config: add Config type with GetTrunk (15b69ec)
- config: add ListTrackedBranches (394a614)
- config: add parent branch operations (9693ab8)
- config: add PR number operations (9f71a45)
- config: add SetTrunk (c80429a)
- git: add branch existence and creation (6b889da)
- git: add Git type with CurrentBranch (253f1bf)
- git: add rebase operations (12f20cb)
- git: add working tree status checks (1e4c286)
- github: add CreateComment method (eb96644)
- github: add draft PR support (c09b29a)
- github: add ListComments and UpdateComment methods (891f333)
- github: add stack comment generator (f9748ec)
- pr: create drafts for stacked PRs and post comments (bb144b2)
- state: add cascade state persistence (0ee0d8e)
- sync: update stack comments and manage draft status (54e75a7)
- tree: add traversal helpers (ea3f67a)
- tree: add tree building from config (c9f7b41)