update NEWS / version bump

This commit is contained in:
Andrzej Rybczak
2010-09-04 22:52:38 +02:00
parent f90176ffee
commit 13bcbcc14d
2 changed files with 20 additions and 1 deletions

19
NEWS
View File

@@ -1,3 +1,22 @@
ncmpcpp-0.5.5
* new feature: select album around cursor
* new feature: 'replay' function
* fixed feature: display separators between albums
* playlist: support for adding last.fm streams
* browser: support for operations on m3u playlists not created by MPD
* browser: support for deleting group of selected items
* media library: show songs with primary tag unspecified
* lyrics: new fetching system
* lyrics: support for storing lyrics in song's directory
* artist info: support for preffered language
* settings: support for custom visualization color
* settings: support for 'empty' part of progressbar in progressbar_look
* settings: new config option: titles_visibility
* song format: support for limiting maximal length of a tag
* a lot of minor fixes
ncmpcpp-0.5.4
* new feature: toggle bitrate visibility at runtime

View File

@@ -1,7 +1,7 @@
AC_INIT(configure.in)
AM_CONFIG_HEADER(config.h)
AM_INIT_AUTOMAKE(ncmpcpp, 0.5.5_pre)
AM_INIT_AUTOMAKE(ncmpcpp, 0.5.5)
AC_PREREQ(2.59)