@withgraphite/graphite-cli 1.3.2 → 1.3.4
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 +17 -0
- package/156.js +3 -0
- package/{74.js.LICENSE.txt → 156.js.LICENSE.txt} +9 -8
- package/778.js +1 -1
- package/778.js.map +1 -1
- package/build/static/js/main.js.map +1 -1
- package/child.js +1 -1
- package/child.js.map +1 -1
- package/graphite.js +1 -1
- package/graphite.js.LICENSE.txt +9 -0
- package/package.json +1 -1
- package/74.js +0 -3
package/.CHANGELOG.md
CHANGED
|
@@ -1,5 +1,22 @@
|
|
|
1
1
|
# Graphite CLI Changelog
|
|
2
2
|
|
|
3
|
+
# 1.3.4 2024-04-29
|
|
4
|
+
|
|
5
|
+
- Fixed multiple issues with the new versions of `gt get`, `gt sync`, and `gt submit`. The new versions will be rolled back out with this release.
|
|
6
|
+
- Fixed an issue where `post-checkout` hooks were swallowed, resulting in issues when interactive scripts are used.
|
|
7
|
+
- Fixed some typos in command output.
|
|
8
|
+
- `gt demo` now skips all Git hooks (with an implicit global `--no-verify`).
|
|
9
|
+
- `gt sync` no longer prints out `Restacking branches` if there are no branches to restack.
|
|
10
|
+
- Added details about troubleshooting to `gt --help`.
|
|
11
|
+
|
|
12
|
+
# 1.3.3 2024-04-05
|
|
13
|
+
|
|
14
|
+
- Fixed an issue where `gt submit` could fail in certain cases due to the format of a Git remote URL.
|
|
15
|
+
- Fixed an issue where the wrong branch name was referenced by `gt move`'s prompt.
|
|
16
|
+
- Fixed an issue where `gt absorb` could fail in certain environments.
|
|
17
|
+
- Fixed an issue where `gt log short` could incorrectly show a branch as "updated remotely" when it was not.
|
|
18
|
+
- Added interactivity to `gt feedback`.
|
|
19
|
+
|
|
3
20
|
# 1.3.2 2024-03-26
|
|
4
21
|
|
|
5
22
|
- Fixed a bug where `gt submit` would hang in certain cases.
|