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