1 ncmpcpp-0.6.4 (????-??-??)
3 * Fix title of a pop-up which shows during adding selected items to the current playlist.
4 * Correctly deal with leading separator while parsing filenames in tag editor.
6 ncmpcpp-0.6.3 (2015-03-02)
8 * Fix floating point exception when adding a specific number of random items.
9 * Passwords are no longer added to the input history.
10 * It is now possible to put more than one specific flag consecutively in formats.
11 * Bash completion file was removed as it no longer works.
12 * Description of available configuration options in man page was updated.
14 ncmpcpp-0.6.2 (2014-12-13)
16 * Delete key now aditionally binds by default to action that deletes files in browser.
17 * Fix incremental seeking so that it doesn't reset after 30 seconds.
19 ncmpcpp-0.6.1 (2014-11-06)
21 * Comment tag is now properly written to mp3 files.
22 * Only ID3v2.4 tags are now saved to mp3 files.
23 * Mouse scrolling with newer ncurses API now works properly.
24 * Adding songs from an album in media library now works properly with fetch delay.
25 * Adding songs from a playlist in playlist editor now works properly with fetch delay.
26 * Trying to fetch lyrics from an empty list doesn't crash the application anymore.
28 ncmpcpp-0.6 (2014-10-25)
30 * Feature 'locate song' no more has a chance to crash the program.
31 * Following lyrics of current song now works properly with consume mode active.
32 * Deletion of empty playlists in playlist editor now works properly.
33 * Toggling consume mode with crossfade mode active displays proper info.
34 * Support for regular expressions works properly now.
36 ncmpcpp-0.6_beta5 (2014-10-04)
38 * Corrupted tags no longer cause assertion failures.
39 * MPD connection attempts are now made at most once per second.
40 * Deletion of playlists in both browser and playlist editor is now properly handled.
41 * Various actions no longer cause the program to crash when invoked with empty playlist.
43 ncmpcpp-0.6_beta4 (2014-09-19)
45 * Jumping to current song in playlist doesn't trigger assertion failures anymore.
46 * Readline's completion feature is now properly disabled.
48 ncmpcpp-0.6_beta3 (2014-09-14)
50 * Handling of server events has been improved.
51 * Readline now ignores escape key.
52 * Cropping a playlist now works only if its length is bigger than 1.
53 * Browser and media library sorting now works properly with filtering.
54 * Compilation with boost-1.56 has been fixed.
55 * Configuration option visualizer_type now accepts "spectrum" value.
56 * Configuration option autocenter_mode is now properly read.
57 * Configuration option visualizer_sample_multiplier now accepts all positive numbers.
58 * Documentation was updated to reflect the changes.
59 * Mouse event handling in media library now works properly.
60 * ncmpcpp now works properly with password protected server.
61 * Data fetching delay in media library and playlist editor is now optional.
63 ncmpcpp-0.6_beta2 (2014-09-03)
65 * Fixed the issue that prevented MPD flags toggling from working properly.
66 * Song change event is now properly handled after song ends with consume flag active.
67 * ncmpcpp now operates in raw terminal mode and ignores SIGINT.
68 * Separators between columns in media library, playlist editor and tag editor are now reliably colored.
69 * Build failures due to the missing include are now fixed.
70 * Playlist cropping now works as expected if no item is selected.
72 ncmpcpp-0.6_beta1 (2014-09-03)
74 * Support for polling communication mode has been removed. Additionally, MPD version >= 0.16 is required.
75 * Keybinding system has been redesigned: "keys" file is now deprecated; "bindings" file is used instead. It has support for many features, including binding to non-ascii characters and macros.
76 * Support for readline library was added.
77 * Browser has support for custom sort format.
78 * Playlist has support for MPD priorities.
79 * Media library can be sorted by modification time.
80 * Visualizer's frequency spectrum was adjusted to look more pleasant.
81 * Broken compatibility of various actions with filtered lists has been corrected.
82 * Tons of other small changes and improvements were made.
84 ncmpcpp-0.5.10 (2012-04-01)
86 * fix compilation with gcc 4.7
87 * fix building without curl support
89 ncmpcpp-0.5.9 (2012-03-17)
91 * new feature: support for fetching lyrics for currently playing song in background
92 * new feature: support for stereo visualization
93 * new feature: support for merging screens together
94 * playlist editor: add support for columns display mode
95 * settings: provide a way to use alternative location for configuration file
96 * settings: make characters used in visualizer customizable
97 * lyrics fetcher: add support for lololyrics.com
100 ncmpcpp-0.5.8 (2011-10-11)
102 * lyrics fetcher: add support for justsomelyrics.com
103 * add command line switch -s/--screen for switching screen at startup
104 * add proper support for asx/cue/m3u/pls/xspf playlists
107 ncmpcpp-0.5.7 (2011-04-21)
109 * convert input path to utf8 before calling 'add' command
110 * extras: add program that copies Artist to AlbumArtist for mp3/ogg/flac files
111 * lyrics fetcher: add support for lyricsvip.com
112 * lyrics fetcher: skip lyricwiki if there's licence restriction on lyrics
113 * tag editor: do not convert filenames back to utf8 while reading files using taglib
114 * search engine: fix error occuring while trying to select first album in results
116 ncmpcpp-0.5.6 (2011-01-02)
118 * settings: make displaying 'empty tag' entry optional
121 ncmpcpp-0.5.5 (2010-08-04)
123 * new feature: select album around cursor
124 * new feature: 'replay' function
125 * fixed feature: display separators between albums
126 * playlist: support for adding last.fm streams
127 * browser: support for operations on m3u playlists not created by MPD
128 * browser: support for deleting group of selected items
129 * media library: show songs with primary tag unspecified
130 * lyrics: new fetching system
131 * lyrics: support for storing lyrics in song's directory
132 * artist info: support for preffered language
133 * settings: support for custom visualization color
134 * settings: support for 'empty' part of progressbar in progressbar_look
135 * settings: new config option: titles_visibility
136 * song format: support for limiting maximal length of a tag
137 * a lot of minor fixes
139 ncmpcpp-0.5.4 (2010-06-03)
141 * new feature: toggle bitrate visibility at runtime
142 * new feature: locate song in tag editor
143 * new feature: separators between albums in playlist
144 * new feature: customizable columns' names
145 * new feature: support for multiple tag types in one column
146 * media library: support for "All tracks" option in middlle column
147 * playlist: shorten units' names displayed in statusbar
148 * browser: critical bugfix in feature "remove directory physically from hdd"
149 * a few other bugfixes
151 ncmpcpp-0.5.3 (2010-04-04)
153 * new feature: new movement keys: {Up,Down}{Album,Artist}
154 * new feature: make displaying volume level in statusbar optional
155 * new feature: jump from browser to playlist editor
158 ncmpcpp-0.5.2 (2010-02-26)
162 ncmpcpp-0.5.1 (2010-02-15)
164 * new feature: customizable startup screen
165 * new feature: locate song in media library
166 * new feature: support for built-in mpd searching in search engine
167 * new feature: support for adding random artists/albums to playlist
168 * new feature: support for album artist tag
169 * new feature: support for switching between user-defined sequence of screens
170 * new feature: discard column colors if item is selected (optional)
171 * new feature: support for adding tracks to playlist after highlighted item
172 * make displaying dates of albums in media library optional
175 ncmpcpp-0.5 (2009-12-31)
177 * bash completion support
178 * libmpdclient2 support
179 * "idle" command support
180 * new screen: mpd server info
181 * new feature: sort songs in browser by mtime
182 * new feature: lyrics "refreshing"
183 * new feature: toggle replay gain mode
184 * new feature: support for centered cursor
185 * new feature: add selected items to playlist at given position
186 * playlist: support for range sort/reverse
187 * tag editor: support for numerating tracks using xx/xx format
188 * a lot of minor fixes
190 ncmpcpp-0.4.1 (2009-10-03)
192 * support for writing performer, composer and disc tags into ogg and flac files
193 * support for custom prefix/suffix of now playing song
194 * support for system charset encoding autodetection
195 * support for underlined text
196 * optimizations and bugfixes
198 ncmpcpp-0.4 (2009-09-09)
200 * new screen: music visualizer with sound wave/frequency spectrum modes
201 * new feature: alternative user interface
202 * new feature: command line switch for displaying now playing song
203 * new feature: support for fixed size and/or right aligned columns
204 * new feature: display bitrate of current song in statusbar (optional)
205 * new feature: display remaining time of current song instead of elapsed (optional)
206 * new feature: jump to now playing song at start (enabled by default)
207 * new feature: additional attributes for columns
208 * song format: support for nested braces
209 * support for colors in song_status_format
210 * customizable progressbar look
211 * mouse support for additional windows
212 * optional user prompting before clearing main playlist
213 * track and year tag are not limited to numbers anymore if mp3 files are edited
214 * marker for full filename (F) has been replaced with directory (D)
215 * a lot of other minor improvements and bugfixes
217 ncmpcpp-0.3.5 (2009-06-24)
219 * new feature: custom command execution on song change
220 * new feature: allow for physical files and directories deletion
221 * new feature: add local directories recursively
222 * new feature: add random songs to playlist
223 * new feature: mouse support
224 * new screen: outputs
225 * text scrolling in header was made optional
228 ncmpcpp-0.3.4 (2009-05-19)
230 * new feature: search in help, lyrics and info screen
231 * new feature: two columns view in media library
232 * new feature: input box history
233 * make displaying hidden files in local browser optional
236 ncmpcpp-0.3.3 (2009-04-02)
238 * new feature: cyclic scrolling
239 * support for single mode (requires >=mpd-0.15_alpha*)
240 * support for consume mode (requires >=mpd-0.15_alpha*)
241 * support for pdcurses library
243 * improvements and bugfixes
245 ncmpcpp-0.3.2 (2009-03-17)
247 * new feature: locate currently playing song in browser
248 * new feature: stop playing after current song
249 * new feature: move item(s) in playlist to actual cursor's position
250 * new feature: reverse playlist's order
251 * support for external console editor
252 * support for multiple composer, performer and disc tags
253 * support for basic and extended regular expressions
254 * make blocking search constraints after succesful searching optional
255 * improved searching in screens
256 * minor improvements and bugfixes
258 ncmpcpp-0.3.1 (2009-02-23)
260 * support for columns in browser and search engine
261 * support for lyricsplugin database
262 * support for any tag in search engine
263 * support for ignoring leading "the" word while sorting (optional)
264 * new feature: apply filter to screen (Ctrl-F by default)
265 * new feature: playlist sorting (Ctrl-V by default)
266 * new feature: open lyrics in external editor
267 * other minor improvements and bugfixes
269 ncmpcpp-0.3 (2009-01-22)
271 * general core rewrite
273 * support for asian wide characters
274 * support for non-utf8 encodings
277 ncmpcpp-0.2.5 (2008-12-05)
279 * support for unix domain sockets
280 * support for adding to playlist files outside mpd music directory (requires mpd >= 0.14_alpha*)
281 * support for browsing local directories tree (requires mpd >= 0.14_alpha*)
282 * support for searching in current playlist
285 ncmpcpp-0.2.4 (2008-10-12)
287 * fixed bug with not null terminated strings on mac os x
288 * support for renaming files in tiny tag editor
289 * support for editing composer, performer and disc tag in mp3 files
290 * support for user defined base seek time
291 * support for user defined tag type in left column of media library
292 * support for user defined display format in album column of media library
293 * support for basic mpc commands and command line arguments
294 * adding items to playlist can be done like in ncmpc
295 * fetching lyrics and artist's info doesn't lock ncmpcpp anymore
296 * changed place of storing config files
297 * list of recently used patterns in tag editor is now remembered
299 ncmpcpp-0.2.3 (2008-09-20)
301 * new screen - complex tag editor (with albums/directories view)
302 * brand new song info screen (old one removed)
303 * support for renaming files and directories
304 * support for reading tags from filename
305 * support for editing artist and album in media library
306 * support for playlist renaming
307 * support for following lyrics of now playing song
308 * support for fetching artist's info from last.fm
309 * fixed compilation for Mac OS X and *BSD
310 * fixed compilation for older gcc versions
311 * extended configuration (e.g. all colors can be user-defined)
312 * 'repeat one song' mode works with random mode now
313 * incremental seeking (old behaviour is still available through config)
314 * a bunch of fixes and improvements
316 ncmpcpp-0.2.2 (2008-09-05)
318 * new screen - playlist editor
319 * new playlist view - columns
320 * playlist view switcher added (key 'p' by default)
321 * find function modes added (wrapped/normal, switch is 'w' by default)
322 * albums in media library sorted by year (and it's also displayed)
323 * multiple items selection support and related functions added
324 * playlists management support
325 * new function - "go to dir containing selected song" (key 'G' by default)
326 * moving items improved
327 * lots of minor fixes
329 ncmpcpp-0.2.1 (2008-08-27)
331 * support for composer, performer and disc tag
332 * customizable keybindings
334 * example config files are installed automatically now
335 * "repeat one song" mode added (works only if ncmpcpp is running)
336 * minor fixes, improvements etc.
338 ncmpcpp-0.2 (2008-08-20)
340 * libmpd dependency dropped
341 * pkgconfig is not needed anymore
342 * ncmpcpp now shows more info if it cannot connect to mpd
343 * proper handling for mpd password added
344 * if ncmpcpp lose connection to mpd it'll try to reconnect
345 * playlist status added
346 * new screen - lyrics
347 * switching between playlist and browser with tab key added
348 * alternate movement keys added (j and k keys)
349 * auto center mode added
350 * new option - crossfade can be set to any value now (X key)
351 * new option - going to parent directory in browser using backspace key
352 * issue with backspace key fixed
353 * sorting items in browser is case insensitive now
354 * many fixes and improvements
356 ncmpcpp-0.1.2 (2008-08-12)
358 * parts of interface are hideable now
359 * new screen - media library
360 * new option - crop (it removes all songs from playlist except the playing one)
361 * many fixes and optimizations
363 ncmpcpp-0.1.1 (2008-08-07)
365 * add example configuration file
366 * configure.in now works as expected
367 * taglib dependency is optional now
368 * more customizable options