@withgraphite/graphite-cli 1.7.2 → 1.7.4

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,22 @@
1
1
  # Graphite CLI Changelog
2
2
 
3
+ # 1.7.4 2025-10-21
4
+
5
+ - Added a feature to automatically fast-forward the trunk to the upstream merge base when it's out of sync, improving UX during sync operations.
6
+ - Added a feature that prevents submitting changes after a branch has been merged or added to a merge queue.
7
+
8
+ - Improved messaging to help users resolve "BlockedWhileMerging" errors by suggesting next steps in the CLI.
9
+ - Fixed messaging in gt demo stack output to use "upstack" instead of "downstack" for descendant branches.
10
+
11
+ - Fixed a critical logging regression that caused loss of debug logs.
12
+ - Fixed an issue where the CLI wouldn't update the trunk when fetching if a branch hadn't yet been submitted.
13
+
14
+ # 1.7.2 2025-10-06
15
+
16
+ - Added a feature to block submits and modifications to merging branches.
17
+ - Added various performance optimizations on sync/get commands.
18
+ - Fixed issue where syncing or fetching a frozen branch would unfreeze it.
19
+
3
20
  # 1.7.1 2025-09-26
4
21
 
5
22
  - Added controls to show/hide inline tips.