@withgraphite/graphite-cli 1.4.11 → 1.5.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,5 +1,22 @@
1
1
  # Graphite CLI Changelog
2
2
 
3
+ # 1.5.1 2024-12-12
4
+
5
+ - Fixed a bug where `gt submit` on a stack would lead to temporary incorrect diffs on the upstack remote PRs
6
+ - Fixed a bug where `gt sync` failed with "RangeError: Invalid string length"
7
+
8
+ - Updated `gt rename` to fail if the user aborts the command
9
+ - Updated `gt squash` to fail if the squash command does nothing
10
+ - Updated all output to properly respect the --no-interactive flag (e.g. gt log, gt info…)
11
+
12
+ # 1.5.0 2024-12-04
13
+
14
+ - Introduced `gt abort`, which aborts the current rebase operation and restores the repository state to before the original command that introduced the conflict
15
+ - Introduced `gt undo`, which undoes the most recent Graphite mutation, restoring the repository to its state before the mutation was applied
16
+
17
+ - Fixed a bug where submitting a moved branch could temporarily result in incorrect diffs on remote
18
+ - Updated `gt create` to prompt for a branch name for empty branches if one was not provided
19
+
3
20
  # 1.4.10 2024-11-22
4
21
 
5
22
  - Internal improvements to config files