@withgraphite/graphite-cli 1.7.0 → 1.7.2

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,13 @@
1
1
  # Graphite CLI Changelog
2
2
 
3
+ # 1.7.1 2025-09-26
4
+
5
+ - Added controls to show/hide inline tips.
6
+ - Added `--reset-author` flag to `gt modify` for resetting commit authorship.
7
+ - Added the ability to `gt get` PRs opened outside of Graphite.
8
+ - Fixed bug where progress indicators would sometimes interfere with prompts for ssh key passphrases.
9
+ - Fixed autocomplete output formatting for better terminal compatibility.
10
+
3
11
  # 1.7.0 2025-09-01
4
12
 
5
13
  - Added new `gt freeze` and `gt unfreeze` commands. Freezing a branch prevents modifications to that branch.