@ -1,3 +1,10 @@
ncmpcpp-0.5.8
* lyrics fetcher: add support for justsomelyrics.com
* add command line switch -s/--screen for switching screen at startup
* add proper support for asx/cue/m3u/pls/xspf playlists
* bugfixes
ncmpcpp-0.5.7
* convert input path to utf8 before calling 'add' command
@ -1,7 +1,7 @@
AC_INIT(configure.in)
AM_CONFIG_HEADER(config.h)
AM_INIT_AUTOMAKE(ncmpcpp, 0.5.8_pre)
AM_INIT_AUTOMAKE(ncmpcpp, 0.5.8)
AC_PREREQ(2.59)