Skip to content

Latest commit

 

History

History
180 lines (104 loc) · 12.3 KB

File metadata and controls

180 lines (104 loc) · 12.3 KB

Changelog

0.5.0 (2026-02-14)

Features

  • add --worktrees flag for restack and sync (#48) (6117a53), closes #33

Bug Fixes

  • submit: submit the entire stack by default (#42) (4b907b1), closes #38
  • submit: unwrap hard-wrapped list items in PR descriptions (#43) (60366b2)

0.4.1 (2026-02-14)

Bug Fixes

  • github: omit local-only branches from PR stack comments (#37) (f4afa45)
  • github: scope PR stack comment to current stack only (#36) (c31fa5c)
  • suppress help output on runtime errors (#41) (07f807b), closes #35

0.4.0 (2026-02-12)

Features

  • add ANSI color output following GitHub CLI conventions (#30) (dbfe73f)
  • rename cascade command to restack, keep cascade as alias (#32) (3d3f524)
  • submit: unwrap hard line breaks in generated PR descriptions (#34) (15edb71)

Bug Fixes

  • github: make PR comment heading less obtuse (f23002e)

0.3.0 (2026-02-04)

Features

  • submit: add --push-only flag (#25) (c14dabb)
  • submit: add --push-only flag to skip PR creation (c14dabb)

Bug Fixes

  • submit: move draft-to-ready prompt to Phase 3 (PRs) (#28) (0afdba7)
  • submit: use first commit as default PR title (#27) (9bc1881)
  • undo: auto-prune snapshots to prevent unbounded growth (#23) (d298e99)

0.2.0 (2026-02-04)

Features

0.1.2 (2026-02-03)

Miscellaneous Chores

  • re-enable attestations; disable release immutability (532a906)

0.1.1 (2026-02-03)

Miscellaneous Chores

  • give up on attestations (1c8320a)

0.1.0 (2026-02-03)

Miscellaneous Chores

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)

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)

0.1.0-rc.2 (2026-01-27)

Miscellaneous Chores

  • ci: disable attestation (6069681)

0.1.0-rc.1 (2026-01-26)

Bug Fixes

  • ci: try to fix release workflow (bf86c42)
  • release: release 0.1.0-rc.1 (108baac)

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)

Bug Fixes

  • ci: trigger release workflow on main branch push (21141bf)
  • ci: upgrade to golangci-lint v2 for Go 1.25 support (156b8df)
  • lint: resolve errcheck warnings, disable gosec (c23fa81)