[Xfce4-commits] [panel-plugins/xfce4-whiskermenu-plugin] 198/473: Bump version number.
noreply at xfce.org
noreply at xfce.org
Mon Feb 16 23:56:08 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 7f81f417f49c501f4397fb06409051a8a7ecd9a1
Author: Graeme Gott <graeme at gottcode.org>
Date: Tue Oct 29 14:41:07 2013 -0400
Bump version number.
---
NEWS | 15 +++++++++++++++
xfce4-popup-whiskermenu.in | 2 +-
2 files changed, 16 insertions(+), 1 deletion(-)
diff --git a/NEWS b/NEWS
index 6827ad8..b417892 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,18 @@
+1.2.0
+=====
+- Fix popup script to show correct version information.
+- Fix memory leak when reloading applications.
+- Fix favorites and recent deleted when menu failed to load.
+- Add option to load menu hierarchy.
+- Add option to not include favorites in recently used.
+- Add options to set custom commands.
+- Add option to show recently used by default.
+- Add option to position search entry next to panel button.
+- Add option to position command buttons next to search entry.
+- Add manual page for popup script.
+- Use tabs for configuration dialog layout.
+- Translation updates: Brazilian Portuguese, Bulgarian, Catalan, Croatian, Danish, Dutch, Finnish, French, German, Greek, Hebrew, Italian, Japanese, Malay, Norwegian Bokmål, Polish, Portuguese, Romanian, Russian, Serbian (Latin), Slovak, Spanish, Uzbek.
+
1.1.1
=====
- Add name to main widget to allow styling.
diff --git a/xfce4-popup-whiskermenu.in b/xfce4-popup-whiskermenu.in
index 630e144..90cbf11 100644
--- a/xfce4-popup-whiskermenu.in
+++ b/xfce4-popup-whiskermenu.in
@@ -35,7 +35,7 @@ case "$1" in
exit 0
;;
-V|--version)
- echo "$(basename $0) 1.1.1"
+ echo "$(basename $0) 1.2.0"
echo "Copyright (C) 2013 Graeme Gott"
exit 0
;;
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the Xfce4-commits
mailing list