@withgraphite/graphite-cli 1.5.0 → 1.5.2
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 +19 -1
- package/16.js +1 -1
- package/child.js +1 -1
- package/graphite.js +1 -1
- package/package.json +1 -1
package/.CHANGELOG.md
CHANGED
|
@@ -1,5 +1,23 @@
|
|
|
1
1
|
# Graphite CLI Changelog
|
|
2
2
|
|
|
3
|
+
# 1.5.2 2024-12-23
|
|
4
|
+
|
|
5
|
+
- Cleanup `graphite-base` branches if a submit fails to push to remote
|
|
6
|
+
- Fixed a bug where `graphite-base` branches were incorrectly introduced in trailing trunk multi-trunk configurations
|
|
7
|
+
- Fixed a bug where `gt submit` could lead to incorrect diffs upstack if submit was not run on the full stack
|
|
8
|
+
- Fixed a bug where `gt rename` did not use configured branch prefixes
|
|
9
|
+
- Fixed a bug where `gt` commands could fail with `EAGAIN` errors
|
|
10
|
+
- Fixed a bug where `gt delete` could fail when run on untracked branches
|
|
11
|
+
|
|
12
|
+
# 1.5.1 2024-12-12
|
|
13
|
+
|
|
14
|
+
- Fixed a bug where `gt submit` on a stack would lead to temporary incorrect diffs on the upstack remote PRs
|
|
15
|
+
- Fixed a bug where `gt sync` failed with "RangeError: Invalid string length"
|
|
16
|
+
|
|
17
|
+
- Updated `gt rename` to fail if the user aborts the command
|
|
18
|
+
- Updated `gt squash` to fail if the squash command does nothing
|
|
19
|
+
- Updated all output to properly respect the --no-interactive flag (e.g. gt log, gt info…)
|
|
20
|
+
|
|
3
21
|
# 1.5.0 2024-12-04
|
|
4
22
|
|
|
5
23
|
- Introduced `gt abort`, which aborts the current rebase operation and restores the repository state to before the original command that introduced the conflict
|
|
@@ -8,7 +26,7 @@
|
|
|
8
26
|
- Fixed a bug where submitting a moved branch could temporarily result in incorrect diffs on remote
|
|
9
27
|
- Updated `gt create` to prompt for a branch name for empty branches if one was not provided
|
|
10
28
|
|
|
11
|
-
# 1.4.
|
|
29
|
+
# 1.4.11 2024-11-22
|
|
12
30
|
|
|
13
31
|
- Internal improvements to config files
|
|
14
32
|
- Add linux arm64 build to releases
|