song: show name if it's available
[ncmpcpp.git] / NEWS
blobf4a8ded4933c826e9d66e1cb5741845cd0a5f1e9
1 ncmpcpp-0.6.5 (????-??-??)
3 * Description of mouse wheel usage on volume is now correct.
4 * Configure script now fails if either readline or pthread specific headers are not present.
5 * Searching in text fields now respects regular expression configuration.
6 * When numbering tracks in tag editor all the other track tags are discarded.
7 * Xiph tag DESCRIPTION is now rewritten as COMMENT when updating tags.
8 * Possible access of already freed memory when downloading artist info is fixed.
9 * Name of an item is now displayed correctly if present.
11 ncmpcpp-0.6.4 (2015-05-02)
13 * Fix title of a pop-up which shows during adding selected items to the current playlist.
14 * Correctly deal with leading separator while parsing filenames in tag editor.
15 * Fix initial incorrect window size that was occuring in some cases.
16 * Unknown and invalid configuration options can now be ignored using command line option 'ignore-config-errors'.
18 ncmpcpp-0.6.3 (2015-03-02)
20 * Fix floating point exception when adding a specific number of random items.
21 * Passwords are no longer added to the input history.
22 * It is now possible to put more than one specific flag consecutively in formats.
23 * Bash completion file was removed as it no longer works.
24 * Description of available configuration options in man page was updated.
26 ncmpcpp-0.6.2 (2014-12-13)
28 * Delete key now aditionally binds by default to action that deletes files in browser.
29 * Fix incremental seeking so that it doesn't reset after 30 seconds.
31 ncmpcpp-0.6.1 (2014-11-06)
33 * Comment tag is now properly written to mp3 files.
34 * Only ID3v2.4 tags are now saved to mp3 files.
35 * Mouse scrolling with newer ncurses API now works properly.
36 * Adding songs from an album in media library now works properly with fetch delay.
37 * Adding songs from a playlist in playlist editor now works properly with fetch delay.
38 * Trying to fetch lyrics from an empty list doesn't crash the application anymore.
40 ncmpcpp-0.6 (2014-10-25)
42 * Feature 'locate song' no more has a chance to crash the program.
43 * Following lyrics of current song now works properly with consume mode active.
44 * Deletion of empty playlists in playlist editor now works properly.
45 * Toggling consume mode with crossfade mode active displays proper info.
46 * Support for regular expressions works properly now.
48 ncmpcpp-0.6_beta5 (2014-10-04)
50 * Corrupted tags no longer cause assertion failures.
51 * MPD connection attempts are now made at most once per second.
52 * Deletion of playlists in both browser and playlist editor is now properly handled.
53 * Various actions no longer cause the program to crash when invoked with empty playlist.
55 ncmpcpp-0.6_beta4 (2014-09-19)
57 * Jumping to current song in playlist doesn't trigger assertion failures anymore.
58 * Readline's completion feature is now properly disabled.
60 ncmpcpp-0.6_beta3 (2014-09-14)
62 * Handling of server events has been improved.
63 * Readline now ignores escape key.
64 * Cropping a playlist now works only if its length is bigger than 1.
65 * Browser and media library sorting now works properly with filtering.
66 * Compilation with boost-1.56 has been fixed.
67 * Configuration option visualizer_type now accepts "spectrum" value.
68 * Configuration option autocenter_mode is now properly read.
69 * Configuration option visualizer_sample_multiplier now accepts all positive numbers.
70 * Documentation was updated to reflect the changes.
71 * Mouse event handling in media library now works properly.
72 * ncmpcpp now works properly with password protected server.
73 * Data fetching delay in media library and playlist editor is now optional.
75 ncmpcpp-0.6_beta2 (2014-09-03)
77 * Fixed the issue that prevented MPD flags toggling from working properly.
78 * Song change event is now properly handled after song ends with consume flag active.
79 * ncmpcpp now operates in raw terminal mode and ignores SIGINT.
80 * Separators between columns in media library, playlist editor and tag editor are now reliably colored.
81 * Build failures due to the missing include are now fixed.
82 * Playlist cropping now works as expected if no item is selected.
84 ncmpcpp-0.6_beta1 (2014-09-03)
86 * Support for polling communication mode has been removed. Additionally, MPD version >= 0.16 is required.
87 * 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.
88 * Support for readline library was added.
89 * Browser has support for custom sort format.
90 * Playlist has support for MPD priorities.
91 * Media library can be sorted by modification time.
92 * Visualizer's frequency spectrum was adjusted to look more pleasant.
93 * Broken compatibility of various actions with filtered lists has been corrected.
94 * Tons of other small changes and improvements were made.
96 ncmpcpp-0.5.10 (2012-04-01)
98 * fix compilation with gcc 4.7
99 * fix building without curl support
101 ncmpcpp-0.5.9 (2012-03-17)
103 * new feature: support for fetching lyrics for currently playing song in background
104 * new feature: support for stereo visualization
105 * new feature: support for merging screens together
106 * playlist editor: add support for columns display mode
107 * settings: provide a way to use alternative location for configuration file
108 * settings: make characters used in visualizer customizable
109 * lyrics fetcher: add support for lololyrics.com
110 * various bugfixes
112 ncmpcpp-0.5.8 (2011-10-11)
114 * lyrics fetcher: add support for justsomelyrics.com
115 * add command line switch -s/--screen for switching screen at startup
116 * add proper support for asx/cue/m3u/pls/xspf playlists
117 * bugfixes
119 ncmpcpp-0.5.7 (2011-04-21)
121 * convert input path to utf8 before calling 'add' command
122 * extras: add program that copies Artist to AlbumArtist for mp3/ogg/flac files
123 * lyrics fetcher: add support for lyricsvip.com
124 * lyrics fetcher: skip lyricwiki if there's licence restriction on lyrics
125 * tag editor: do not convert filenames back to utf8 while reading files using taglib
126 * search engine: fix error occuring while trying to select first album in results
128 ncmpcpp-0.5.6 (2011-01-02)
130 * settings: make displaying 'empty tag' entry optional
131 * bugfixes
133 ncmpcpp-0.5.5 (2010-08-04)
135 * new feature: select album around cursor
136 * new feature: 'replay' function
137 * fixed feature: display separators between albums
138 * playlist: support for adding last.fm streams
139 * browser: support for operations on m3u playlists not created by MPD
140 * browser: support for deleting group of selected items
141 * media library: show songs with primary tag unspecified
142 * lyrics: new fetching system
143 * lyrics: support for storing lyrics in song's directory
144 * artist info: support for preffered language
145 * settings: support for custom visualization color
146 * settings: support for 'empty' part of progressbar in progressbar_look
147 * settings: new config option: titles_visibility
148 * song format: support for limiting maximal length of a tag
149 * a lot of minor fixes
151 ncmpcpp-0.5.4 (2010-06-03)
153 * new feature: toggle bitrate visibility at runtime
154 * new feature: locate song in tag editor
155 * new feature: separators between albums in playlist
156 * new feature: customizable columns' names
157 * new feature: support for multiple tag types in one column
158 * media library: support for "All tracks" option in middlle column
159 * playlist: shorten units' names displayed in statusbar
160 * browser: critical bugfix in feature "remove directory physically from hdd"
161 * a few other bugfixes
163 ncmpcpp-0.5.3 (2010-04-04)
165 * new feature: new movement keys: {Up,Down}{Album,Artist}
166 * new feature: make displaying volume level in statusbar optional
167 * new feature: jump from browser to playlist editor
168 * bugfixes
170 ncmpcpp-0.5.2 (2010-02-26)
172 * bugfixes
174 ncmpcpp-0.5.1 (2010-02-15)
176 * new feature: customizable startup screen
177 * new feature: locate song in media library
178 * new feature: support for built-in mpd searching in search engine
179 * new feature: support for adding random artists/albums to playlist
180 * new feature: support for album artist tag
181 * new feature: support for switching between user-defined sequence of screens
182 * new feature: discard column colors if item is selected (optional)
183 * new feature: support for adding tracks to playlist after highlighted item
184 * make displaying dates of albums in media library optional
185 * several bugfixes
187 ncmpcpp-0.5 (2009-12-31)
189 * bash completion support
190 * libmpdclient2 support
191 * "idle" command support
192 * new screen: mpd server info
193 * new feature: sort songs in browser by mtime
194 * new feature: lyrics "refreshing"
195 * new feature: toggle replay gain mode
196 * new feature: support for centered cursor
197 * new feature: add selected items to playlist at given position
198 * playlist: support for range sort/reverse
199 * tag editor: support for numerating tracks using xx/xx format
200 * a lot of minor fixes
202 ncmpcpp-0.4.1 (2009-10-03)
204 * support for writing performer, composer and disc tags into ogg and flac files
205 * support for custom prefix/suffix of now playing song
206 * support for system charset encoding autodetection
207 * support for underlined text
208 * optimizations and bugfixes
210 ncmpcpp-0.4 (2009-09-09)
212 * new screen: music visualizer with sound wave/frequency spectrum modes
213 * new feature: alternative user interface
214 * new feature: command line switch for displaying now playing song
215 * new feature: support for fixed size and/or right aligned columns
216 * new feature: display bitrate of current song in statusbar (optional)
217 * new feature: display remaining time of current song instead of elapsed (optional)
218 * new feature: jump to now playing song at start (enabled by default)
219 * new feature: additional attributes for columns
220 * song format: support for nested braces
221 * support for colors in song_status_format
222 * customizable progressbar look
223 * mouse support for additional windows
224 * optional user prompting before clearing main playlist
225 * track and year tag are not limited to numbers anymore if mp3 files are edited
226 * marker for full filename (F) has been replaced with directory (D)
227 * a lot of other minor improvements and bugfixes
229 ncmpcpp-0.3.5 (2009-06-24)
231 * new feature: custom command execution on song change
232 * new feature: allow for physical files and directories deletion
233 * new feature: add local directories recursively
234 * new feature: add random songs to playlist
235 * new feature: mouse support
236 * new screen: outputs
237 * text scrolling in header was made optional
238 * some bugfixes
240 ncmpcpp-0.3.4 (2009-05-19)
242 * new feature: search in help, lyrics and info screen
243 * new feature: two columns view in media library
244 * new feature: input box history
245 * make displaying hidden files in local browser optional
246 * bugfixes
248 ncmpcpp-0.3.3 (2009-04-02)
250 * new feature: cyclic scrolling
251 * support for single mode (requires >=mpd-0.15_alpha*)
252 * support for consume mode (requires >=mpd-0.15_alpha*)
253 * support for pdcurses library
254 * support for WIN32
255 * improvements and bugfixes
257 ncmpcpp-0.3.2 (2009-03-17)
259 * new feature: locate currently playing song in browser
260 * new feature: stop playing after current song
261 * new feature: move item(s) in playlist to actual cursor's position
262 * new feature: reverse playlist's order
263 * support for external console editor
264 * support for multiple composer, performer and disc tags
265 * support for basic and extended regular expressions
266 * make blocking search constraints after succesful searching optional
267 * improved searching in screens
268 * minor improvements and bugfixes
270 ncmpcpp-0.3.1 (2009-02-23)
272 * support for columns in browser and search engine
273 * support for lyricsplugin database
274 * support for any tag in search engine
275 * support for ignoring leading "the" word while sorting (optional)
276 * new feature: apply filter to screen (Ctrl-F by default)
277 * new feature: playlist sorting (Ctrl-V by default)
278 * new feature: open lyrics in external editor
279 * other minor improvements and bugfixes
281 ncmpcpp-0.3 (2009-01-22)
283 * general core rewrite
284 * new screen - clock
285 * support for asian wide characters
286 * support for non-utf8 encodings
287 * a lot of bugfixes
289 ncmpcpp-0.2.5 (2008-12-05)
291 * support for unix domain sockets
292 * support for adding to playlist files outside mpd music directory (requires mpd >= 0.14_alpha*)
293 * support for browsing local directories tree (requires mpd >= 0.14_alpha*)
294 * support for searching in current playlist
295 * many bugfixes
297 ncmpcpp-0.2.4 (2008-10-12)
299 * fixed bug with not null terminated strings on mac os x
300 * support for renaming files in tiny tag editor
301 * support for editing composer, performer and disc tag in mp3 files
302 * support for user defined base seek time
303 * support for user defined tag type in left column of media library
304 * support for user defined display format in album column of media library
305 * support for basic mpc commands and command line arguments
306 * adding items to playlist can be done like in ncmpc
307 * fetching lyrics and artist's info doesn't lock ncmpcpp anymore
308 * changed place of storing config files
309 * list of recently used patterns in tag editor is now remembered
311 ncmpcpp-0.2.3 (2008-09-20)
313 * new screen - complex tag editor (with albums/directories view)
314 * brand new song info screen (old one removed)
315 * support for renaming files and directories
316 * support for reading tags from filename
317 * support for editing artist and album in media library
318 * support for playlist renaming
319 * support for following lyrics of now playing song
320 * support for fetching artist's info from last.fm
321 * fixed compilation for Mac OS X and *BSD
322 * fixed compilation for older gcc versions
323 * extended configuration (e.g. all colors can be user-defined)
324 * 'repeat one song' mode works with random mode now
325 * incremental seeking (old behaviour is still available through config)
326 * a bunch of fixes and improvements
328 ncmpcpp-0.2.2 (2008-09-05)
330 * new screen - playlist editor
331 * new playlist view - columns
332 * playlist view switcher added (key 'p' by default)
333 * find function modes added (wrapped/normal, switch is 'w' by default)
334 * albums in media library sorted by year (and it's also displayed)
335 * multiple items selection support and related functions added
336 * playlists management support
337 * new function - "go to dir containing selected song" (key 'G' by default)
338 * moving items improved
339 * lots of minor fixes
341 ncmpcpp-0.2.1 (2008-08-27)
343 * support for composer, performer and disc tag
344 * customizable keybindings
345 * "add" option added
346 * example config files are installed automatically now
347 * "repeat one song" mode added (works only if ncmpcpp is running)
348 * minor fixes, improvements etc.
350 ncmpcpp-0.2 (2008-08-20)
352 * libmpd dependency dropped
353 * pkgconfig is not needed anymore
354 * ncmpcpp now shows more info if it cannot connect to mpd
355 * proper handling for mpd password added
356 * if ncmpcpp lose connection to mpd it'll try to reconnect
357 * playlist status added
358 * new screen - lyrics
359 * switching between playlist and browser with tab key added
360 * alternate movement keys added (j and k keys)
361 * auto center mode added
362 * new option - crossfade can be set to any value now (X key)
363 * new option - going to parent directory in browser using backspace key
364 * issue with backspace key fixed
365 * sorting items in browser is case insensitive now
366 * many fixes and improvements
368 ncmpcpp-0.1.2 (2008-08-12)
370 * parts of interface are hideable now
371 * new screen - media library
372 * new option - crop (it removes all songs from playlist except the playing one)
373 * many fixes and optimizations
375 ncmpcpp-0.1.1 (2008-08-07)
377 * add example configuration file
378 * configure.in now works as expected
379 * taglib dependency is optional now
380 * more customizable options