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