@withgraphite/graphite-cli 1.6.3 → 1.6.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 +7 -0
- package/691.js +1 -1
- package/graphite.js +1 -1
- package/package.json +1 -1
package/.CHANGELOG.md
CHANGED
|
@@ -1,5 +1,12 @@
|
|
|
1
1
|
# Graphite CLI Changelog
|
|
2
2
|
|
|
3
|
+
# 1.6.4 2025-05-19
|
|
4
|
+
|
|
5
|
+
- Fixed a bug where `gt submit` and `gt sync` could incorrectly report a new remote version.
|
|
6
|
+
- Fixed a bug where `gt submit` may try to push the same branch twice.
|
|
7
|
+
- Fixed a bug where help text would be displayed in a single column when piped to another command.
|
|
8
|
+
- Fixed an issue where polling in the vscode extension could cause large amounts of log file usage.
|
|
9
|
+
|
|
3
10
|
# 1.6.3 2025-05-09
|
|
4
11
|
|
|
5
12
|
- Fixed a bug in `gt submit` and `gt sync` that caused performance degradation and crashes when pull requests were modified outside of Graphite.
|