Code

ncmpc version 0.20
[ncmpc.git] / NEWS
1 ncmpc 0.20 - (02/05/2012)
2 * increase connection timeout to 5 seconds
3 * screen_queue: follow songs when they are moved out of the visible
4   range
5 * add a doxygen configuration file. Documentation will be generated if the
6   configure script is called with --enable-documentation
7 * screen_lyrics: You can now edit lyrics by pressing 'e'
8 * configurable timeout for MPD connections
9 * screen_keydef: show command descriptions
10 * show the paths of the configuration files in --version output
13 ncmpc 0.19 - (07/23/2011)
14 * require libmpdclient 2.2
15 * show real server address in status message
16 * fix crash after "clear" command
17 * po: added Polish translation
20 ncmpc 0.18 - (09/22/2010)
21 * screen_song: show song range
22 * screen_artist: respect artist when adding albums
23 * po: added Italian translation
26 ncmpc 0.17 - (06/22/2010)
27 * screen_queue: fix range selection check on "shuffle"
28 * screen_browser: check for error before adding song to playlist
29 * po: added Brazilian Portuguese translation
32 ncmpc 0.16.1 - (01/17/2009)
33 * screen_queue: always update the list size
34 * screen_browser: fixed jump to playlist file
37 ncmpc 0.16 - (12/25/2009)
38 * using libmpdclient 2.0 instead of built-in libmpdclient
39 * require MPD 0.12
40 * allow multiple queued database updates
41 * reactivate incremental playlist changes
42 * optimize "add+play song" with addid/playid
43 * handle stderr messages from lyrics plugins
44 * search: eliminate duplicate results
45 * use the "idle" command to reduce CPU and network usage
46 * disable the status bar clock by default
47 * list_window: fix narrow cursor drawing
48 * screen_play: repaint after the "select-playing" command
49 * screen_text: start searching at window origin, not bottom
50 * strfsong: support multiple values for a tag
51 * screen_browser: different colors for directories and playlists
52 * screen_browser: display song duration
53 * screen_queue: move ranges with one single "move" command
54 * status_bar: fix display_remaining_time while seeking
55 * status_bar: display elapsed time event when total time is unknown
56 * charset: added support for zero-width characters
57 * colors: added support for 256 colors and text attributes
58 * compatibility fixes for GLib 2.12
61 ncmpc 0.15 - 2009-09-24
62 * added the "lyrics-autosave" option
63 * added CMD_SELECT_PLAYING
64 * display song duration in the playlist
65 * added the "hardware_cursor" option
66 * show plugin error messages on the screen
67 * fixed NULL pointer dereference when not yet connected
68 * new translation: Hebrew
71 ncmpc 0.14 - 2009-04-21
72   * bell on wrapped search (optionally)
73   * added new "jump" ('.') command, which queries the user for a string and
74     jumps to the entry which begins with that string while the user is typing.
75   * added new "select range" ('v') command, which lets the user perform various
76     actions (e.g. add to playlist, delete, move, shuffle) on ranges of songs
77   * added commands ('H', 'M', 'L') to jump to top, middle, and bottom of screen
78   * added scrolling commands ('^B', '^N', 'B', 'N') to scroll up/down one line
79     or up/down half a screen
80   * added screen swap ('`') command to switch to the most recently used screen
81   * added MPD information and currently playing song to the info screen ('i')
82   * support for new MPD 0.15 modes: single ('y'), consume ('C')
83   * added "scroll-offset" option
84   * new translations: Czech, Simplified Chinese, Korean, Ukrainian, Dutch
87 ncmpc 0.13 - 2009-01-09
88   * added output configuration screen, default hotkey F8
89   * new --disable-locale configure option
90   * new --disable-multibyte configure option; this allows you to
91     disable wide character support, retaining multibyte character
92     support
93   * search with regular expressions
96 ncmpc 0.12 - 2008-12-05
97   * added artist screen (tag browser)
98   * added highly experimental lyrics screen (disabled by default)
99   * removed clock screen
100   * support wide characters
101   * optimized memory usage
102   * always try to reconnect after server failure
103   * support unix domain sockets for the MPD connection
104   * added compile-time "mini" option which produces the smallest
105     possible ncmpc binary
106   * added LIRC support
107   * scroll long song names in the playlist
108   * added command "locate" ('G') which locates a song in the database browser
109   * added "song" screen ('i') which displays song information
112 ncmpc 0.11.1 - 2005-01-24
113  + Spanish translations from Jose Cedeno
114  + Russian translations from Nikolay Pavlov
115  + French translations from Yann Cézard
116  + ncmpc now supports SIGSTOP and SIGCONT (Ctrl-Z)
117  + ncmpc now hides the cursor on the help screen
118  + ncmpc now can enqueue and play a song from the browse screen (Enter)
119  + configuration changes:
120         o ncmpc no longer supports the old configuration file syntax
121         o the crossfade time can now be definied in (crossfade-time)
122         o support for ncurses mouse events is now optional (enable-mouse)
123  + bugfixes:
124         o fixed short option handling for multiple short options
125         o %time% format fix from Aurelien Foret (use %02d for seconds)
126         o Fixed abort (Ctrl-G) handling when saving playlist
127         o survive select/find operations on empty lists (Niko Tyni)
130 ncmpc 0.11.0 - 2004-07-09
131  + removed popt dependency
132  + the default port is now 6600 (mpd-0.11.0)
133  + nls support (glib-2.4 required for nls)
134  + ncmpc now uses the terminal in raw mode (enabling key bindings to Ctrl-C...)
135  + changed key bindings:
136         o cursor movement up/down with j and k (used to be . and ,)
137         o the update/redraw command is now executed with Ctrl-L (used to be u) 
138  + new ncmpc commands:
139         o move a playlist entry up/down with Ctrl-K, Ctrl-J (playlist screen)
140         o add a song/url with a (playlist screen)
141         o support for MPD db updates with Ctrl-U 
142  + new command line options --config=FILE and --key-file=FILE
143  + configuration changes:
144         o replaced '_' with '-' in configuration field names
145         o the color support in ncmpc have been redesigned - more colors and 
146           color fields
147         o the display of song names can now be customized (list-format, 
148           status-format, xterm-title-format)
149         o ncmpc no longer changes the xterm title by default (set-xterm-title)
150         o new option for default find mode (find-wrap)
151         o new option for cplay like cursor movement (wrap-around)
152         o alert bells can be customized (audible-bell,visible-bell)
153         o the wide cursor is now enabled by default (wide-cursor)
154         o view the sample configuration file or the manual page for details 
155  + ncmpc now scrolls long song names on the status line
156  + ncmpc now have a new build in line editor with completion and history
157  + ncmpc now remembers the cursor position when changing directories
158  + ncmpc now offers to overwrite when saving playlists
159  + ncmpc now have an optional clock screen
160  + ncmpc now updates the local playlists via MPD's plchanges command...
161  + ncmpc now support ncurses mouse events (xterm)
162  + ncmpc now has german translations from Ingmar Gebert
163  
165 ncmpc 0.10.1 - 2004-04-26
166  + support for user key bindings (~/.ncmpc/keys)
167  + a key configuration screen (press 'K')
168  + fixed resize event (SIGWINCH) handling.
169  + improved drawing routines (removes flickering)
170  + support for seeking, toggle crossfade 
171  + support for a wide (like cplay) cursor (se the man page for details)
172  + display mpd status flags on the second row [rzx] (repeat,random,crossfade)
173  + support for system-wide configuration files (config,keys)
174  + the user configuration file is moved to ~/.ncmpc/config
175  + and some small changes (view the ChangeLog for details)
178 ncmpc 0.10.0 - 2004-04-12