[Xfce4-commits] [panel-plugins/xfce4-whiskermenu-plugin] 01/02: Bump version number.
noreply at xfce.org
noreply at xfce.org
Wed Feb 18 19:56:24 CET 2015
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 623bdb1cb69be38ef8c9933649121e6545e9377d
Author: Graeme Gott <graeme at gottcode.org>
Date: Wed Feb 18 13:27:53 2015 -0500
Bump version number.
---
CMakeLists.txt | 4 ++--
NEWS | 25 +++++++++++++++++++++++++
2 files changed, 27 insertions(+), 2 deletions(-)
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 6dc75e6..41bc489 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -4,9 +4,9 @@ project(whiskermenu)
# version number
set(whiskermenu_version_major "1")
-set(whiskermenu_version_minor "4")
+set(whiskermenu_version_minor "5")
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 be5b518..60a0e23 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,28 @@
+1.5.0
+=====
+- Fix search activation to allow input methods.
+- Fix broken menu when closed by window manager.
+- Fix unnecessary assignment to NULL.
+- Fix possible null pointer dereference.
+- Add option to set background opacity.
+- Add command to edit profile.
+- Add profile picture.
+- Add customizable limit for recently used.
+- Add support for non-square panel button icon.
+- Add items of Xfce settings manager to allow searching.
+- Expand subcategories when activated.
+- Load default settings from XDG location.
+- Make launchers executable when they are added to desktop.
+- Rearrange options in configuration dialog.
+- Refactor list page code.
+- Rename option for including favorites in recently used.
+- Rename option to use single panel row.
+- Rename button to match default menu applet.
+- Use a single instance of the garcon menu.
+- Translation updates: Bulgarian, Catalan, Dutch, French, German, Hebrew,
+ Italian, Japanese, Lithuanian, Polish, Portuguese, Slovak, Slovenian,
+ Spanish, Swedish, Turkish, Chinese (Taiwan).
+
1.4.3
=====
- Fix hang at launch by removing load thread.
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the Xfce4-commits
mailing list