@withgraphite/graphite-cli 1.4.5 → 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 +6 -0
- package/16.js +1 -1
- package/16.js.map +1 -1
- package/468.js +1 -1
- package/graphite.js +1 -1
- package/package.json +1 -1
package/.CHANGELOG.md
CHANGED
|
@@ -1,5 +1,11 @@
|
|
|
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
|
+
|
|
3
9
|
# 1.4.5 2024-09-13
|
|
4
10
|
|
|
5
11
|
- Added support for working with and updating branches checked out across worktrees
|