ncdc 0.8 released.
This commit is contained in:
parent
419085024b
commit
502f119794
3 changed files with 17 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
Binary file not shown.
|
Before Width: | Height: | Size: 17 KiB After Width: | Height: | Size: 18 KiB |
|
|
@ -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';
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue