@withgraphite/graphite-cli 1.4.4 → 1.4.6

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,26 @@
1
1
  # Graphite CLI Changelog
2
2
 
3
+ # 1.4.6 2024-09-26
4
+
5
+ - Fixed a bug where `gt sync` would not update trunk if there were no previously submitted branches
6
+ - Updated `gt submit --branch` to work while checked out untracked branches
7
+ - Updated support for git pre-push hooks on Windows machines
8
+
9
+ # 1.4.5 2024-09-13
10
+
11
+ - Added support for working with and updating branches checked out across worktrees
12
+ - Added support for working with branches automatically rebased by graphite
13
+
14
+ - Fixed a bug where adding an undefined trunk would corrupt cli metadata
15
+ - Fixed a bug where `gt sync --all` would only clean up branches on the current trunk
16
+ - Improved `gt submit` performance by skipping unnecessary fetches
17
+ - Improved performance of deleting branches by only deleting required metadata
18
+ - Updated `gt checkout` to work while on a detached head
19
+ - Updated `gt submit` to submit branches that have never been submitted with Graphite
20
+ - Updated `gt sync` to better handle cases where the branch was updated outside of Graphite
21
+ - Updated `gt init --trunk` to warn against setting a trunk that does not exist locally
22
+ - Updated `gt sync` and `gt get` to work on untracked branches
23
+
3
24
  # 1.4.4 2024-08-29
4
25
 
5
26
  - Added new `gt unlink` command to unlink a branch from the currently associated PR