Codebase list aha / 41c2320
New version 0.5.1 Alexander Matthes 3 years ago
2 changed file(s) with 13 addition(s) and 2 deletion(s). Raw diff Collapse all Expand all
0 Version 0.5 (recent):
0 Version 0.5.1 (recent):
1 - Use doctype HTML5 instead of XHTML optionally (thanks to Dan Nagle)
2 - Rewrote man page using mdoc (thanks to Stephen Gregoratto)
3 - Removed extra linebreak at end (thanks to Ryan Hendrickson)
4 - Use the #hex format for colours (thanks to suve)
5 - Added optional language attribute
6 - Added vbcc support (thanks to polluks)
7 - Fixed handling of SGR 39/49 (thanks to Patric Mueller)
8 - Added css inline option
9 - Added --style option for inlining css styles like font size (thanks to Ted Lyngmo)
10
11 Version 0.5:
112 - Added support for ansi vt220 character set using utf8 characters, useful for tables
213 - Added support for italic text (thanks to suve)
314 - Added support for crossed out text (thanks to suve)
1616 For feedback and questions about my Files and Projects please mail me,
1717 Alexander Matthes (Ziz) , ziz_at_mailbox.org
1818 */
19 #define AHA_VERSION "0.5"
19 #define AHA_VERSION "0.5.1"
2020 #define AHA_YEAR "2020"
2121 #include <errno.h>
2222 #include <stdlib.h>