update NEWS and change version to 0.6_beta2
This commit is contained in:
9
NEWS
9
NEWS
@@ -1,3 +1,12 @@
|
|||||||
|
ncmpcpp-0.6_beta2
|
||||||
|
|
||||||
|
* Fixed the issue that prevented MPD flags toggling from working properly.
|
||||||
|
* Song change event is now properly handled after song ends with consume flag active.
|
||||||
|
* ncmpcpp now operates in raw terminal mode and ignores SIGINT.
|
||||||
|
* Separators between columns in media library, playlist editor and tag editor are now reliably colored.
|
||||||
|
* Build failures due to the missing include are now fixed.
|
||||||
|
* Playlist cropping now works as expected if no item is selected.
|
||||||
|
|
||||||
ncmpcpp-0.6_beta1
|
ncmpcpp-0.6_beta1
|
||||||
|
|
||||||
* Support for polling communication mode has been removed. Additionally, MPD version >= 0.16 is required.
|
* Support for polling communication mode has been removed. Additionally, MPD version >= 0.16 is required.
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
AC_INIT(configure.ac)
|
AC_INIT(configure.ac)
|
||||||
|
|
||||||
AC_CONFIG_HEADERS(config.h)
|
AC_CONFIG_HEADERS(config.h)
|
||||||
AM_INIT_AUTOMAKE(ncmpcpp, 0.6_beta1)
|
AM_INIT_AUTOMAKE(ncmpcpp, 0.6_beta2)
|
||||||
|
|
||||||
AC_PREREQ(2.59)
|
AC_PREREQ(2.59)
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user