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