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