Skip to content

Commit 4fec474

Browse files
authored
Release v0.14.0 (#684)
1 parent 3ecd76c commit 4fec474

11 files changed

+29
-31
lines changed

.changes/unreleased/Added-20250511-105903.yaml

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

.changes/unreleased/Added-20250513-145103.yaml

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

.changes/unreleased/Added-20250517-112348.yaml

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

.changes/unreleased/Added-20250521-144134.yaml

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

.changes/unreleased/Changed-20250521-195158.yaml

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

.changes/unreleased/Fixed-20250517-164653.yaml

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

.changes/unreleased/Fixed-20250524-064820.yaml

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

.changes/unreleased/Fixed-20250524-191824.yaml

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

.changes/v0.14.0.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
## <a name="v0.14.0">v0.14.0</a> - 2025-05-28
2+
### Added
3+
- branch checkout: Add 'spice.branchCheckout.trackUntrackedPrompt' configuration option to disable prompting to track untracked branches upon checkout.
4+
- branch create: Add 'spice.branchCreate.prefix' configuration option to always add a configured prefix to new branches.
5+
- Add more debug-level logging across the application to help diagnose issues.
6+
- Support CTRL+j/k to navigate selection UIs that accept text input like branch selection.
7+
### Changed
8+
- Log output is now styled differently for better readability.
9+
### Fixed
10+
- branch split: Fix debug logs interrupting the branch name prompt.
11+
- branch track: Fix incorrectly reporting an error when a branch needs to be restacked.
12+
- If a remote branch reference (e.g. origin/feature) is deleted after pushing to it with gs, we will no longer hold onto the stale reference.
13+
This better handles cases where the local and remote branches are both intended to be renamed.

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,20 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
55
adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html),
66
and is generated by [Changie](https://github.com/miniscruff/changie).
77

8+
## <a name="v0.14.0">v0.14.0</a> - 2025-05-28
9+
### Added
10+
- branch checkout: Add 'spice.branchCheckout.trackUntrackedPrompt' configuration option to disable prompting to track untracked branches upon checkout.
11+
- branch create: Add 'spice.branchCreate.prefix' configuration option to always add a configured prefix to new branches.
12+
- Add more debug-level logging across the application to help diagnose issues.
13+
- Support CTRL+j/k to navigate selection UIs that accept text input like branch selection.
14+
### Changed
15+
- Log output is now styled differently for better readability.
16+
### Fixed
17+
- branch split: Fix debug logs interrupting the branch name prompt.
18+
- branch track: Fix incorrectly reporting an error when a branch needs to be restacked.
19+
- If a remote branch reference (e.g. origin/feature) is deleted after pushing to it with gs, we will no longer hold onto the stale reference.
20+
This better handles cases where the local and remote branches are both intended to be renamed.
21+
822
## <a name="v0.13.0">v0.13.0</a> - 2025-04-26
923
### Added
1024
- log: Add `spice.log.crFormat = ("id" | "url")` configuration to change how CRs are listed in the log output. The default is "id".

0 commit comments

Comments
 (0)