Skip to content

Commit

Permalink
New version 0.4.10 and new email address
Browse files Browse the repository at this point in the history
  • Loading branch information
theZiz committed Sep 29, 2016
1 parent d53b5e0 commit ea38baa
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 5 deletions.
6 changes: 5 additions & 1 deletion CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
Version 0.4.9 (recent):
Version 0.4.10 (recent):
- Fixed inverted colours (thanks to Norman Rasmussen)
- Changed contact email address in help and manpage

Version 0.4.9:
- Fixed urls (thanks to Jeroen Wiert Pluimers)
- Fixed behaviour for non CSI codes (thanks to Jack Brear)

Expand Down
4 changes: 2 additions & 2 deletions aha.1
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
.TH aha 1 "July 12, 2016" "" "Ansi HTML Adapter"
.TH aha 1 "September 29, 2016" "" "Ansi HTML Adapter"

.SH NAME

Expand Down Expand Up @@ -64,7 +64,7 @@ Creates an HTML file with the man page of aha. Man uses nroff's bold and underli
.SH AUTHOR
Copyleft Alexander Matthes aka Ziz 2016
.br
zizsdl@googlemail.com
ziz@mailbox.org

.SH SEE ALSO
https://github.com/theZiz/aha
Expand Down
4 changes: 2 additions & 2 deletions aha.c
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
For feedback and questions about my Files and Projects please mail me,
Alexander Matthes (Ziz) , ziz_at_mailbox.org
*/
#define AHA_VERSION "0.4.9.0"
#define AHA_VERSION "0.4.10.0"
#define AHA_YEAR "2016"
#include <stdlib.h>
#include <stdio.h>
Expand Down Expand Up @@ -143,7 +143,7 @@ int main(int argc,char* args[])
printf("Example: \033[1maha\033[0m --help | \033[1maha\033[0m --black > aha-help.htm\n");
printf(" Writes this help text to the file aha-help.htm\n\n");
printf("Copyleft \033[1;32mAlexander Matthes\033[0m aka \033[4mZiz\033[0m "AHA_YEAR"\n");
printf(" \033[5;36mzizsdl@googlemail.com\033[0m\n");
printf(" \033[5;36mziz@mailbox.org\033[0m\n");
printf(" \033[5;36mhttps://github.com/theZiz/aha\033[0m\n");
printf("This application is subject to the \033[1;34mMPL\033[0m or \033[1;34mLGPL\033[0m.\n");
return 0;
Expand Down

0 comments on commit ea38baa

Please sign in to comment.