Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
29 changes: 29 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,34 @@
# Changelog

## [1.3.0](https://github.com/stevearc/gitstack/compare/v1.2.1...v1.3.0) (2026-04-23)


### Features

* 'rewrite' command to interactive rebase the current branch ([f66bcca](https://github.com/stevearc/gitstack/commit/f66bccabf31506530d4e2510275972a7bed86cd6))
* add --no-push and --force to pr command ([d7b558c](https://github.com/stevearc/gitstack/commit/d7b558c3316979532706f2f8f86f1987e21f2c86))
* clean command ([91a7cdf](https://github.com/stevearc/gitstack/commit/91a7cdf63c3ebc09c5ad0359886e10ffe7c2a210))
* graft command can stack on top of pull request ([baa8162](https://github.com/stevearc/gitstack/commit/baa81626ca6b4a9a38129639b0c1505b914a431e))
* include PR number in list command ([92b85d0](https://github.com/stevearc/gitstack/commit/92b85d0c943c0db0a2381fb8685fb025803364c1))
* new command 'graft' ([6b430d4](https://github.com/stevearc/gitstack/commit/6b430d46321e01faf57c40921d40e34e4dc59410))
* show-base command ([d18ba8f](https://github.com/stevearc/gitstack/commit/d18ba8f9378f609bb682c8706dfba3fa8a6d6b27))
* transparently update PR target branch, and batch update requests ([feaa75a](https://github.com/stevearc/gitstack/commit/feaa75a5604bd60bbfd49fb8a4c1e419d1a83eb3))


### Bug Fixes

* better behavior when deleting merged branches ([d7c4ba0](https://github.com/stevearc/gitstack/commit/d7c4ba0e246285fe544f71e1dd992de225f1bdef))
* dim colors of list commits that are not the branch tip ([3210ab8](https://github.com/stevearc/gitstack/commit/3210ab8d8700b083f27dce28f71c517ee75d7a21))
* don't show ? icon when previous diff in stack is PR-only ([ab27895](https://github.com/stevearc/gitstack/commit/ab27895fcb240e2c89b1a064e86b438beb5f6877))
* find previous PRs in other repos via table parsing ([103c703](https://github.com/stevearc/gitstack/commit/103c7036104ad5e8dac0e55e444cd7503e5d8b81))
* list view uses PR title unless all commits shown ([86b5227](https://github.com/stevearc/gitstack/commit/86b52277aff8d354f624a47b30dce5dc74981f81))
* pr command pushes existing branches after creating PRs ([7e158cb](https://github.com/stevearc/gitstack/commit/7e158cbb07c550fe51ddb6b520c061f13c5e76a1))
* PR table parsing when stack crosses repos ([16cd671](https://github.com/stevearc/gitstack/commit/16cd671e2eef3ba32f16c0eae7a379f63840143b))
* pull request title respects 'publish' setting when created ([a6b026c](https://github.com/stevearc/gitstack/commit/a6b026ccacf6a95fea895789b5f7c8e2c092c956))
* rebasing merged stack onto master is smarter about conflicts ([6213da6](https://github.com/stevearc/gitstack/commit/6213da654a3f691931d373c41739aabe410aa207))
* stack rebase onto origin/master ([be4ba8c](https://github.com/stevearc/gitstack/commit/be4ba8ce7a768226c1329b267aefb1989a30a499))
* use gh pr list instead of gh pr status ([58ca8a5](https://github.com/stevearc/gitstack/commit/58ca8a5d16a064808bf1a7562192417119e83551))

## [1.2.1](https://github.com/stevearc/gitstack/compare/v1.2.0...v1.2.1) (2024-01-19)


Expand Down
Loading