@withgraphite/graphite-cli 1.7.8 → 1.7.10

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,21 @@
1
1
  # Graphite CLI Changelog
2
2
 
3
+ # 1.7.10 2025-11-20
4
+
5
+ - Added a new feature to `gt submit` that lets users choose whether reviewers should be applied to all PRs or only to newly created PRs when submitting a stack that contains a mix of new and existing PRs.
6
+ - Fixed a circular dependency bug in split by file that occurred when branch names conflicted after a split was performed.
7
+ - Fixed an alias parsing issue causing unintentional command execution upon user typos
8
+
9
+ # 1.7.9 2025-11-14
10
+
11
+ - Added ability to set and manage a default profile through the interactive config menu.
12
+ - Show unstaged changes during `gt create`.
13
+ - Added a tip explaining the difference between `gt checkout` (unfrozen) and `gt get` (frozen) when fetching new branches.
14
+ - Fixed error with missing refs on remote.
15
+ - Made `--edit-title` and `--edit-description` imply `--cli` automatically.
16
+ - Ensured `--cli` is auto-enabled only when PR title/description editing is actually enabled.
17
+ - Added clarification to `gt delete` explaining that deleting branches for open PRs is a local-only operation; PRs must be manually closed in GitHub.
18
+
3
19
  # 1.7.8 2025-11-10
4
20
 
5
21
  - Added a feature to automatically check out branches authored by the current user as unfrozen when using `gt get`.