Code

display a warning when NLS is disabled by AM_GLIB_GNU_GETTEXT
[ncmpc.git] / NEWS
1 ncmpc-0.11.0
2  + removed popt dependency
3  + the default port is now 6600 (mpd-0.11.0)
4  + nls support (glib-2.4 required for nls)
5  + ncmpc now uses the terminal in raw mode (enabling key bindings to Ctrl-C...)
6  + changed key bindings:
7         o cursor movement up/down with j and k (used to be . and ,)
8         o the update/redraw command is now executed with Ctrl-L (used to be u) 
9  + new ncmpc commands:
10         o move a playlist entry up/down with Ctrl-K, Ctrl-J (playlist screen)
11         o add a song/url with a (playlist screen)
12         o support for MPD db updates with Ctrl-U 
13  + new command line options --config=FILE and --key-file=FILE
14  + configuration changes:
15         o replaced '_' with '-' in configuration field names
16         o the color support in ncmpc have been redesigned - more colors and 
17           color fields
18         o the display of song names can now be customized (list-format, 
19           status-format, xterm-title-format)
20         o ncmpc no longer changes the xterm title by default (set-xterm-title)
21         o new option for default find mode (find-wrap)
22         o new option for cplay like cursor movement (wrap-around)
23         o alert bells can be customized (audible-bell,visible-bell)
24         o the wide cursor is now enabled by default (wide-cursor)
25         o view the sample configuration file or the manual page for details 
26  + ncmpc now scrolls long song names on the status line
27  + ncmpc now have a new build in line editor with completion and history
28  + ncmpc now remembers the cursor position when changing directories
29  + ncmpc now offers to overwrite when saving playlists
30  + ncmpc now have an optional clock screen
31  + ncmpc now updates the local playlists via MPD's plchanges command...
32  + ncmpc now support ncurses mouse events (xterm)
33  
36 ncmpc-0.10.1 
38  + support for user key bindings (~/.ncmpc/keys)
39  + a key configuration screen (press 'K')
40  + fixed resize event (SIGWINCH) handling.
41  + improved drawing routines (removes flickering)
42  + support for seeking, toggle crossfade 
43  + support for a wide (like cplay) cursor (se the man page for details)
44  + display mpd status flags on the second row [rzx] (repeat,random,crossfade)
45  + support for system-wide configuration files (config,keys)
46  + the user configuration file is moved to ~/.ncmpc/config
47  + and some small changes (view the ChangeLog for details)
49