@withgraphite/graphite-cli 1.4.11 → 1.5.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,5 +1,13 @@
1
1
  # Graphite CLI Changelog
2
2
 
3
+ # 1.5.0 2024-12-04
4
+
5
+ - Introduced `gt abort`, which aborts the current rebase operation and restores the repository state to before the original command that introduced the conflict
6
+ - Introduced `gt undo`, which undoes the most recent Graphite mutation, restoring the repository to its state before the mutation was applied
7
+
8
+ - Fixed a bug where submitting a moved branch could temporarily result in incorrect diffs on remote
9
+ - Updated `gt create` to prompt for a branch name for empty branches if one was not provided
10
+
3
11
  # 1.4.10 2024-11-22
4
12
 
5
13
  - Internal improvements to config files