|
1 | 1 | # Changelog
|
2 | 2 |
|
| 3 | +## [2.2.0] 2023-02-24 |
| 4 | + |
| 5 | +### Removed |
| 6 | +- feat!: remove short -s option for --submodules |
| 7 | +- fix!: patch name cannot be {base} or @ |
| 8 | + |
| 9 | +### Added |
| 10 | +- feat: patch locator syntax |
| 11 | +- feat: locate branches using @{-N} syntax |
| 12 | +- feat(series): Add --reverse option |
| 13 | +- feat(series): options for patch offsets and indices |
| 14 | +- feat(series): --no-xxx options to override display options |
| 15 | +- feat(series): optional value for --short |
| 16 | +- feat!: short -s option for --signoff (#245) |
| 17 | +- feat(init): add -b/--branch option |
| 18 | + |
| 19 | +### Changed |
| 20 | +- fix!: use -S as short opt for --series |
| 21 | +- feat!: constrain refresh -p to visible patches |
| 22 | +- feat(series)!: empty patch prefix changed to * |
| 23 | +- feat!: spell errors in lowercase |
| 24 | +- refactor: use gitoxide instead of git2 |
| 25 | +- refactor: use time crate instead of chrono |
| 26 | +- feat!: update to clap 4.1 |
| 27 | +- chore: update to latest dependencies |
| 28 | + |
| 29 | +### Fixed |
| 30 | +- fix: Error if author or committer is not configured |
| 31 | +- fix: Use correct base directory for core.hooksPaths |
| 32 | +- fix(rename): colliding patch names |
| 33 | +- fix(rebase): repair rebasing to a tag (#265) |
| 34 | +- fix(branch): switch branch with detached head |
| 35 | +- docs: Repair docstrings being confused as html |
| 36 | +- docs: normalized spelling for --branch value |
| 37 | + |
| 38 | + |
3 | 39 | ## [2.1.0] 2022-12-12
|
4 | 40 |
|
5 | 41 | ### Added
|
|
0 commit comments