update NEWS / 0.5.9 release

master
Andrzej Rybczak 14 years ago
parent 8e369252f4
commit dbcea51d2a
  1. 11
      NEWS
  2. 2
      configure.in

11
NEWS

@ -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

@ -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)

Loading…
Cancel
Save