[Xfce4-commits] [panel-plugins/xfce4-whiskermenu-plugin] 01/02: Bump version number.
noreply at xfce.org
noreply at xfce.org
Mon May 21 13:53:20 CEST 2018
This is an automated email from the git hooks/post-receive script.
g o t t c o d e p u s h e d a c o m m i t t o b r a n c h m a s t e r
in repository panel-plugins/xfce4-whiskermenu-plugin.
commit 4992656790649b5e749e94a97555f3dd5331481f
Author: Graeme Gott <graeme at gottcode.org>
Date: Mon May 21 07:45:01 2018 -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 c63390f..53e3f29 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -4,9 +4,9 @@ project(whiskermenu)
# version number
set(whiskermenu_version_major "2")
-set(whiskermenu_version_minor "1")
+set(whiskermenu_version_minor "2")
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 cde85d4..7f3f074 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,16 @@
+2.2.0
+=====
+- Fix panel icon size not following theme.
+- Disable opacity option when non-composited.
+- Rename option for including favorites in recent.
+- Load applications in a thread. (bug #12903)
+- Slide out search results.
+- Require GTK+ version 3.22.
+- Translation updates: Amharic, Belarusian, Bulgarian, Catalan,
+ Chinese (China), Chinese (Taiwan), Croatian, Czech, Danish, Dutch,
+ Esperanto, French, German, Lithuanian, Nepali, Polish, Portuguese,
+ Portuguese (Brazil), Romanian, Russian, Slovak, Slovenian, Turkish.
+
2.1.7
=====
- Fix memory leak when recreating window.
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the Xfce4-commits
mailing list