Changelog for
aha-0.5.1-bp154.1.21.x86_64.rpm :
* Tue Aug 04 2020 Martin Hauke
- Update to version 0.5.1
* Use doctype HTML5 instead of XHTML optionally.
* Rewrote man page using mdoc.
* Removed extra linebreak at end.
* Use the #hex format for colours.
* Added optional language attribute
* Added vbcc support.
* Fixed handling of SGR 39/49.
* Added css inline option.
* Added --style option for inlining css styles like font size.
* Thu Mar 14 2019 Jan Engelhardt - Use %make_install
* Wed Mar 13 2019 Matthias Eliasson - Update to version 0.5
* Added support for ansi vt220 character set using utf8 characters, useful for tables
* Added support for italic text (thanks to suve)
* Added support for crossed out text (thanks to suve)
* Added support for 8 bit colours (thanks to John Poole and suve)
* Added support for 24 bit colours
* Added rudimentary support for highlighting
* Fixed behaviour of ESC[7m \"negative image\"
* Fixed charset information in head based on used encoding (thanks to suve)
* Fixed ESC[27m \"revert off\" (thanks to suve)
* Escaping html special characters in title (thanks to suve)
* Not returning zero at unknown option error (thanks to suve)
* Refactored used colour scheme from int to enum (thanks to suve)
* Refactored error report using errstr (thanks to suve)
* Refactored code to avoid warnings (thanks to suve)
* Refactored options to an own struct (thanks to suve)
* Refactored color printing switch to an array (thanks to suve)
* Refactored application state to an own struct (thanks to suve)- Run spec-cleaner
* Fri May 05 2017 mardnhAATTgmx.de- Update to version 0.4.10.6
* Fixed MANDIR according to the GNU Coding standards, the man file is now installed to $(PREFIX)/share/man instead of $(PREFIX)/man
* Fixed reset of blinking text
* Fixed reset of bold text
* Improved handling of some rare, but not supported border cases like font changing
* Removed two unused variables
* Improved README and added screenshot
* Fixed bug with \"tput sgr0\"
* Fixed inverted colours
* Changed contact email address in help and manpage
* Mon Aug 01 2016 mardnhAATTgmx.de- initial package