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