@withgraphite/graphite-cli 0.22.14 → 0.22.15

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,20 @@
1
1
  # Graphite CLI Changelog
2
2
 
3
+ ## 0.22.15 2023-09-07
4
+ - Introduced an environment variable to preview the command rename and custom aliasing system that will be released next week as Graphite CLI v1. For more details, see https://graphite.dev/docs/graphite-cli-v1-command-names.
5
+ - Introduced a new interactive command `gt config` which covers all user- and repo-level configurations. The `gt user` and `gt repo` top-level commands will be deprecated in an upcoming release.
6
+
7
+ - `checkout` now prompts to `sync` when the branch's PR has been merged.
8
+ - `get` no longer fetches branches for merged PRs.
9
+
10
+ - Fixed a bug where having the VSCode extension open while restacking could corrupt cached stack data.
11
+ - Fixed a bug where restacks would get stuck in a confusing/corrupt state due to concurrent git processes (i.e. VSCode extesnion).
12
+ - Fixed a bug where an `git range-diff` failure could block submit.
13
+
14
+ ## 0.22.14 2023-09-06
15
+ - Fixed a bug where users with a Yubikey-protected SSH key were unable to `sync`.
16
+ - Fixed a bug where an uncaught IPC exception would appear after running a command.
17
+
3
18
  ## 0.22.9 2023-08-31
4
19
 
5
20
  - Fixed a bug where the wrong version could be shown in `gt log`.