Releases: Deuchnord/Aurornis
Releases · Deuchnord/Aurornis
Version 1.6.0
What's Changed
- Support Python 3.12 and Python 3.13 (by @Deuchnord in #20 and #22)
- Deprecate using Python < v3.11 (by @Deuchnord in #22)
Full Changelog: v1.5.0...v1.6.0
Version 1.5.0
What's Changed
- Deprecate
is_successful()method in favor of newsuccessfulproperty by @Deuchnord in #16 - Warn about the default value of the
normalize_carriage_returnargument ofrun()changing for version 2.0. by @Deuchnord in #17 - Enhance execution time related features by @Deuchnord in #18
- Add a new
exec_time_nsproperty for very demanding needs
Full Changelog: v1.4.0...v1.5.0
Version 1.4.0
What's Changed
- Add support for Windows and macOS by @Deuchnord in #7
- Add a new
normalize_carriage_returnoption to therun()function to automatically replace the Windows-styleCRLFcarriage returns to UNIX-styleLFby @Deuchnord in #7
Full Changelog: v1.3.0...v1.4.0
Version 1.3.0
Version 1.2.0
What's Changed
- Add new
remove_colorsparameter by @Deuchnord in #2 - Add code coverage by @Deuchnord in #3
Full Changelog: v1.1.0...v1.2.0
Version 1.1.0
What's Changed
- Add execution time to the command result by @Deuchnord in #1
Full Changelog: v1.0.2...v1.1.0
Version 1.0.0
First release