@withgraphite/graphite-cli 1.1.5 → 1.2.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,21 @@
1
1
  # Graphite CLI Changelog
2
2
 
3
+ # 1.2.0 2024-02-09
4
+
5
+ - Introduced `gt absorb`, which automatically amends staged changes to commits in your stack.
6
+
7
+ - You can now select which PR template will be used by default in `gt config`.
8
+ - `gt checkout -` now selects the last branch that was checked out, just like Git.
9
+ - `gt sync` now denotes the currently checked out branch when it was unable to restack it cleanly.
10
+
11
+ - Added clearer messaging for the action needed to avoid detected merge conflicts on `submit`.
12
+
13
+ - Fixed an issue where pressing Escape in an interactive prompt selected the current option.
14
+ - Fixed an issue where GitHub pull request templates with extensions other than .txt and .md were not detected.
15
+ - Fixed an issue where invalid/expired auth on `gt get` resulted in an unclear error message.
16
+ - Fixed an issue where `gt get` would not work for stacked branches if using a YubiKey-protected SSH key.
17
+ - Fixed an issue where `gt track` would display remote-tracking branches as potential parents.
18
+
3
19
  # 1.1.5 2024-02-02
4
20
 
5
21
  - Fixed bug in `create` and `modify` where we showed `--update` as an option when there were only unstaged changes (now we only show `--all` and `--patch`).