fix typo, update NEWS & version bump
This commit is contained in:
15
NEWS
15
NEWS
@@ -1,3 +1,18 @@
|
|||||||
|
ncmpcpp-0.2.4
|
||||||
|
|
||||||
|
+ fixed bug with not null terminated strings on mac os x
|
||||||
|
+ support for renaming files in tiny tag editor
|
||||||
|
+ support for editing composer, performer and disc tag in mp3 files
|
||||||
|
+ support for user defined base seek time
|
||||||
|
+ support for user defined tag type in left column of media library
|
||||||
|
+ support for user defined display format in album column of media library
|
||||||
|
+ support for basic mpc commands and command line arguments
|
||||||
|
+ adding items to playlist can be done like in ncmpc
|
||||||
|
+ fetching lyrics and artist's info doesn't lock ncmpcpp anymore
|
||||||
|
+ changed place of storing config files
|
||||||
|
+ list of recently used patterns in tag editor is now remembered
|
||||||
|
|
||||||
|
|
||||||
ncmpcpp-0.2.3
|
ncmpcpp-0.2.3
|
||||||
|
|
||||||
+ new screen - complex tag editor (with albums/directories view)
|
+ new screen - complex tag editor (with albums/directories view)
|
||||||
|
|||||||
@@ -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.2.4_pre)
|
AM_INIT_AUTOMAKE(ncmpcpp, 0.2.4)
|
||||||
|
|
||||||
AC_PREREQ(2.59)
|
AC_PREREQ(2.59)
|
||||||
|
|
||||||
|
|||||||
@@ -77,7 +77,7 @@ bool ParseArgv(vector<string> &v)
|
|||||||
if (*it == "-v" || *it == "--version")
|
if (*it == "-v" || *it == "--version")
|
||||||
{
|
{
|
||||||
cout << "ncmpcpp version: " << VERSION << endl
|
cout << "ncmpcpp version: " << VERSION << endl
|
||||||
<< "build with support for:"
|
<< "built with support for:"
|
||||||
# ifdef HAVE_CURL_CURL_H
|
# ifdef HAVE_CURL_CURL_H
|
||||||
<< " curl"
|
<< " curl"
|
||||||
# endif
|
# endif
|
||||||
|
|||||||
Reference in New Issue
Block a user