Update 'optional features' information in INSTALL file
[ncmpcpp.git] / NEWS
blob0f96b059de304bcfa8f75507eadac9a0058b312e
1 ncmpcpp-0.8 (????-??-??)
2 * Configuration variable 'execute_on_player_state_change' was added.
3 * Support for controlling whether ncmpcpp should display multiple tags as-is or make an effort to hide duplicate values (show_duplicate_tags configuration variable, enabled by default).
4 * Support for filtering of lists was brought back from the dead.
5 * Require C++14 compatible compiler during compilation.
6 * Lyrics from files containing DOS line endings now load properly on Linux.
7 * Added support for fetching lyrics from genius.com.
8 * Added support for fetching lyrics from tekstowo.pl.
9 * The list of lyrics fetchers can now be set via configuration file.
10 * Lyrics can now be fetched for songs with no tags.
11 * libcurl dependency is no longer optional.
12 * When an attempt to write tags fails, show detailed error message.
13 * Support for fetching lyrics for selected items in background was added.
14 * Application will now exit if stdin is closed.
15 * Configuration variable 'visualizer_sample_multiplier' was deprecated and will be removed in 0.9.
16 * Wide character version of ncurses is now required.
18 ncmpcpp-0.7.7 (2016-10-31)
19 * Fixed compilation on 32bit platforms.
21 ncmpcpp-0.7.6 (2016-10-30)
22 * Fixed assertion failure on trying to search backwards in an empty list.
23 * Updated installation instructions in INSTALL file.
24 * Make sure that stream of random numbers is not deterministic.
25 * Opening playlist editor when there is no MPD playlists directory no longer freezes the application.
26 * Added info about behavior of MPD_HOST and MPD_PORT environment variables to man page.
27 * Tilde will now be expanded to home directory in visualizer_fifo_path, execute_on_song_change and external_editor configuration variables.
28 * Fixed lyricwiki and justsomelyrics fetchers.
30 ncmpcpp-0.7.5 (2016-08-17)
31 * Action chains can be now used for seeking.
32 * Fixed fetching artist info from last.fm.
33 * Default value of regular_expressions was changed from 'basic' to 'perl' to work around boost issue (#12222).
34 * Fixed crash occuring when searching backward in an empty list.
36 ncmpcpp 0.7.4 (2016-04-17)
37 * Fetching lyrics from lyricwiki.org was fixed.
38 * Configure script now continues without errors if ICU library was not found.
40 ncmpcpp 0.7.3 (2016-01-20)
41 * Home and End keys are now recognized in a few specific terminal emulators.
43 ncmpcpp-0.7.2 (2016-01-16)
44 * Attempt to add non-song item to playlist from search engine doesn't trigger assertion failure anymore.
45 * Fetching lyrics from metrolyrics.com was fixed.
46 * Alternative UI separator color is now respected regardless of the header_visibility flag.
48 ncmpcpp-0.7.1 (2016-01-01)
49 * Selected songs in media library can now be added to playlists.
50 * Confirmation before shuffling a playlist can now be disabled.
52 ncmpcpp-0.7 (2015-11-22)
53 * Playlist sorting dialog now contains 'Album artist' option.
54 * Default keybindings were corrected to allow tag edition in the right column of tag editor.
55 * Mouse is properly kept disabled if it was disabled in the configuration file.
57 ncmpcpp-0.6.8 (2015-11-11)
58 * Application is now compatible with MPD >= 0.20.
59 * Check for readline library was fixed.
61 ncmpcpp-0.7_beta1 (2015-11-04)
63 * Visualizer has now support for multiple colors (visualizer_color configuration variable takes the list of colors to be used).
64 * Visualizer has now support for two more modes: sound wave filled and sound ellipse.
65 * Visualizer's spectrum mode now scales better along with window's width.
66 * 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.
67 * Directories and playlists in browser can now be sorted by modification time.
68 * ~ is now expanded to home directory in mpd_host configuration variable.
69 * It is now possible to define startup slave screen using -S/--slave-screen command line option or startup_slave_screen configuration variable.
70 * List filtering has been removed due to the major part of its functionality overlapping with find forward/backward and obscure bugs.
71 * Find backward/forward function is now incremental.
72 * Support for 256 colors and customization of background colors has been added.
73 * 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).
74 * Support for PDCurses has been removed due to the library being unmaintained and buggy.
75 * Current MPD host may now be shown in playlist (playlist_show_mpd_host configuration variable, disabled by default).
76 * Random album artists can now be added to the playlist.
77 * Case insensitive searching is now Unicode aware as long as boost was compiled with ICU support.
78 * Searching with regular expressions is now enabled by default.
79 * Support for the Perl regular expression syntax was added.
80 * BOOST_LIB_SUFFIX configure variable is now empty by default.
81 * Shuffle function now shuffles only selected range if selection in playlist is active.
82 * NCurses terminal sequence escaping is no longer used as it's not accurate enough.
83 * Selecting items no longer depends on space mode and is bound by default to Insert key.
84 * Support for Alt, Ctrl and Shift modifiers as well as Escape key was added.
85 * Action that updates the environment can now be used in bindings configuration file.
86 * Monolithic 'press_space' action was split into 'add_item_to_playlist', 'toggle_lyrics_update_on_song_change' and 'toggle_visualization_type'.
87 * Monolithic 'press_enter' action was split into 'enter_directory', 'play_item', run_action' and 'toggle_output'.
88 * Sorting actions were rebound to Ctrl-S.
89 * 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.
90 * Support for selecting found items was added (bound to Ctrl-_ by default).
91 * Tracks in media library are now properly sorted for track numbers greater than 99.
92 * Value of 'visualizer_sync_interval' is now restricted to be greater than 9.
93 * Output of the visualizer now scales automatically as long as 'visualizer_sample_multiplier' is set to 1.
94 * Command line switch that prints current song to the standard output is available once again.
95 * Defined action chains are now shown in help screen.
96 * Action chains for selecting an item and scrolling up/down are now bound to Shift-Up and Shift-Down respectively.
98 ncmpcpp-0.6.7 (2015-09-12)
99 * Fetching artist info from last.fm was fixed.
101 ncmpcpp-0.6.6 (2015-09-07)
102 * A typo in the example configuration file was fixed.
103 * Fetching lyrics from lyricwiki.com was fixed.
105 ncmpcpp-0.6.5 (2015-07-05)
107 * Description of mouse wheel usage on volume is now correct.
108 * Configure script now fails if either readline or pthread specific headers are not present.
109 * Searching in text fields now respects regular expression configuration.
110 * When numbering tracks in tag editor all the other track tags are discarded.
111 * Xiph tag DESCRIPTION is now rewritten as COMMENT when updating tags.
112 * Possible access of already freed memory when downloading artist info is fixed.
113 * Name of an item is now displayed correctly if present.
114 * Assertion failure when resizing terminal window with no active MPD connection is fixed.
115 * Lyrics fetchers were updated to work with sites that changed their HTML structure.
117 ncmpcpp-0.6.4 (2015-05-02)
119 * Fix title of a pop-up which shows during adding selected items to the current playlist.
120 * Correctly deal with leading separator while parsing filenames in tag editor.
121 * Fix initial incorrect window size that was occuring in some cases.
122 * Unknown and invalid configuration options can now be ignored using command line option 'ignore-config-errors'.
124 ncmpcpp-0.6.3 (2015-03-02)
126 * Fix floating point exception when adding a specific number of random items.
127 * Passwords are no longer added to the input history.
128 * It is now possible to put more than one specific flag consecutively in formats.
129 * Bash completion file was removed as it no longer works.
130 * Description of available configuration options in man page was updated.
132 ncmpcpp-0.6.2 (2014-12-13)
134 * Delete key now aditionally binds by default to action that deletes files in browser.
135 * Fix incremental seeking so that it doesn't reset after 30 seconds.
137 ncmpcpp-0.6.1 (2014-11-06)
139 * Comment tag is now properly written to mp3 files.
140 * Only ID3v2.4 tags are now saved to mp3 files.
141 * Mouse scrolling with newer ncurses API now works properly.
142 * Adding songs from an album in media library now works properly with fetch delay.
143 * Adding songs from a playlist in playlist editor now works properly with fetch delay.
144 * Trying to fetch lyrics from an empty list doesn't crash the application anymore.
146 ncmpcpp-0.6 (2014-10-25)
148 * Feature 'locate song' no more has a chance to crash the program.
149 * Following lyrics of current song now works properly with consume mode active.
150 * Deletion of empty playlists in playlist editor now works properly.
151 * Toggling consume mode with crossfade mode active displays proper info.
152 * Support for regular expressions works properly now.
154 ncmpcpp-0.6_beta5 (2014-10-04)
156 * Corrupted tags no longer cause assertion failures.
157 * MPD connection attempts are now made at most once per second.
158 * Deletion of playlists in both browser and playlist editor is now properly handled.
159 * Various actions no longer cause the program to crash when invoked with empty playlist.
161 ncmpcpp-0.6_beta4 (2014-09-19)
163 * Jumping to current song in playlist doesn't trigger assertion failures anymore.
164 * Readline's completion feature is now properly disabled.
166 ncmpcpp-0.6_beta3 (2014-09-14)
168 * Handling of server events has been improved.
169 * Readline now ignores escape key.
170 * Cropping a playlist now works only if its length is bigger than 1.
171 * Browser and media library sorting now works properly with filtering.
172 * Compilation with boost-1.56 has been fixed.
173 * Configuration option visualizer_type now accepts "spectrum" value.
174 * Configuration option autocenter_mode is now properly read.
175 * Configuration option visualizer_sample_multiplier now accepts all positive numbers.
176 * Documentation was updated to reflect the changes.
177 * Mouse event handling in media library now works properly.
178 * ncmpcpp now works properly with password protected server.
179 * Data fetching delay in media library and playlist editor is now optional.
181 ncmpcpp-0.6_beta2 (2014-09-03)
183 * Fixed the issue that prevented MPD flags toggling from working properly.
184 * Song change event is now properly handled after song ends with consume flag active.
185 * ncmpcpp now operates in raw terminal mode and ignores SIGINT.
186 * Separators between columns in media library, playlist editor and tag editor are now reliably colored.
187 * Build failures due to the missing include are now fixed.
188 * Playlist cropping now works as expected if no item is selected.
190 ncmpcpp-0.6_beta1 (2014-09-03)
192 * Support for polling communication mode has been removed. Additionally, MPD version >= 0.16 is required.
193 * 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.
194 * Support for readline library was added.
195 * Browser has support for custom sort format.
196 * Playlist has support for MPD priorities.
197 * Media library can be sorted by modification time.
198 * Visualizer's frequency spectrum was adjusted to look more pleasant.
199 * Broken compatibility of various actions with filtered lists has been corrected.
200 * Tons of other small changes and improvements were made.
202 ncmpcpp-0.5.10 (2012-04-01)
204 * fix compilation with gcc 4.7
205 * fix building without curl support
207 ncmpcpp-0.5.9 (2012-03-17)
209 * new feature: support for fetching lyrics for currently playing song in background
210 * new feature: support for stereo visualization
211 * new feature: support for merging screens together
212 * playlist editor: add support for columns display mode
213 * settings: provide a way to use alternative location for configuration file
214 * settings: make characters used in visualizer customizable
215 * lyrics fetcher: add support for lololyrics.com
216 * various bugfixes
218 ncmpcpp-0.5.8 (2011-10-11)
220 * lyrics fetcher: add support for justsomelyrics.com
221 * add command line switch -s/--screen for switching screen at startup
222 * add proper support for asx/cue/m3u/pls/xspf playlists
223 * bugfixes
225 ncmpcpp-0.5.7 (2011-04-21)
227 * convert input path to utf8 before calling 'add' command
228 * extras: add program that copies Artist to AlbumArtist for mp3/ogg/flac files
229 * lyrics fetcher: add support for lyricsvip.com
230 * lyrics fetcher: skip lyricwiki if there's licence restriction on lyrics
231 * tag editor: do not convert filenames back to utf8 while reading files using taglib
232 * search engine: fix error occuring while trying to select first album in results
234 ncmpcpp-0.5.6 (2011-01-02)
236 * settings: make displaying 'empty tag' entry optional
237 * bugfixes
239 ncmpcpp-0.5.5 (2010-08-04)
241 * new feature: select album around cursor
242 * new feature: 'replay' function
243 * fixed feature: display separators between albums
244 * playlist: support for adding last.fm streams
245 * browser: support for operations on m3u playlists not created by MPD
246 * browser: support for deleting group of selected items
247 * media library: show songs with primary tag unspecified
248 * lyrics: new fetching system
249 * lyrics: support for storing lyrics in song's directory
250 * artist info: support for preffered language
251 * settings: support for custom visualization color
252 * settings: support for 'empty' part of progressbar in progressbar_look
253 * settings: new config option: titles_visibility
254 * song format: support for limiting maximal length of a tag
255 * a lot of minor fixes
257 ncmpcpp-0.5.4 (2010-06-03)
259 * new feature: toggle bitrate visibility at runtime
260 * new feature: locate song in tag editor
261 * new feature: separators between albums in playlist
262 * new feature: customizable columns' names
263 * new feature: support for multiple tag types in one column
264 * media library: support for "All tracks" option in middlle column
265 * playlist: shorten units' names displayed in statusbar
266 * browser: critical bugfix in feature "remove directory physically from hdd"
267 * a few other bugfixes
269 ncmpcpp-0.5.3 (2010-04-04)
271 * new feature: new movement keys: {Up,Down}{Album,Artist}
272 * new feature: make displaying volume level in statusbar optional
273 * new feature: jump from browser to playlist editor
274 * bugfixes
276 ncmpcpp-0.5.2 (2010-02-26)
278 * bugfixes
280 ncmpcpp-0.5.1 (2010-02-15)
282 * new feature: customizable startup screen
283 * new feature: locate song in media library
284 * new feature: support for built-in mpd searching in search engine
285 * new feature: support for adding random artists/albums to playlist
286 * new feature: support for album artist tag
287 * new feature: support for switching between user-defined sequence of screens
288 * new feature: discard column colors if item is selected (optional)
289 * new feature: support for adding tracks to playlist after highlighted item
290 * make displaying dates of albums in media library optional
291 * several bugfixes
293 ncmpcpp-0.5 (2009-12-31)
295 * bash completion support
296 * libmpdclient2 support
297 * "idle" command support
298 * new screen: mpd server info
299 * new feature: sort songs in browser by mtime
300 * new feature: lyrics "refreshing"
301 * new feature: toggle replay gain mode
302 * new feature: support for centered cursor
303 * new feature: add selected items to playlist at given position
304 * playlist: support for range sort/reverse
305 * tag editor: support for numerating tracks using xx/xx format
306 * a lot of minor fixes
308 ncmpcpp-0.4.1 (2009-10-03)
310 * support for writing performer, composer and disc tags into ogg and flac files
311 * support for custom prefix/suffix of now playing song
312 * support for system charset encoding autodetection
313 * support for underlined text
314 * optimizations and bugfixes
316 ncmpcpp-0.4 (2009-09-09)
318 * new screen: music visualizer with sound wave/frequency spectrum modes
319 * new feature: alternative user interface
320 * new feature: command line switch for displaying now playing song
321 * new feature: support for fixed size and/or right aligned columns
322 * new feature: display bitrate of current song in statusbar (optional)
323 * new feature: display remaining time of current song instead of elapsed (optional)
324 * new feature: jump to now playing song at start (enabled by default)
325 * new feature: additional attributes for columns
326 * song format: support for nested braces
327 * support for colors in song_status_format
328 * customizable progressbar look
329 * mouse support for additional windows
330 * optional user prompting before clearing main playlist
331 * track and year tag are not limited to numbers anymore if mp3 files are edited
332 * marker for full filename (F) has been replaced with directory (D)
333 * a lot of other minor improvements and bugfixes
335 ncmpcpp-0.3.5 (2009-06-24)
337 * new feature: custom command execution on song change
338 * new feature: allow for physical files and directories deletion
339 * new feature: add local directories recursively
340 * new feature: add random songs to playlist
341 * new feature: mouse support
342 * new screen: outputs
343 * text scrolling in header was made optional
344 * some bugfixes
346 ncmpcpp-0.3.4 (2009-05-19)
348 * new feature: search in help, lyrics and info screen
349 * new feature: two columns view in media library
350 * new feature: input box history
351 * make displaying hidden files in local browser optional
352 * bugfixes
354 ncmpcpp-0.3.3 (2009-04-02)
356 * new feature: cyclic scrolling
357 * support for single mode (requires >=mpd-0.15_alpha*)
358 * support for consume mode (requires >=mpd-0.15_alpha*)
359 * support for pdcurses library
360 * support for WIN32
361 * improvements and bugfixes
363 ncmpcpp-0.3.2 (2009-03-17)
365 * new feature: locate currently playing song in browser
366 * new feature: stop playing after current song
367 * new feature: move item(s) in playlist to actual cursor's position
368 * new feature: reverse playlist's order
369 * support for external console editor
370 * support for multiple composer, performer and disc tags
371 * support for basic and extended regular expressions
372 * make blocking search constraints after succesful searching optional
373 * improved searching in screens
374 * minor improvements and bugfixes
376 ncmpcpp-0.3.1 (2009-02-23)
378 * support for columns in browser and search engine
379 * support for lyricsplugin database
380 * support for any tag in search engine
381 * support for ignoring leading "the" word while sorting (optional)
382 * new feature: apply filter to screen (Ctrl-F by default)
383 * new feature: playlist sorting (Ctrl-V by default)
384 * new feature: open lyrics in external editor
385 * other minor improvements and bugfixes
387 ncmpcpp-0.3 (2009-01-22)
389 * general core rewrite
390 * new screen - clock
391 * support for asian wide characters
392 * support for non-utf8 encodings
393 * a lot of bugfixes
395 ncmpcpp-0.2.5 (2008-12-05)
397 * support for unix domain sockets
398 * support for adding to playlist files outside mpd music directory (requires mpd >= 0.14_alpha*)
399 * support for browsing local directories tree (requires mpd >= 0.14_alpha*)
400 * support for searching in current playlist
401 * many bugfixes
403 ncmpcpp-0.2.4 (2008-10-12)
405 * fixed bug with not null terminated strings on mac os x
406 * support for renaming files in tiny tag editor
407 * support for editing composer, performer and disc tag in mp3 files
408 * support for user defined base seek time
409 * support for user defined tag type in left column of media library
410 * support for user defined display format in album column of media library
411 * support for basic mpc commands and command line arguments
412 * adding items to playlist can be done like in ncmpc
413 * fetching lyrics and artist's info doesn't lock ncmpcpp anymore
414 * changed place of storing config files
415 * list of recently used patterns in tag editor is now remembered
417 ncmpcpp-0.2.3 (2008-09-20)
419 * new screen - complex tag editor (with albums/directories view)
420 * brand new song info screen (old one removed)
421 * support for renaming files and directories
422 * support for reading tags from filename
423 * support for editing artist and album in media library
424 * support for playlist renaming
425 * support for following lyrics of now playing song
426 * support for fetching artist's info from last.fm
427 * fixed compilation for Mac OS X and *BSD
428 * fixed compilation for older gcc versions
429 * extended configuration (e.g. all colors can be user-defined)
430 * 'repeat one song' mode works with random mode now
431 * incremental seeking (old behaviour is still available through config)
432 * a bunch of fixes and improvements
434 ncmpcpp-0.2.2 (2008-09-05)
436 * new screen - playlist editor
437 * new playlist view - columns
438 * playlist view switcher added (key 'p' by default)
439 * find function modes added (wrapped/normal, switch is 'w' by default)
440 * albums in media library sorted by year (and it's also displayed)
441 * multiple items selection support and related functions added
442 * playlists management support
443 * new function - "go to dir containing selected song" (key 'G' by default)
444 * moving items improved
445 * lots of minor fixes
447 ncmpcpp-0.2.1 (2008-08-27)
449 * support for composer, performer and disc tag
450 * customizable keybindings
451 * "add" option added
452 * example config files are installed automatically now
453 * "repeat one song" mode added (works only if ncmpcpp is running)
454 * minor fixes, improvements etc.
456 ncmpcpp-0.2 (2008-08-20)
458 * libmpd dependency dropped
459 * pkgconfig is not needed anymore
460 * ncmpcpp now shows more info if it cannot connect to mpd
461 * proper handling for mpd password added
462 * if ncmpcpp lose connection to mpd it'll try to reconnect
463 * playlist status added
464 * new screen - lyrics
465 * switching between playlist and browser with tab key added
466 * alternate movement keys added (j and k keys)
467 * auto center mode added
468 * new option - crossfade can be set to any value now (X key)
469 * new option - going to parent directory in browser using backspace key
470 * issue with backspace key fixed
471 * sorting items in browser is case insensitive now
472 * many fixes and improvements
474 ncmpcpp-0.1.2 (2008-08-12)
476 * parts of interface are hideable now
477 * new screen - media library
478 * new option - crop (it removes all songs from playlist except the playing one)
479 * many fixes and optimizations
481 ncmpcpp-0.1.1 (2008-08-07)
483 * add example configuration file
484 * configure.in now works as expected
485 * taglib dependency is optional now
486 * more customizable options