@withgraphite/graphite-cli 1.6.7 → 1.7.0

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,30 @@
1
1
  # Graphite CLI Changelog
2
2
 
3
+ # 1.7.0 2025-09-01
4
+
5
+ - Added new `gt freeze` and `gt unfreeze` commands. Freezing a branch prevents modifications to that branch.
6
+ - New branches from `gt get` will be frozen by default.
7
+ - Added warnings for newly empty branches after restack operations.
8
+ - Added a cap to debug log size.
9
+ - Improved `gt feedback` experience and reliability.
10
+
11
+ - Fixed issue where `gt undo` could remove unstaged or untracked changes.
12
+ - Fixed bug where `gt undo` sometimes failed after `gt continue`.
13
+ - Fixed issue where org prefixes were duplicated for team reviewers in PRs.
14
+ - Fixed branch sync to correctly detect trunk status when upstream is missing.
15
+ - Fixed issue where `gt sync` would hang when branches were too far behind trunk.
16
+ - Automatically set `--no-interactive` mode when stdin/stdout are not TTYs.
17
+
18
+ # 1.6.8 2025-08-05
19
+
20
+ - Added warnings when trunk is out of date during `gt submit`.
21
+ - Fixed an issue where `gt sync` and `gt get` could result in slow operations.
22
+ - Fixed an issue where `gt feedback` incorrectly reported a failure.
23
+ - Fixed an issue where `gt submit` incorrectly required the `--force` flag.
24
+ - Fixed an issue where `gt log` with `-n 0` would report the incorrect branch.
25
+ - Fixed an issue where `gt revert` would fail to perform any action.
26
+ - Fixed an issue where git hooks configured absolute paths would not be found.
27
+
3
28
  # 1.6.7 2025-07-09
4
29
 
5
30
  - Fixed an issue where `gt submit` would incorrectly report a branch as having a "New parent".