Merge branch '0.6.x'
[ncmpcpp.git] / NEWS
blob1bb447f6b6fe0f1c9e950303b3c13bce87e8eb1b
1 ncmpcpp-0.7 (????-??-??)
3 * Visualizer has now support for multiple colors (visualizer_color configuration variable takes the list of colors to be used).
4 * Visualizer has now support for two more modes: sound wave filled and sound ellipse.
5 * Visualizer's spectrum mode now scales better along with window's width.
6 * It is now possible to abort the current action using Ctrl-C or Ctrl-G in prompt mode. As a result, empty value is no longer a special value that aborts most of the actions.
7 * Directories and playlists in browser can now be sorted by modification time.
8 * ~ is now expanded to home directory in mpd_host configuration variable.
9 * It is now possible to define startup slave screen using -S/--slave-screen command line option or startup_slave_screen configuration variable.
10 * List filtering has been removed due to the major part of its functionality overlapping with find forward/backward.
11 * Find backward/forward function is now incremental.
12 * Support for 256 colors and customization of background colors has been added.
13 * Multiple configuration files via command line arguments are now accepted. In addition, by default ncmpcpp attempts to read both $HOME/.ncmpcpp/config and $XDG_CONFIG_HOME/ncmpcpp/config (in this order).
14 * Support for PDCurses has been removed due to the library being unmaintained and buggy.
15 * Current MPD host may now be shown in playlist (playlist_show_mpd_host configuration variable, disabled by default).
16 * Random album artists can now be added to the playlist.
17 * Case insensitive searching is now Unicode aware as long as boost was compiled with ICU support.
18 * Searching with regular expressions is now enabled by default.
19 * Support for the Perl regular expression syntax was added.
20 * BOOST_LIB_SUFFIX configure variable is now empty by default.
21 * Shuffle function now shuffles only selected range if selection in playlist is active.
22 * NCurses terminal sequence escaping is no longer used as it's not accurate enough.
23 * Selecting items no longer depends on space mode and is bound by default to Insert key.
24 * Support for Alt, Ctrl and Shift modifiers as well as Escape key was added.
25 * Action that updates the environment can now be used in bindings configuration file.
26 * Monolithic 'press_space' action was split into 'add_item_to_playlist', 'toggle_lyrics_update_on_song_change' and 'toggle_visualization_type'.
27 * Sorting actions were rebound to Ctrl-S.
28 * Support for range selection was added (bound to Ctrl-V by default). In addition, sorting, reversing and shuffling items in playlist now works on ranges.
29 * Support for selecting found items was added (bound to Ctrl-_ by default).
30 * Tracks in media library are now properly sorted for track numbers greater than 99.
31 * Value of 'visualizer_sync_interval' is now restricted to be greater than 9.
32 * Output of the visualizer now scales automatically as long as 'visualizer_sample_multiplier' is set to 1.
33 * Command line switch that prints current song to the standard output is available once again.
35 ncmpcpp-0.6.7 (2015-09-12)
36 * Fetching artist info from last.fm was fixed.
38 ncmpcpp-0.6.6 (2015-09-07)
39 * A typo in the example configuration file was fixed.
40 * Fetching lyrics from lyricwiki.com was fixed.
42 ncmpcpp-0.6.5 (2015-07-05)
44 * Description of mouse wheel usage on volume is now correct.
45 * Configure script now fails if either readline or pthread specific headers are not present.
46 * Searching in text fields now respects regular expression configuration.
47 * When numbering tracks in tag editor all the other track tags are discarded.
48 * Xiph tag DESCRIPTION is now rewritten as COMMENT when updating tags.
49 * Possible access of already freed memory when downloading artist info is fixed.
50 * Name of an item is now displayed correctly if present.
51 * Assertion failure when resizing terminal window with no active MPD connection is fixed.
52 * Lyrics fetchers were updated to work with sites that changed their HTML structure.
54 ncmpcpp-0.6.4 (2015-05-02)
56 * Fix title of a pop-up which shows during adding selected items to the current playlist.
57 * Correctly deal with leading separator while parsing filenames in tag editor.
58 * Fix initial incorrect window size that was occuring in some cases.
59 * Unknown and invalid configuration options can now be ignored using command line option 'ignore-config-errors'.
61 ncmpcpp-0.6.3 (2015-03-02)
63 * Fix floating point exception when adding a specific number of random items.
64 * Passwords are no longer added to the input history.
65 * It is now possible to put more than one specific flag consecutively in formats.
66 * Bash completion file was removed as it no longer works.
67 * Description of available configuration options in man page was updated.
69 ncmpcpp-0.6.2 (2014-12-13)
71 * Delete key now aditionally binds by default to action that deletes files in browser.
72 * Fix incremental seeking so that it doesn't reset after 30 seconds.
74 ncmpcpp-0.6.1 (2014-11-06)
76 * Comment tag is now properly written to mp3 files.
77 * Only ID3v2.4 tags are now saved to mp3 files.
78 * Mouse scrolling with newer ncurses API now works properly.
79 * Adding songs from an album in media library now works properly with fetch delay.
80 * Adding songs from a playlist in playlist editor now works properly with fetch delay.
81 * Trying to fetch lyrics from an empty list doesn't crash the application anymore.
83 ncmpcpp-0.6 (2014-10-25)
85 * Feature 'locate song' no more has a chance to crash the program.
86 * Following lyrics of current song now works properly with consume mode active.
87 * Deletion of empty playlists in playlist editor now works properly.
88 * Toggling consume mode with crossfade mode active displays proper info.
89 * Support for regular expressions works properly now.
91 ncmpcpp-0.6_beta5 (2014-10-04)
93 * Corrupted tags no longer cause assertion failures.
94 * MPD connection attempts are now made at most once per second.
95 * Deletion of playlists in both browser and playlist editor is now properly handled.
96 * Various actions no longer cause the program to crash when invoked with empty playlist.
98 ncmpcpp-0.6_beta4 (2014-09-19)
100 * Jumping to current song in playlist doesn't trigger assertion failures anymore.
101 * Readline's completion feature is now properly disabled.
103 ncmpcpp-0.6_beta3 (2014-09-14)
105 * Handling of server events has been improved.
106 * Readline now ignores escape key.
107 * Cropping a playlist now works only if its length is bigger than 1.
108 * Browser and media library sorting now works properly with filtering.
109 * Compilation with boost-1.56 has been fixed.
110 * Configuration option visualizer_type now accepts "spectrum" value.
111 * Configuration option autocenter_mode is now properly read.
112 * Configuration option visualizer_sample_multiplier now accepts all positive numbers.
113 * Documentation was updated to reflect the changes.
114 * Mouse event handling in media library now works properly.
115 * ncmpcpp now works properly with password protected server.
116 * Data fetching delay in media library and playlist editor is now optional.
118 ncmpcpp-0.6_beta2 (2014-09-03)
120 * Fixed the issue that prevented MPD flags toggling from working properly.
121 * Song change event is now properly handled after song ends with consume flag active.
122 * ncmpcpp now operates in raw terminal mode and ignores SIGINT.
123 * Separators between columns in media library, playlist editor and tag editor are now reliably colored.
124 * Build failures due to the missing include are now fixed.
125 * Playlist cropping now works as expected if no item is selected.
127 ncmpcpp-0.6_beta1 (2014-09-03)
129 * Support for polling communication mode has been removed. Additionally, MPD version >= 0.16 is required.
130 * 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.
131 * Support for readline library was added.
132 * Browser has support for custom sort format.
133 * Playlist has support for MPD priorities.
134 * Media library can be sorted by modification time.
135 * Visualizer's frequency spectrum was adjusted to look more pleasant.
136 * Broken compatibility of various actions with filtered lists has been corrected.
137 * Tons of other small changes and improvements were made.
139 ncmpcpp-0.5.10 (2012-04-01)
141 * fix compilation with gcc 4.7
142 * fix building without curl support
144 ncmpcpp-0.5.9 (2012-03-17)
146 * new feature: support for fetching lyrics for currently playing song in background
147 * new feature: support for stereo visualization
148 * new feature: support for merging screens together
149 * playlist editor: add support for columns display mode
150 * settings: provide a way to use alternative location for configuration file
151 * settings: make characters used in visualizer customizable
152 * lyrics fetcher: add support for lololyrics.com
153 * various bugfixes
155 ncmpcpp-0.5.8 (2011-10-11)
157 * lyrics fetcher: add support for justsomelyrics.com
158 * add command line switch -s/--screen for switching screen at startup
159 * add proper support for asx/cue/m3u/pls/xspf playlists
160 * bugfixes
162 ncmpcpp-0.5.7 (2011-04-21)
164 * convert input path to utf8 before calling 'add' command
165 * extras: add program that copies Artist to AlbumArtist for mp3/ogg/flac files
166 * lyrics fetcher: add support for lyricsvip.com
167 * lyrics fetcher: skip lyricwiki if there's licence restriction on lyrics
168 * tag editor: do not convert filenames back to utf8 while reading files using taglib
169 * search engine: fix error occuring while trying to select first album in results
171 ncmpcpp-0.5.6 (2011-01-02)
173 * settings: make displaying 'empty tag' entry optional
174 * bugfixes
176 ncmpcpp-0.5.5 (2010-08-04)
178 * new feature: select album around cursor
179 * new feature: 'replay' function
180 * fixed feature: display separators between albums
181 * playlist: support for adding last.fm streams
182 * browser: support for operations on m3u playlists not created by MPD
183 * browser: support for deleting group of selected items
184 * media library: show songs with primary tag unspecified
185 * lyrics: new fetching system
186 * lyrics: support for storing lyrics in song's directory
187 * artist info: support for preffered language
188 * settings: support for custom visualization color
189 * settings: support for 'empty' part of progressbar in progressbar_look
190 * settings: new config option: titles_visibility
191 * song format: support for limiting maximal length of a tag
192 * a lot of minor fixes
194 ncmpcpp-0.5.4 (2010-06-03)
196 * new feature: toggle bitrate visibility at runtime
197 * new feature: locate song in tag editor
198 * new feature: separators between albums in playlist
199 * new feature: customizable columns' names
200 * new feature: support for multiple tag types in one column
201 * media library: support for "All tracks" option in middlle column
202 * playlist: shorten units' names displayed in statusbar
203 * browser: critical bugfix in feature "remove directory physically from hdd"
204 * a few other bugfixes
206 ncmpcpp-0.5.3 (2010-04-04)
208 * new feature: new movement keys: {Up,Down}{Album,Artist}
209 * new feature: make displaying volume level in statusbar optional
210 * new feature: jump from browser to playlist editor
211 * bugfixes
213 ncmpcpp-0.5.2 (2010-02-26)
215 * bugfixes
217 ncmpcpp-0.5.1 (2010-02-15)
219 * new feature: customizable startup screen
220 * new feature: locate song in media library
221 * new feature: support for built-in mpd searching in search engine
222 * new feature: support for adding random artists/albums to playlist
223 * new feature: support for album artist tag
224 * new feature: support for switching between user-defined sequence of screens
225 * new feature: discard column colors if item is selected (optional)
226 * new feature: support for adding tracks to playlist after highlighted item
227 * make displaying dates of albums in media library optional
228 * several bugfixes
230 ncmpcpp-0.5 (2009-12-31)
232 * bash completion support
233 * libmpdclient2 support
234 * "idle" command support
235 * new screen: mpd server info
236 * new feature: sort songs in browser by mtime
237 * new feature: lyrics "refreshing"
238 * new feature: toggle replay gain mode
239 * new feature: support for centered cursor
240 * new feature: add selected items to playlist at given position
241 * playlist: support for range sort/reverse
242 * tag editor: support for numerating tracks using xx/xx format
243 * a lot of minor fixes
245 ncmpcpp-0.4.1 (2009-10-03)
247 * support for writing performer, composer and disc tags into ogg and flac files
248 * support for custom prefix/suffix of now playing song
249 * support for system charset encoding autodetection
250 * support for underlined text
251 * optimizations and bugfixes
253 ncmpcpp-0.4 (2009-09-09)
255 * new screen: music visualizer with sound wave/frequency spectrum modes
256 * new feature: alternative user interface
257 * new feature: command line switch for displaying now playing song
258 * new feature: support for fixed size and/or right aligned columns
259 * new feature: display bitrate of current song in statusbar (optional)
260 * new feature: display remaining time of current song instead of elapsed (optional)
261 * new feature: jump to now playing song at start (enabled by default)
262 * new feature: additional attributes for columns
263 * song format: support for nested braces
264 * support for colors in song_status_format
265 * customizable progressbar look
266 * mouse support for additional windows
267 * optional user prompting before clearing main playlist
268 * track and year tag are not limited to numbers anymore if mp3 files are edited
269 * marker for full filename (F) has been replaced with directory (D)
270 * a lot of other minor improvements and bugfixes
272 ncmpcpp-0.3.5 (2009-06-24)
274 * new feature: custom command execution on song change
275 * new feature: allow for physical files and directories deletion
276 * new feature: add local directories recursively
277 * new feature: add random songs to playlist
278 * new feature: mouse support
279 * new screen: outputs
280 * text scrolling in header was made optional
281 * some bugfixes
283 ncmpcpp-0.3.4 (2009-05-19)
285 * new feature: search in help, lyrics and info screen
286 * new feature: two columns view in media library
287 * new feature: input box history
288 * make displaying hidden files in local browser optional
289 * bugfixes
291 ncmpcpp-0.3.3 (2009-04-02)
293 * new feature: cyclic scrolling
294 * support for single mode (requires >=mpd-0.15_alpha*)
295 * support for consume mode (requires >=mpd-0.15_alpha*)
296 * support for pdcurses library
297 * support for WIN32
298 * improvements and bugfixes
300 ncmpcpp-0.3.2 (2009-03-17)
302 * new feature: locate currently playing song in browser
303 * new feature: stop playing after current song
304 * new feature: move item(s) in playlist to actual cursor's position
305 * new feature: reverse playlist's order
306 * support for external console editor
307 * support for multiple composer, performer and disc tags
308 * support for basic and extended regular expressions
309 * make blocking search constraints after succesful searching optional
310 * improved searching in screens
311 * minor improvements and bugfixes
313 ncmpcpp-0.3.1 (2009-02-23)
315 * support for columns in browser and search engine
316 * support for lyricsplugin database
317 * support for any tag in search engine
318 * support for ignoring leading "the" word while sorting (optional)
319 * new feature: apply filter to screen (Ctrl-F by default)
320 * new feature: playlist sorting (Ctrl-V by default)
321 * new feature: open lyrics in external editor
322 * other minor improvements and bugfixes
324 ncmpcpp-0.3 (2009-01-22)
326 * general core rewrite
327 * new screen - clock
328 * support for asian wide characters
329 * support for non-utf8 encodings
330 * a lot of bugfixes
332 ncmpcpp-0.2.5 (2008-12-05)
334 * support for unix domain sockets
335 * support for adding to playlist files outside mpd music directory (requires mpd >= 0.14_alpha*)
336 * support for browsing local directories tree (requires mpd >= 0.14_alpha*)
337 * support for searching in current playlist
338 * many bugfixes
340 ncmpcpp-0.2.4 (2008-10-12)
342 * fixed bug with not null terminated strings on mac os x
343 * support for renaming files in tiny tag editor
344 * support for editing composer, performer and disc tag in mp3 files
345 * support for user defined base seek time
346 * support for user defined tag type in left column of media library
347 * support for user defined display format in album column of media library
348 * support for basic mpc commands and command line arguments
349 * adding items to playlist can be done like in ncmpc
350 * fetching lyrics and artist's info doesn't lock ncmpcpp anymore
351 * changed place of storing config files
352 * list of recently used patterns in tag editor is now remembered
354 ncmpcpp-0.2.3 (2008-09-20)
356 * new screen - complex tag editor (with albums/directories view)
357 * brand new song info screen (old one removed)
358 * support for renaming files and directories
359 * support for reading tags from filename
360 * support for editing artist and album in media library
361 * support for playlist renaming
362 * support for following lyrics of now playing song
363 * support for fetching artist's info from last.fm
364 * fixed compilation for Mac OS X and *BSD
365 * fixed compilation for older gcc versions
366 * extended configuration (e.g. all colors can be user-defined)
367 * 'repeat one song' mode works with random mode now
368 * incremental seeking (old behaviour is still available through config)
369 * a bunch of fixes and improvements
371 ncmpcpp-0.2.2 (2008-09-05)
373 * new screen - playlist editor
374 * new playlist view - columns
375 * playlist view switcher added (key 'p' by default)
376 * find function modes added (wrapped/normal, switch is 'w' by default)
377 * albums in media library sorted by year (and it's also displayed)
378 * multiple items selection support and related functions added
379 * playlists management support
380 * new function - "go to dir containing selected song" (key 'G' by default)
381 * moving items improved
382 * lots of minor fixes
384 ncmpcpp-0.2.1 (2008-08-27)
386 * support for composer, performer and disc tag
387 * customizable keybindings
388 * "add" option added
389 * example config files are installed automatically now
390 * "repeat one song" mode added (works only if ncmpcpp is running)
391 * minor fixes, improvements etc.
393 ncmpcpp-0.2 (2008-08-20)
395 * libmpd dependency dropped
396 * pkgconfig is not needed anymore
397 * ncmpcpp now shows more info if it cannot connect to mpd
398 * proper handling for mpd password added
399 * if ncmpcpp lose connection to mpd it'll try to reconnect
400 * playlist status added
401 * new screen - lyrics
402 * switching between playlist and browser with tab key added
403 * alternate movement keys added (j and k keys)
404 * auto center mode added
405 * new option - crossfade can be set to any value now (X key)
406 * new option - going to parent directory in browser using backspace key
407 * issue with backspace key fixed
408 * sorting items in browser is case insensitive now
409 * many fixes and improvements
411 ncmpcpp-0.1.2 (2008-08-12)
413 * parts of interface are hideable now
414 * new screen - media library
415 * new option - crop (it removes all songs from playlist except the playing one)
416 * many fixes and optimizations
418 ncmpcpp-0.1.1 (2008-08-07)
420 * add example configuration file
421 * configure.in now works as expected
422 * taglib dependency is optional now
423 * more customizable options