Skip to content

Commit

Permalink
Release v0.1.0-alpha5 (#113)
Browse files Browse the repository at this point in the history
  • Loading branch information
abhinav authored May 27, 2024
1 parent 69a5d04 commit 0e65ffc
Show file tree
Hide file tree
Showing 10 changed files with 17 additions and 24 deletions.
3 changes: 0 additions & 3 deletions .changes/unreleased/Added-20240526-163318.yaml

This file was deleted.

3 changes: 0 additions & 3 deletions .changes/unreleased/Added-20240526-164615.yaml

This file was deleted.

3 changes: 0 additions & 3 deletions .changes/unreleased/Added-20240526-164805.yaml

This file was deleted.

3 changes: 0 additions & 3 deletions .changes/unreleased/Changed-20240526-160021.yaml

This file was deleted.

3 changes: 0 additions & 3 deletions .changes/unreleased/Changed-20240526-160222.yaml

This file was deleted.

3 changes: 0 additions & 3 deletions .changes/unreleased/Changed-20240526-160803.yaml

This file was deleted.

3 changes: 0 additions & 3 deletions .changes/unreleased/Changed-20240526-162749.yaml

This file was deleted.

3 changes: 0 additions & 3 deletions .changes/unreleased/Changed-20240526-214550.yaml

This file was deleted.

8 changes: 8 additions & 0 deletions .changes/v0.1.0-alpha5.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
## v0.1.0-alpha5 - 2024-05-27
### Added
- branch {checkout, delete, onto, rename}: Prompt for branch if not provided.
- branch checkout: Allow opting into tracking after checking out a branch.
### Changed
- Use more compact UI for terminal widgets.
- branch submit: Replace inline text editor with option to open `$EDITOR` or accept the default.
- Selection widgets now support fuzzy filtering. Start typing to filter options.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,15 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html),
and is generated by [Changie](https://github.com/miniscruff/changie).

## v0.1.0-alpha5 - 2024-05-27
### Added
- branch {checkout, delete, onto, rename}: Prompt for branch if not provided.
- branch checkout: Allow opting into tracking after checking out a branch.
### Changed
- Use more compact UI for terminal widgets.
- branch submit: Replace inline text editor with option to open `$EDITOR` or accept the default.
- Selection widgets now support fuzzy filtering. Start typing to filter options.

## v0.1.0-alpha4 - 2024-05-24
### Added
- commit create, commit amend: Allow using during an ongoing rebase. During a rebase, these commands will not restack the upstack.
Expand Down

0 comments on commit 0e65ffc

Please sign in to comment.