Skip to content

Commit 80c5ede

Browse files
authored
Release v0.1.0-beta4 (#177)
1 parent 2c8e3a8 commit 80c5ede

11 files changed

+27
-27
lines changed

.changes/unreleased/Added-20240605-082245.yaml

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

.changes/unreleased/Added-20240607-220328.yaml

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

.changes/unreleased/Changed-20240608-091634.yaml

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

.changes/unreleased/Changed-20240608-100027.yaml

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

.changes/unreleased/Changed-20240608-155044.yaml

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

.changes/unreleased/Fixed-20240608-092227.yaml

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

.changes/unreleased/Fixed-20240608-092534.yaml

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

.changes/unreleased/Fixed-20240608-172302.yaml

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

.changes/unreleased/Fixed-20240609-122710.yaml

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

.changes/v0.1.0-beta4.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
## v0.1.0-beta4 - 2024-06-10
2+
### Added
3+
- repo sync: Detect PRs for local branches created and merged externally.
4+
- Add 'log short' command (alias 'ls') to print the current stack. Use with `--all` to print all tracked branches.
5+
### Changed
6+
- (*Breaking*) Rename `completion` to `shell completion`. Other shell helpers are expected in the future.
7+
- branch submit: Delay fetching PR templates until necessary. This should result in an apparent speed-up in the submission prompt.
8+
- branch submit: Make fewer requests to GitHub for PR templates by caching them locally.
9+
### Fixed
10+
- branch delete: When prompting for branch selection, select current branch by default.
11+
- {branch, upstack} onto: When prompting for a new base, default to current base.
12+
- Fix bug in state management attempting to write files with empty names to state.
13+
- shell completion: Command aliases can now be completed.

0 commit comments

Comments
 (0)