[Xfce4-commits] [panel-plugins/xfce4-whiskermenu-plugin] 322/473: Bump version number.
noreply at xfce.org
noreply at xfce.org
Mon Feb 16 23:58:12 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 58f08321a46dd8704efbc6c2997b07c4be24e266
Author: Graeme Gott <graeme at gottcode.org>
Date: Sun Dec 29 07:36:39 2013 -0500
Bump version number.
---
CMakeLists.txt | 4 ++--
NEWS | 23 +++++++++++++++++++++++
2 files changed, 25 insertions(+), 2 deletions(-)
diff --git a/CMakeLists.txt b/CMakeLists.txt
index c0dfc49..0a9f4df 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -4,9 +4,9 @@ project(whiskermenu)
# version number
set(whiskermenu_version_major "1")
-set(whiskermenu_version_minor "2")
+set(whiskermenu_version_minor "3")
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 62b3301..59a7cbd 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,26 @@
+1.3.0
+=====
+- Fix menu artifacts when switching categories.
+- Fix undefined behavior in slots.
+- Add command to launch menu editor.
+- Add command to switch users.
+- Add hiding commands.
+- Add browsing for commands.
+- Add hiding category and launcher icons.
+- Add loading default settings from a file.
+- Add search actions.
+- Add running arbitrary programs in PATH.
+- Add dragging launchers to panel or desktop.
+- Add support for custom menu files.
+- Defer loading applications until window is shown.
+- Merge configuration dialog tabs.
+- Rearrange source files to match standard layout of Xfce plugins.
+- Reduce unnecessary reloading of applications.
+- Rewrite search model code.
+- Use a single row in Xfce 4.10 panel.
+- Use empty file for saving settings.
+- Translation updates: Asturian, Brazilian Portuguese, Bulgarian, Catalan, Chinese (Taiwan), Dutch, German, Hebrew, Hungarian, Italian, Japanese, Kazakh, Malay, Nepali, Norwegian Bokmål, Persian, Polish, Portuguese, Romanian, Russian, Serbian, Serbian (Latin), Slovak, Spanish, Turkish, Ukrainian, Uzbek.
+
1.2.2
=====
- Fix incorrect fetching of panel orientation in Xfce 4.10.
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the Xfce4-commits
mailing list