[Xfce4-commits] [panel-plugins/xfce4-whiskermenu-plugin] 01/41: Bump version number.

noreply at xfce.org noreply at xfce.org
Sat Aug 20 18:32:15 CEST 2016


This is an automated email from the git hooks/post-receive script.

gottcode pushed a commit to branch master
in repository panel-plugins/xfce4-whiskermenu-plugin.

commit d85c3caf38b753784d34d6dc008a9c724922d411
Author: Graeme Gott <graeme at gottcode.org>
Date:   Sat Aug 20 11:56:17 2016 -0400

    Bump version number.
---
 CMakeLists.txt |  4 ++--
 NEWS           | 13 +++++++++++++
 2 files changed, 15 insertions(+), 2 deletions(-)

diff --git a/CMakeLists.txt b/CMakeLists.txt
index d87df6e..fe2521b 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -4,9 +4,9 @@ project(whiskermenu)
 
 # version number
 set(whiskermenu_version_major "1")
-set(whiskermenu_version_minor "5")
+set(whiskermenu_version_minor "6")
 set(whiskermenu_version_micro "0")
-set(whiskermenu_version_tag "git")
+set(whiskermenu_version_tag "")
 set(whiskermenu_version "${whiskermenu_version_major}.${whiskermenu_version_minor}.${whiskermenu_version_micro}")
 if(${whiskermenu_version_tag} MATCHES "git")
 	if(NOT DEFINED whiskermenu_version_build)
diff --git a/NEWS b/NEWS
index d1c25cf..79ca890 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,16 @@
+1.6.0
+=====
+- Add keyboard navigation for categories. (bug #11550)
+- Add tooltips for program descriptions. (bug #12379)
+- Add web search action.
+- Hide recent items when maximum is set to zero.
+- Prevent memory leak when changing element text.
+- Search favorites and recent first.
+- Switch to icon names from GtkStock.
+- Translation updates: Bulgarian, Catalan, Chinese (Taiwan), Czech,
+  Dutch, German, French, Hebrew, Hungarian, Lithuanian, Polish, Slovak,
+  Slovenian, Serbian, Spanish.
+
 1.5.3
 =====
 - Fix stuck button highlight. (bug #12402)

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Xfce4-commits mailing list