AArch64 | |
ppc64le | |
s390x | |
x86-64 |
- 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.
- Use %make_install
- 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
- 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
- initial package