diff --git a/NEWS b/NEWS index 5ed3c4e0..4625e936 100644 --- a/NEWS +++ b/NEWS @@ -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 + support for writing performer, composer and disc tags into ogg and flac files diff --git a/configure.in b/configure.in index 17306b3b..2eaa380c 100644 --- a/configure.in +++ b/configure.in @@ -1,7 +1,7 @@ AC_INIT(configure.in) AM_CONFIG_HEADER(config.h) -AM_INIT_AUTOMAKE(ncmpcpp, 0.5_pre) +AM_INIT_AUTOMAKE(ncmpcpp, 0.5) AC_PREREQ(2.59)