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