@withgraphite/graphite-cli 1.5.3 → 1.6.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,6 +1,22 @@
1
1
  # Graphite CLI Changelog
2
2
 
3
+ # 1.6.0 2025-03-07
4
+
5
+ - Added support for multiple `-m` flags in `gt create`, `gt modify`, and `gt squash`.
6
+ - Provided additional context when commands fail due to Graphite maintenance and incidents.
7
+ - Use commit message for branch name if there are no staged changes.
8
+ - Updated output colors to avoid difficult to read output.
9
+
10
+ - Fixed a bug where `gt feedback` could fail due to large log files.
11
+ - Fixed a bug where the remote repository could be marked as ''.
12
+ - Fixed a bug where a large number of commits can cause "Invalid string length" exceptions.
13
+ - Fixed a bug where whitespace in the repository path is not handled correctly when worktrees are used.
14
+
15
+ - Dropped official support for Node 18 in anticipation of its end-of-life date on 2024-04-30 (note: this is only a minor version bump because we don't expect any breaking changes).
16
+ - Removed `gt interactive`
17
+
3
18
  # 1.5.3 2025-01-21
19
+
4
20
  - Introduced a progress bar for `git fetch` and `git push` operations.
5
21
 
6
22
  - Fixed an issue where feature flags could be inadvertently disabled.