update NEWS / version bump

This commit is contained in:
Andrzej Rybczak
2009-12-31 12:05:21 +01:00
parent 444354f860
commit f7d9f89b12
2 changed files with 17 additions and 1 deletions

16
NEWS
View File

@@ -1,3 +1,19 @@
ncmpcpp-0.5
+ bash completion support
+ libmpdclient2 support
+ "idle" command support
+ new screen: mpd server info
+ new feature: sort songs in browser by mtime
+ new feature: lyrics "refreshing"
+ new feature: toggle replay gain mode
+ new feature: support for centered cursor
+ new feature: add selected items to playlist at given position
+ playlist: support for range sort/reverse
+ tag editor: support for numerating tracks using xx/xx format
+ a lot of minor fixes
ncmpcpp-0.4.1 ncmpcpp-0.4.1
+ support for writing performer, composer and disc tags into ogg and flac files + support for writing performer, composer and disc tags into ogg and flac files

View File

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