Skip to content

Commit 03fc757

Browse files
committed
Update changelog for v1.5
Signed-off-by: Peter Grayson <[email protected]>
1 parent cde3203 commit 03fc757

File tree

1 file changed

+26
-0
lines changed

1 file changed

+26
-0
lines changed

CHANGELOG.md

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,31 @@
11
# Changelog
22

3+
## [1.5] 2022-01-28
4+
5+
### Removed
6+
### Added
7+
- Add Makefile targets for installing shell completions
8+
- `stg rebase --interactive` learns 'hide' instruction
9+
10+
### Changed
11+
- Picked patch names are preserved when possible (#175)
12+
- Replace `--unapplied` option with `--noapply` for `stg pick` (#174)
13+
- `stg pick --noapply` no longer reverses patch order (#174)
14+
- Use `stg version` uses `sys.executable` to get Python version.
15+
16+
### Fixed
17+
- Repair `stg repair` with amended first patch (#163)
18+
- Repair corner cases where invalid patchnames could be generated by
19+
`stg new`, `stg uncommit`, etc. (#176)
20+
- `stg mail` could crash due to a misspelled reference (#178)
21+
- Zsh completion for `stg refresh -p` now completes against all patches
22+
(not just applied patches).
23+
- Zsh gains missing completion for `stg push --noapply`
24+
- Minor repair to help for `stg float --noapply` and `stg push
25+
--noapply`
26+
- Restore `stg sink --nopush` capability.
27+
28+
329
## [1.4] 2021-10-27
430

531
### Removed

0 commit comments

Comments
 (0)