This is an automated email from the git hooks/post-receive script.

ninetls pushed a 
commit to branch 
master
in repository panel-plugins/xfce4-statusnotifier-plugin.

commit 20b66aea2298fbbeaf407dfe65dbfd6c3c8f6653
Author: Viktor Odintsev <[email protected]>
Date:   Thu Sep 7 10:17:54 2017 +0300

    Updates for release
---
 NEWS            | 15 +++++++++++++++
 configure.ac.in |  4 ++--
 2 files changed, 17 insertions(+), 2 deletions(-)

diff --git a/NEWS b/NEWS
index c89e6c5..a6e7634 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,18 @@
+0.2.0
+=====
+- Added support for symbolic icons
+- Fixed incorrect positioning of menu
+- Fixed incorrect icon size
+- Right click now always opens menu
+  (unless "Menu is primary action" is checked)
+- Ctrl + right click now opens plugin menu
+- A complete StatusNotifierWatcher spec was implemented
+- Fixed some memory leaks
+- Translation updates: Bulgarian, Catalan, Chinese (China), Chinese (Taiwan),
+  Croatian, Czech, Danish, Dutch, French, German, Hebrew, Indonesian, Korean,
+  Lithuanian, Malay, Norwegian Bokmål, Polish, Portuguese, Portuguese (Brazil),
+  Russian, Serbian, Slovak, Slovenian, Spanish, Swedish, Turkish
+
 0.1.0
 =====
 - Initial release.
diff --git a/configure.ac.in b/configure.ac.in
index aa10c71..55d8e92 100644
--- a/configure.ac.in
+++ b/configure.ac.in
@@ -7,11 +7,11 @@ dnl ***************************
 dnl *** Version information ***
 dnl ***************************
 m4_define([sn_version_major], [0])
-m4_define([sn_version_minor], [1])
+m4_define([sn_version_minor], [2])
 m4_define([sn_version_micro], [0])
 m4_define([sn_version_nano],  [])
 m4_define([sn_version_build], [@REVISION@])
-m4_define([sn_version_tag],   [git])
+m4_define([sn_version_tag],   [])
 m4_define([sn_version], 
[sn_version_major().sn_version_minor().sn_version_micro()ifelse(sn_version_nano(),
 [], [], [.sn_version_nano()])ifelse(sn_version_tag(), [git], 
[sn_version_tag()-sn_version_build()], [sn_version_tag()])])
 
 dnl ***************************

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.
_______________________________________________
Xfce4-commits mailing list
[email protected]
https://mail.xfce.org/mailman/listinfo/xfce4-commits

Reply via email to