[Xfce4-commits] [panel-plugins/xfce4-whiskermenu-plugin] 01/02: Bump version number.
noreply at xfce.org
noreply at xfce.org
Mon Feb 10 12:12:06 CET 2020
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 7026060e4f46ebe60ce36627e95791f412f81993
Author: Graeme Gott <graeme at gottcode.org>
Date: Mon Feb 10 05:44:45 2020 -0500
Bump version number.
---
CMakeLists.txt | 4 ++--
NEWS | 24 ++++++++++++++++++++++++
2 files changed, 26 insertions(+), 2 deletions(-)
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 0fff3a1..07c46da 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -4,9 +4,9 @@ project(whiskermenu)
# version number
set(whiskermenu_version_major "2")
-set(whiskermenu_version_minor "3")
+set(whiskermenu_version_minor "4")
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 c7e6503..5a9015b 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,27 @@
+2.4.0
+=====
+- Add option to show as icons. (bug #15675)
+- Add hiding menu items. (bug #14816)
+- Add searching keywords of menu items. (bug #15047)
+- Add tooltip to profile picture for editing profile. (bug #15501)
+- Adjust wording of switch user command. (bug #15398)
+- Add icons to context menu.
+- New default layout.
+- Make panel button square only if single row and title hidden.
+- Rearrange settings dialog.
+- Redesign session confirmation dialogs.
+- Refactor code.
+- Rewrite menu load to match GarconGtkMenu.
+- Switch categories with keyboard focus if hover enabled.
+- Use custom icon renderer.
+- Use link time optimization if available.
+- Increase C++ version.
+- Translation updates: Bulgarian, Catalan, Chinese (Taiwan), Czech,
+ Danish, Dutch, Finnish, French, Galician, Georgian, German, Greek,
+ Icelandic, Indonesian, Interlingue, Italian, Japanese, Lithuanian,
+ Malay, Nepali, Norwegian Bokmål, Polish, Portuguese,
+ Portuguese (Brazil), Slovak, Spanish, Turkish.
+
2.3.5
=====
- Fix saving unchanged plugin title. (bug #15403)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the Xfce4-commits
mailing list