@withgraphite/graphite-cli 1.7.5 → 1.7.7
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 +23 -0
- package/build/static/js/main.js +1 -1
- package/graphite.js +1 -1
- package/package.json +1 -1
package/.CHANGELOG.md
CHANGED
|
@@ -1,5 +1,28 @@
|
|
|
1
1
|
# Graphite CLI Changelog
|
|
2
2
|
|
|
3
|
+
# 1.7.7 2025-11-05
|
|
4
|
+
|
|
5
|
+
- Added `--to <target_branch>` flag to `gt up` for targeted branch navigation within large stacks.
|
|
6
|
+
- Updated CLI, menu bar app, and VS Code extensions to request `app.graphite.com` instead of `app.graphite.dev`.
|
|
7
|
+
- Trim whitespace from branch names in `gt rename` to prevent command failures.
|
|
8
|
+
- Changed debug log file extension from `.log` to `.log.jsonl` to match updated format.
|
|
9
|
+
|
|
10
|
+
# 1.7.6 2025-10-31
|
|
11
|
+
|
|
12
|
+
- Added a feature to display warnings from PR submissions directly in the CLI to provide additional guidance to users.
|
|
13
|
+
- Added retries on intermittent server errors.
|
|
14
|
+
- Updated `--edit` to imply `--cli` in `gt submit` to ensure users can edit PR titles and descriptions directly in the CLI.
|
|
15
|
+
|
|
16
|
+
- Fixed an issue where checking out the current branch after a rebase would create incorrect previous-branch entries in the reflog.
|
|
17
|
+
- Fixed inconsistencies in upgrade behavior due to different packaging systems.
|
|
18
|
+
- Fixed messaging for update-only submissions.
|
|
19
|
+
- Fixed an issue where editing a PR description wouldn't show the existing content by fetching the PR body from the server.
|
|
20
|
+
- Fixed an issue where `gt-fetch-head` refs could cause conflicts when creating new refs by deleting them when deleting a branch.
|
|
21
|
+
- Fixed terminal alignment issues by replacing the pencil emoji (✏️) with a memo emoji (📝).
|
|
22
|
+
|
|
23
|
+
- Improved error messages when a branch is updated outside of Graphite and `gt submit` fails.
|
|
24
|
+
- Improved error reporting from server.
|
|
25
|
+
|
|
3
26
|
# 1.7.5 2025-10-25
|
|
4
27
|
|
|
5
28
|
- Fixed an issue where `gt submit` would incorrectly warn about out-of-date trunk when trunk was up-to-date.
|