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