Releases: stacked-git/stgit
Releases · stacked-git/stgit
Stacked Git 2.4.12
Changed
- feat(push): revert overzealous modified status
- updated dependencies
Stacked Git 2.4.11
Fixed
- fix(push): report modified patches in output (#464)
Changed
- feat(push): colorize push status string
- chore: update gix to 0.66
- feat: use jiff instead of time
- feat: use winnow instead of nom
- updated other dependencies
Stacked Git 2.4.10
Fixed
- fix(import): --reject should create empty commit (#471)
- docs(changelog): repair heading
- build(Cargo.toml): repair 2024 edition warning about default-features
Changed
- updated dependencies
Stacked Git 2.4.9
Changed
- feat(rebase): do not rebase to same base
- feat(rebase): show ref names of rebase target
- chore: update gix to 0.64.0
Stacked Git 2.4.8
Fixed
- fix(refresh): handle edited message and patch name (#470)
- fix: harden "stg rebase -i" against patches with multi-line subjects
- fix: prefer --authdate over patch time with author
Changed
- updated dependencies
Stacked Git 2.4.7
Stacked Git 2.4.6
Fixed
- fix(bash): fix completion for "committish"
Changed
- docs: Update copyright year
- chore: update gix to 0.61.1
- ci: update to wix 4.0.5
Stacked Git 2.4.5
Fixed
- fix: stdout from hooks (#418)
Changed
- chore: add category and keywords to Cargo.toml
- build: exclude some paths from crate
- docs(readme): enumerate more package repositories
- chore: update dependencies
Stacked Git 2.4.4
Stacked Git 2.4.3
Added
- feat(branch): allow delete of current branch
Fixed
- fix(branch): delete branch config with branch
- fix: use gix-command for interactive edit (#407)
- fix: improved interactive editor diagnostics
- chore: update gix to 0.58.0 (#407)
- docs: fix dates in changelog
Changed
- refactor(branch): use gix to rename config section
- refactor: use gix to remove stgit branch config
- refactor: use gix-command for hooks
- refactor: use non-deprecated indexmap methods
- ci: update cargo-generate-rpm to 0.14.0
- ci: update to upload-artifact@v4
- ci: restore use of IO::Pty in MacOS build