@withgraphite/graphite-cli 1.3.1 → 1.3.3

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,17 @@
1
1
  # Graphite CLI Changelog
2
2
 
3
+ # 1.3.3 2024-04-05
4
+
5
+ - Fixed an issue where `gt submit` could fail in certain cases due to the format of a Git remote URL.
6
+ - Fixed an issue where the wrong branch name was referenced by `gt move`'s prompt.
7
+ - Fixed an issue where `gt absorb` could fail in certain environments.
8
+ - Fixed an issue where `gt log short` could incorrectly show a branch as "updated remotely" when it was not.
9
+ - Added interactivity to `gt feedback`.
10
+
11
+ # 1.3.2 2024-03-26
12
+
13
+ - Fixed a bug where `gt submit` would hang in certain cases.
14
+
3
15
  # 1.3.1 2024-03-23
4
16
 
5
17
  - Updated `gt submit` to match the new behavior of `gt sync` and `gt get`.