@withgraphite/graphite-cli 1.4.4 → 1.4.5
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 +15 -0
- package/16.js +1 -1
- package/16.js.map +1 -1
- package/graphite.js +1 -1
- package/package.json +1 -1
package/.CHANGELOG.md
CHANGED
|
@@ -1,5 +1,20 @@
|
|
|
1
1
|
# Graphite CLI Changelog
|
|
2
2
|
|
|
3
|
+
# 1.4.5 2024-09-13
|
|
4
|
+
|
|
5
|
+
- Added support for working with and updating branches checked out across worktrees
|
|
6
|
+
- Added support for working with branches automatically rebased by graphite
|
|
7
|
+
|
|
8
|
+
- Fixed a bug where adding an undefined trunk would corrupt cli metadata
|
|
9
|
+
- Fixed a bug where `gt sync --all` would only clean up branches on the current trunk
|
|
10
|
+
- Improved `gt submit` performance by skipping unnecessary fetches
|
|
11
|
+
- Improved performance of deleting branches by only deleting required metadata
|
|
12
|
+
- Updated `gt checkout` to work while on a detached head
|
|
13
|
+
- Updated `gt submit` to submit branches that have never been submitted with Graphite
|
|
14
|
+
- Updated `gt sync` to better handle cases where the branch was updated outside of Graphite
|
|
15
|
+
- Updated `gt init --trunk` to warn against setting a trunk that does not exist locally
|
|
16
|
+
- Updated `gt sync` and `gt get` to work on untracked branches
|
|
17
|
+
|
|
3
18
|
# 1.4.4 2024-08-29
|
|
4
19
|
|
|
5
20
|
- Added new `gt unlink` command to unlink a branch from the currently associated PR
|