Releases: andrewshadura/git-crecord
Releases · andrewshadura/git-crecord
Release 20230226.0
Release 20220324.0
What’s changed
- Update the manpage to use the option list syntax pandoc understands (#35) (@danzimm)
- Add simple CI based on GitHub actions (#32)
- Drop support for Python 3.8 and older.
Features and enhancements
- Support files with non-UTF-8 contents and names: all data are now internally processed as bytes and decoded only for display.
--fixup
support (#34)- Major refactoring (#33) and clean-up (#36) @andrewshadura
Bug fixes
Release 20201025.0
- Port to Python 3.6+
- Add support for commit signing,
-c
/-C
(reuse/reedit message) - Pull a bunch of fixes from Mercurial
- Default to not asking the user to confirm the commit
- A lot of bug fixes
Release 20161216.0
Initial release. At the moment, git-crecord supports partial commit only, with partial stage and unstage being work in progress.