@withgraphite/graphite-cli 1.2.3 → 1.2.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 CHANGED
@@ -1,5 +1,18 @@
1
1
  # Graphite CLI Changelog
2
2
 
3
+ # 1.2.4 2024-02-22
4
+
5
+ - `gt submit` now prompts to update upstack branches with open PRs when run from a mid-stack branch.
6
+ - `gt submit` is now able to detect when GitHub/Graphite sync is not enabled for a repository. We'll be rolling out the check for this over the coming weeks.
7
+ - A warning is now displayed when branches diverge from Graphite's tracking, and a new flow has been added to `gt track` to remediate diverged branches.
8
+ - `gt log` is now sorted stably.
9
+
10
+ - Fixed the `gt sq` alias for `gt squash`.
11
+ - Fixed an issue where `gt submit` would fail (before submitting upstack branches) if run from a merged branch.
12
+ - Fixed an issue where `gt submit` would fail if a pre-push hook had spaces in its path.
13
+ - Ensured better error messaging for various commands when a rebase is in progress.
14
+ - Removed the `--show-delete-progress` flag of `gt submit`.
15
+
3
16
  # 1.2.3 2024-02-14
4
17
 
5
18
  - Fixed an issue where `gt submit` would fail in repositories using `git-lfs`.