@withgraphite/graphite-cli 1.7.2 → 1.7.3
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/build/static/js/main.js +1 -1
- 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.2 2025-10-06
|
|
4
|
+
- Added a feature to block submits and modifications to merging branches.
|
|
5
|
+
- Added various performance optimizations on sync/get commands.
|
|
6
|
+
- Fixed issue where syncing or fetching a frozen branch would unfreeze it.
|
|
7
|
+
|
|
3
8
|
# 1.7.1 2025-09-26
|
|
4
9
|
|
|
5
10
|
- Added controls to show/hide inline tips.
|