Skip to content

Releases: stevearc/gitstack

v1.3.0

23 Apr 01:10
cd2b13e

Choose a tag to compare

1.3.0 (2026-04-23)

Features

  • 'rewrite' command to interactive rebase the current branch (f66bcca)
  • add --no-push and --force to pr command (d7b558c)
  • clean command (91a7cdf)
  • graft command can stack on top of pull request (baa8162)
  • include PR number in list command (92b85d0)
  • new command 'graft' (6b430d4)
  • show-base command (d18ba8f)
  • transparently update PR target branch, and batch update requests (feaa75a)

Bug Fixes

  • better behavior when deleting merged branches (d7c4ba0)
  • dim colors of list commits that are not the branch tip (3210ab8)
  • don't show ? icon when previous diff in stack is PR-only (ab27895)
  • find previous PRs in other repos via table parsing (103c703)
  • list view uses PR title unless all commits shown (86b5227)
  • pr command pushes existing branches after creating PRs (7e158cb)
  • PR table parsing when stack crosses repos (16cd671)
  • pull request title respects 'publish' setting when created (a6b026c)
  • rebasing merged stack onto master is smarter about conflicts (6213da6)
  • stack rebase onto origin/master (be4ba8c)
  • use gh pr list instead of gh pr status (58ca8a5)

v1.2.1

19 Jan 19:58
dd55992

Choose a tag to compare

1.2.1 (2024-01-19)

Bug Fixes

  • the pr command can publish existing PRs (483afb2)

v1.2.0

19 Jan 04:01
511cda5

Choose a tag to compare

1.2.0 (2024-01-19)

Features

  • add support for python 3.8 (12b8463)

Bug Fixes

  • allow update command to update or install dev version (47d3d0e)
  • pull command will create missing local branches (9c90da8)
  • pull: pull all branches in stack (113b682)
  • stack calculation when master lags origin (dca5cf5)

v1.1.0

18 Jan 16:41
a790548

Choose a tag to compare

1.1.0 (2024-01-18)

Features

  • can link to PRs in a different repository (845fa9a)

Bug Fixes

  • add log level choices to help output (b3a6600)
  • crash when stack has a cycle (6f6f587)
  • don't add count to PR title if there is only one entry (0034370)
  • don't generate PR table if there is only one entry (c16bddc)

v1.0.0

02 Jan 07:58
0ba0558

Choose a tag to compare

1.0.0 (2024-01-02)

Features