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