summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrzej Rybczak <electricityispower@gmail.com>2014-09-03 23:20:25 +0200
committerAndrzej Rybczak <electricityispower@gmail.com>2014-09-03 23:20:25 +0200
commitb4a8b136c9c78abae8755242cc3c4e5d7edd21c2 (patch)
tree007e25ccd7b0d61bbc31adf34b8e034418521330
parentc1c47bdfc456689c04c4da475277615bf90c7c42 (diff)
update NEWS and change version to 0.6_beta20.6_beta2
-rw-r--r--NEWS9
-rw-r--r--configure.ac2
2 files changed, 10 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 006cc3e3..0a2cfed5 100644
--- a/NEWS
+++ b/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
* Support for polling communication mode has been removed. Additionally, MPD version >= 0.16 is required.
diff --git a/configure.ac b/configure.ac
index 38d6b021..ec05222f 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,7 +1,7 @@
AC_INIT(configure.ac)
AC_CONFIG_HEADERS(config.h)
-AM_INIT_AUTOMAKE(ncmpcpp, 0.6_beta1)
+AM_INIT_AUTOMAKE(ncmpcpp, 0.6_beta2)
AC_PREREQ(2.59)