Skip to content

Commit 6597731

Browse files
authored
Release v0.20.0 (#928)
1 parent 0fe2de4 commit 6597731

12 files changed

+34
-38
lines changed

.changes/unreleased/Added-20251019-135718.yaml

Lines changed: 0 additions & 3 deletions
This file was deleted.

.changes/unreleased/Added-20251023-070041.yaml

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changes/unreleased/Added-20251101-170445.yaml

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changes/unreleased/Changed-20251019-092110.yaml

Lines changed: 0 additions & 3 deletions
This file was deleted.

.changes/unreleased/Changed-20251031-063600.yaml

Lines changed: 0 additions & 3 deletions
This file was deleted.

.changes/unreleased/Fixed-20251025-180947.yaml

Lines changed: 0 additions & 3 deletions
This file was deleted.

.changes/unreleased/Fixed-20251028-143010.yaml

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changes/unreleased/Fixed-20251030-073655.yaml

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changes/unreleased/Fixed-20251103-162308.yaml

Lines changed: 0 additions & 3 deletions
This file was deleted.

.changes/v0.20.0.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
## <a name="v0.20.0">v0.20.0</a> - 2025-11-03
2+
### Added
3+
- commit: Add '--signoff' flag to add Signed-off-by trailer to commit messages. Enable for all commits with the 'spice.commit.signoff' configuration option.
4+
- branch create: Add 'spice.branchCreate.generatedBranchNameLimit' configuration option to customize the length of branch names generated from commit titles.
5+
- submit: Add 'spice.submit.navigationComment.downstack' configuration option to control whether merged CRs appear in stack navigation comments.
6+
7+
### Changed
8+
- all: --help messages now include configuration options for each command.
9+
- submit: CR creation title prompt now allows choosing from the titles of all available commits instead of always using the first. Use up/down arrow keys to navigate.
10+
- submit: The prompt to confirm submission of empty branches now also considers branches with non-zero commits but no effective changes. This helps catch submission of empty commits or entirely reverted changes.
11+
12+
### Fixed
13+
- repo sync: Avoid prompting to delete branches that have both merged and open externally created CRs -- assume the user wants to keep the branch.
14+
- Fix data race in reading GraphQL responses from GitHub where buffers could be reused while response bodies were still being read.
15+
- Fix crash when information for a branch could not be loaded from Git.

0 commit comments

Comments
 (0)