@withgraphite/graphite-cli 1.5.1 → 1.5.3

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,20 @@
1
1
  # Graphite CLI Changelog
2
2
 
3
+ # 1.5.3 2025-01-21
4
+ - Introduced a progress bar for `git fetch` and `git push` operations.
5
+
6
+ - Fixed an issue where feature flags could be inadvertently disabled.
7
+ - Adjusted some command output formatting for consistency.
8
+
9
+ # 1.5.2 2024-12-23
10
+
11
+ - Cleanup `graphite-base` branches if a submit fails to push to remote
12
+ - Fixed a bug where `graphite-base` branches were incorrectly introduced in trailing trunk multi-trunk configurations
13
+ - Fixed a bug where `gt submit` could lead to incorrect diffs upstack if submit was not run on the full stack
14
+ - Fixed a bug where `gt rename` did not use configured branch prefixes
15
+ - Fixed a bug where `gt` commands could fail with `EAGAIN` errors
16
+ - Fixed a bug where `gt delete` could fail when run on untracked branches
17
+
3
18
  # 1.5.1 2024-12-12
4
19
 
5
20
  - Fixed a bug where `gt submit` on a stack would lead to temporary incorrect diffs on the upstack remote PRs
@@ -17,7 +32,7 @@
17
32
  - Fixed a bug where submitting a moved branch could temporarily result in incorrect diffs on remote
18
33
  - Updated `gt create` to prompt for a branch name for empty branches if one was not provided
19
34
 
20
- # 1.4.10 2024-11-22
35
+ # 1.4.11 2024-11-22
21
36
 
22
37
  - Internal improvements to config files
23
38
  - Add linux arm64 build to releases