update NEWS / 0.5.9 release

This commit is contained in:
Andrzej Rybczak
2012-03-17 16:58:21 +01:00
parent 8e369252f4
commit dbcea51d2a
2 changed files with 12 additions and 1 deletions

11
NEWS
View File

@@ -1,3 +1,14 @@
ncmpcpp-0.5.9
* new feature: support for fetching lyrics for currently playing song in background
* new feature: support for stereo visualization
* new feature: support for merging screens together
* playlist editor: add support for columns display mode
* settings: provide a way to use alternative location for configuration file
* settings: make characters used in visualizer customizable
* lyrics fetcher: add support for lololyrics.com
* various bugfixes
ncmpcpp-0.5.8
* lyrics fetcher: add support for justsomelyrics.com

View File

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