ncdc 1.4 released + some minor changes

This commit is contained in:
Yorhel 2011-10-26 21:29:06 +02:00
parent 79f87caafc
commit 399409e038
6 changed files with 53 additions and 7 deletions

View file

@ -1,3 +1,16 @@
1.4 - 2011-10-26
- Added sorting functionality to file list
- Added color settings: title, separator, list_default, list_header and list_select
- Added "blink" color attribute
- Allow /disconnect to be used on the main tab
- Display number of matched and added items when using match queue feature
- Use git-describe to create a version string, if available
- Decreased memory usage for large file lists
- Handle duplicate filenames in other users' file list
- Fixed incorrect setting of the "Incomplete" flag in files.xml.bz2
- Fixed handling of the PM param in MSG commands on ADC
- Fixed user change notifications for PM tabs
1.3 - 2011-10-14
- Added multi-source downloading
- Added user information view and management keys to download queue tab

View file

@ -351,6 +351,9 @@ SETTINGS
color_* <color>
The settings starting with the `color_' prefix allow you to change the
interface colors. The following is a list of available color settings:
list_default - default item in a list
list_header - header of a list
list_select - selected item in a list
log_default - default log color
log_time - the time prefix in log messages
log_nick - default nick color
@ -358,9 +361,11 @@ SETTINGS
log_ownnick - color of your own nick
log_join - color of join messages
log_quit - color of quit messages
separator - the list separator/footer bar
tabprio_low - low priority tab notification color
tabprio_med - medium priority tab notification color
tabprio_high - high priority tab notification color
title - the title bar
The actual color value can be set with a comma-separated list of color
names and/or attributes. The first color in the list is the foreground
@ -369,7 +374,7 @@ SETTINGS
will be used.
The following color names can be used: black, blue, cyan, default, green,
magenta, red, white and yellow.
The following attributes can be used: bold, reverse and underline.
The following attributes can be used: bold, blink, reverse and underline.
The actual color values displayed by your terminal may vary. Adding the
`bold' attribute usually makes the foreground color appear brighter as
well.
@ -558,6 +563,9 @@ KEY BINDINGS
End/Home Select last/first item in the list.
Right/l Open selected directory.
Left/h Open parent directory.
o Toggle sorting directories before files.
s Order by file size.
n Order by file name.
d Add selected file/directory to the download queue.
m Match selected item with the download queue.
M Match entire file list with the download queue.
@ -714,4 +722,4 @@ SEE ALSO
ncdc-1.3 October 2011 ncdc(1)
ncdc-1.4 October 2011 ncdc(1)