Releases: stevearc/gitstack
Releases · stevearc/gitstack
v1.3.0
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)