@withgraphite/graphite-cli 1.4.2 → 1.4.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,18 @@
1
1
  # Graphite CLI Changelog
2
2
 
3
+ # 1.4.3 2024-08-09
4
+
5
+ - Added a `--stack` flag to `gt checkout` to only show current stack
6
+
7
+ - Fixed a bug where `gt log` and `gt checkout` don't work on untracked branches
8
+ - Fixed a bug where unsetting a trunk would not fully unset it
9
+ - Fixed a bug where `gt` throws a cannot read undefined error while reading 'validationResult'
10
+ - Fixed a bug where `gt track` might get into an infinite loop while recovering diverged branches
11
+ - Improved merge conflict status to handle unstaged changes during rebasing
12
+ - Updated instructions for committing untracked files to be more clear
13
+ - Updated networking error diagnostics
14
+ - Updated `gt pr`, `gt docs`, and `gt dash` to print out the URL being opened
15
+
3
16
  # 1.4.2 2024-07-30
4
17
 
5
18
  - Added support for `--verbose/-v` in `gt create` and `gt modify` to include diff in commit message template