@withgraphite/graphite-cli 1.7.15 → 1.7.16

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/.CHANGELOG.md CHANGED
@@ -1,5 +1,12 @@
1
1
  # Graphite CLI Changelog
2
2
 
3
+ # 1.7.16 2026-01-20
4
+ - Added new `--remote-upstack` (`-u`) flag to `gt get` to fetch upstack branches submitted by other users.
5
+ - Fixed a bug where frozen branches could be updated by `gt submit` after a `gt sync`.
6
+ - Fixed `gt reorder` incorrectly splitting stacks when reordering branches above frozen branches.
7
+ - Fixed commit message formatting when using multiple -m flags - messages now include newlines between each flag, which matches native git behavior.
8
+ - Fixed a bug where `gt submit` would use the wrong branch's metadata to generate a title and description under some circumstances.
9
+
3
10
  # 1.7.15 2026-01-07
4
11
  - Added new `--close` flag (alias `-c`) to `gt delete` to also close a branch's associated PR on GitHub.
5
12
  - Improved branch name suggestion logic when running `gt split` to match behavior of `gt create`.