@withgraphite/graphite-cli 0.20.36 → 0.21.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 +8 -17
- package/459.js +1 -1
- package/593.js +3 -0
- package/593.js.map +1 -0
- package/child.js +1 -1
- package/child.js.map +1 -1
- package/graphite.js +1 -1
- package/graphite.js.LICENSE.txt +4 -0
- package/{node_version.js → install.js} +2 -2
- package/install.js.map +1 -0
- package/package.json +4 -4
- package/817.js +0 -3
- package/817.js.map +0 -1
- package/node_version.js.map +0 -1
package/.CHANGELOG.md
CHANGED
|
@@ -1,26 +1,17 @@
|
|
|
1
1
|
# Graphite CLI Changelog
|
|
2
2
|
|
|
3
|
-
## 0.
|
|
3
|
+
## 0.21.0 2023-07-21
|
|
4
4
|
|
|
5
|
-
-
|
|
5
|
+
- We pushed a few patch versions to npm and brew between 0.20.24 and now, but there were no major changes in any of them, so they are not listed in the changelog.
|
|
6
6
|
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
## 0.20.32 2023-07-12
|
|
10
|
-
## 0.20.31 2023-07-12
|
|
11
|
-
## 0.20.30 2023-07-12
|
|
12
|
-
## 0.20.29 2023-07-12
|
|
13
|
-
## 0.20.28 2023-07-12
|
|
14
|
-
## 0.20.27 2023-07-12
|
|
15
|
-
## 0.20.26 2023-07-12
|
|
16
|
-
## 0.20.25 2023-07-12
|
|
17
|
-
## 0.20.24 2023-07-12
|
|
7
|
+
- `gt log` now shows the PR's overall status (consistent with Graphite dashboard; takes stacks into account).
|
|
8
|
+
- Added a new `-m` flag to `submit` commands that enables "merge when ready" on the Graphite dashboard, merging the PR if it is already ready to be merged.
|
|
18
9
|
|
|
19
|
-
-
|
|
10
|
+
- Added a new option `--exclude-templates` to `gt user submit-body` which specifies that the PR template should not be included in the default PR description when `--include-commit-messages` is enabled.
|
|
20
11
|
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
-
|
|
12
|
+
- Fixed a few long-standing performance issues that affected all commands, most noticeably shorter-running ones.
|
|
13
|
+
- Fixed an issue where the Yubikey prompt shown by git commands was not being diplayed.
|
|
14
|
+
- Fixed an issue where the `branch track` command was missing.
|
|
24
15
|
|
|
25
16
|
## 0.20.22 2023-06-22
|
|
26
17
|
|