update NEWS / version bump
This commit is contained in:
9
NEWS
9
NEWS
@@ -1,3 +1,12 @@
|
|||||||
|
ncmpcpp-0.5.7
|
||||||
|
|
||||||
|
* convert input path to utf8 before calling 'add' command
|
||||||
|
* extras: add program that copies Artist to AlbumArtist for mp3/ogg/flac files
|
||||||
|
* lyrics fetcher: add support for lyricsvip.com
|
||||||
|
* lyrics fetcher: skip lyricwiki if there's licence restriction on lyrics
|
||||||
|
* tag editor: do not convert filenames back to utf8 while reading files using taglib
|
||||||
|
* search engine: fix error occuring while trying to select first album in results
|
||||||
|
|
||||||
ncmpcpp-0.5.6
|
ncmpcpp-0.5.6
|
||||||
|
|
||||||
* settings: make displaying 'empty tag' entry optional
|
* settings: make displaying 'empty tag' entry optional
|
||||||
|
|||||||
@@ -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.7_pre)
|
AM_INIT_AUTOMAKE(ncmpcpp, 0.5.7)
|
||||||
|
|
||||||
AC_PREREQ(2.59)
|
AC_PREREQ(2.59)
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user