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