@withgraphite/graphite-cli 1.7.7 → 1.7.8
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 +5 -0
- package/graphite.js +1 -1
- package/package.json +1 -1
package/.CHANGELOG.md
CHANGED
|
@@ -1,5 +1,10 @@
|
|
|
1
1
|
# Graphite CLI Changelog
|
|
2
2
|
|
|
3
|
+
# 1.7.8 2025-11-10
|
|
4
|
+
|
|
5
|
+
- Added a feature to automatically check out branches authored by the current user as unfrozen when using `gt get`.
|
|
6
|
+
- Optimized performance when gathering rebase metadata.
|
|
7
|
+
|
|
3
8
|
# 1.7.7 2025-11-05
|
|
4
9
|
|
|
5
10
|
- Added `--to <target_branch>` flag to `gt up` for targeted branch navigation within large stacks.
|