Skip to content

Commit 0e65ffc

Browse files
authored
Release v0.1.0-alpha5 (#113)
1 parent 69a5d04 commit 0e65ffc

10 files changed

+17
-24
lines changed

.changes/unreleased/Added-20240526-163318.yaml

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

.changes/unreleased/Added-20240526-164615.yaml

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

.changes/unreleased/Added-20240526-164805.yaml

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

.changes/unreleased/Changed-20240526-160021.yaml

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

.changes/unreleased/Changed-20240526-160222.yaml

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

.changes/unreleased/Changed-20240526-160803.yaml

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

.changes/unreleased/Changed-20240526-162749.yaml

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

.changes/unreleased/Changed-20240526-214550.yaml

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

.changes/v0.1.0-alpha5.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
## v0.1.0-alpha5 - 2024-05-27
2+
### Added
3+
- branch {checkout, delete, onto, rename}: Prompt for branch if not provided.
4+
- branch checkout: Allow opting into tracking after checking out a branch.
5+
### Changed
6+
- Use more compact UI for terminal widgets.
7+
- branch submit: Replace inline text editor with option to open `$EDITOR` or accept the default.
8+
- Selection widgets now support fuzzy filtering. Start typing to filter options.

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,15 @@ 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+
## v0.1.0-alpha5 - 2024-05-27
9+
### Added
10+
- branch {checkout, delete, onto, rename}: Prompt for branch if not provided.
11+
- branch checkout: Allow opting into tracking after checking out a branch.
12+
### Changed
13+
- Use more compact UI for terminal widgets.
14+
- branch submit: Replace inline text editor with option to open `$EDITOR` or accept the default.
15+
- Selection widgets now support fuzzy filtering. Start typing to filter options.
16+
817
## v0.1.0-alpha4 - 2024-05-24
918
### Added
1019
- commit create, commit amend: Allow using during an ongoing rebase. During a rebase, these commands will not restack the upstack.

0 commit comments

Comments
 (0)