@withgraphite/graphite-cli 1.5.3 → 1.6.1

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,27 @@
1
1
  # Graphite CLI Changelog
2
2
 
3
+ # 1.6.1 2025-03-21
4
+ - Fixed a bug where in certain cases, trunk commits could be included in a tracked branch, resulting in many Graphite operations hanging or failing.
5
+ - Fixed a bug where certain cases of syncing a branch submitted outside of Graphite would crash the CLI.
6
+ - Added better protections against running too many `git` subprocesses.
7
+
8
+ # 1.6.0 2025-03-07
9
+
10
+ - Added support for multiple `-m` flags in `gt create`, `gt modify`, and `gt squash`.
11
+ - Provided additional context when commands fail due to Graphite maintenance and incidents.
12
+ - Use commit message for branch name if there are no staged changes.
13
+ - Updated output colors to avoid difficult to read output.
14
+
15
+ - Fixed a bug where `gt feedback` could fail due to large log files.
16
+ - Fixed a bug where the remote repository could be marked as ''.
17
+ - Fixed a bug where a large number of commits can cause "Invalid string length" exceptions.
18
+ - Fixed a bug where whitespace in the repository path is not handled correctly when worktrees are used.
19
+
20
+ - 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).
21
+ - Removed `gt interactive`
22
+
3
23
  # 1.5.3 2025-01-21
24
+
4
25
  - Introduced a progress bar for `git fetch` and `git push` operations.
5
26
 
6
27
  - Fixed an issue where feature flags could be inadvertently disabled.