diff --git a/dat/ncdc-changelog b/dat/ncdc-changelog index b434bab..a0b2220 100644 --- a/dat/ncdc-changelog +++ b/dat/ncdc-changelog @@ -1,3 +1,17 @@ +0.8 - 2011-08-26 + - Added transfer log + - Added log_downloads and log_uploads settings + - Added day changed indicators to the log windows + - Added common readline keys to the text input box + - Changed /refresh shortcut from Ctrl+e/u to Alt+r + - Allow join messages to work even when the join completion detection fails + - Select parent tab when closing a userlist, PM or filelist tab + - Re-open log files when receiving SIGUSR1 + - Perform a clean shutdown when the terminal is closed + - Fixed bug in formatting the title of a /search tab + - Fixed log indent for non-ASCII nicks + - Fixed log highlighting and indenting for /me messages + 0.7 - 2011-08-17 - Added word wrapping for the log window - Added basic colors and nick highlighting to the log window diff --git a/img/ncdcstart.png b/img/ncdcstart.png index 3e2f827..6f32710 100644 Binary files a/img/ncdcstart.png and b/img/ncdcstart.png differ diff --git a/index.cgi b/index.cgi index de30b56..71bfa3f 100755 --- a/index.cgi +++ b/index.cgi @@ -52,6 +52,7 @@ sub home { E; end; h2 'Updates'; + b '2011-08-26'; txt ' ncdc 0.8 released!'; br; b '2011-08-17'; txt ' ncdc 0.7 released!'; br; b '2011-08-08'; txt ' ncdc 0.6 released & user guide updated'; br; b '2011-08-02'; txt ' ncdc 0.5 released!'; br; @@ -210,8 +211,8 @@ sub ncdc { h2 'Try it out'; p; - b 'Latest version:'; txt ' 0.7 ('; - a href => '/download/ncdc-0.7.tar.gz', 'download'; + b 'Latest version:'; txt ' 0.8 ('; + a href => '/download/ncdc-0.8.tar.gz', 'download'; txt ' - '; a href => '/ncdc/changes', 'changes'; txt ' - '; a href => '/download/ncdc.md5', 'md5'; txt ' - '; a href => '/download/ncdc.sha1', 'sha1';