diff --git a/.changes/unreleased/Added-20240526-163318.yaml b/.changes/unreleased/Added-20240526-163318.yaml deleted file mode 100644 index 96755466..00000000 --- a/.changes/unreleased/Added-20240526-163318.yaml +++ /dev/null @@ -1,3 +0,0 @@ -kind: Added -body: 'branch checkout: Prompt for destination branch if one isn''t provided.' -time: 2024-05-26T16:33:18.392368-07:00 diff --git a/.changes/unreleased/Added-20240526-164615.yaml b/.changes/unreleased/Added-20240526-164615.yaml deleted file mode 100644 index 029e8b2e..00000000 --- a/.changes/unreleased/Added-20240526-164615.yaml +++ /dev/null @@ -1,3 +0,0 @@ -kind: Added -body: 'branch delete: Prompt for branch name if one wasn''t provided.' -time: 2024-05-26T16:46:15.815708-07:00 diff --git a/.changes/unreleased/Added-20240526-164805.yaml b/.changes/unreleased/Added-20240526-164805.yaml deleted file mode 100644 index ab7cfd20..00000000 --- a/.changes/unreleased/Added-20240526-164805.yaml +++ /dev/null @@ -1,3 +0,0 @@ -kind: Added -body: 'branch onto: Prompt for destination branch if a name isn''t provided.' -time: 2024-05-26T16:48:05.095067-07:00 diff --git a/.changes/unreleased/Changed-20240526-160021.yaml b/.changes/unreleased/Changed-20240526-160021.yaml deleted file mode 100644 index c2402293..00000000 --- a/.changes/unreleased/Changed-20240526-160021.yaml +++ /dev/null @@ -1,3 +0,0 @@ -kind: Changed -body: 'branch submit: Replace inline text editor with option to open `$EDITOR` or accept the default.' -time: 2024-05-26T16:00:21.701516-07:00 diff --git a/.changes/unreleased/Changed-20240526-160222.yaml b/.changes/unreleased/Changed-20240526-160222.yaml deleted file mode 100644 index 001b68fc..00000000 --- a/.changes/unreleased/Changed-20240526-160222.yaml +++ /dev/null @@ -1,3 +0,0 @@ -kind: Changed -body: 'Use more compact UI for terminal widgets.' -time: 2024-05-26T16:02:22.522132-07:00 diff --git a/.changes/unreleased/Changed-20240526-160803.yaml b/.changes/unreleased/Changed-20240526-160803.yaml deleted file mode 100644 index 02080de1..00000000 --- a/.changes/unreleased/Changed-20240526-160803.yaml +++ /dev/null @@ -1,3 +0,0 @@ -kind: Changed -body: 'ui: Selection widgets now support fuzzy filtering. Just start typing to filter options.' -time: 2024-05-26T16:08:03.185306-07:00 diff --git a/.changes/unreleased/Changed-20240526-162749.yaml b/.changes/unreleased/Changed-20240526-162749.yaml deleted file mode 100644 index 9577a7d0..00000000 --- a/.changes/unreleased/Changed-20240526-162749.yaml +++ /dev/null @@ -1,3 +0,0 @@ -kind: Changed -body: 'branch rename: Prompt for a new name if one was not provided.' -time: 2024-05-26T16:27:49.489575-07:00 diff --git a/.changes/unreleased/Changed-20240526-214550.yaml b/.changes/unreleased/Changed-20240526-214550.yaml deleted file mode 100644 index 4e7d8a73..00000000 --- a/.changes/unreleased/Changed-20240526-214550.yaml +++ /dev/null @@ -1,3 +0,0 @@ -kind: Changed -body: 'branch checkout: Allow opting into tracking after checking out a branch.' -time: 2024-05-26T21:45:50.553608-07:00 diff --git a/.changes/v0.1.0-alpha5.md b/.changes/v0.1.0-alpha5.md new file mode 100644 index 00000000..02827cc8 --- /dev/null +++ b/.changes/v0.1.0-alpha5.md @@ -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. diff --git a/CHANGELOG.md b/CHANGELOG.md index 6e71ccb2..e2677fc4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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.