This is an automated email from the git hooks/post-receive script. T o Z 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-genmon-plugin.
commit 50b26c7e12e80cb920ead18f857dc3042eea5ae9 Author: ToZ <[email protected]> Date: Sun Oct 29 13:56:24 2017 -0400 Prepare for new release. --- NEWS | 7 +++++++ README | 4 +++- configure.ac.in | 3 ++- 3 files changed, 12 insertions(+), 2 deletions(-) diff --git a/NEWS b/NEWS index ff3af7a..cf9be1f 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,10 @@ +4.0.1 (2017/10/29) +================== +- Allow pango markup in tooltip as well +- Added some extra sample scripts (twit, google calendar, sysstat) +- Enhanced CSS styling capabilites (see 'CSS Styling.txt' doc) +- Fix progressbar wrong direction + 4.0.0 (2017/02/25) ================== - Fix PangoFontDescription not being able to display initial default string diff --git a/README b/README index 945cb15..aa79cc7 100644 --- a/README +++ b/README @@ -75,7 +75,7 @@ returns to its original behaviour (displaying the result of the command). No tag is mandatory: for instance, you can display a tooltip without and image... -The text between the <txt> and </txt> tag can use pango markup for style and color. +The text between the <txt> and </txt>, and the <tool> and </tool> tags can use pango markup for style and color. Here's a simple example of a plugin displaying the Temp of the CPU in the panel (with an icon) and the Freq in a Tooltip: @@ -110,6 +110,8 @@ To refresh the plugin, issue the command: where "genmon-X" is the widget name of the particular genmon instance. To get this name, go to the panel properties screen and on the Items tab, hover your mouse over the genmon plugin to get it's internal name. +GTK3 CSS styling capabilites have been enhanced. Please refer to the 'CSS Styling.txt' document for more information. + 6 - Bugs ---- diff --git a/configure.ac.in b/configure.ac.in index a8084c2..64afbd8 100644 --- a/configure.ac.in +++ b/configure.ac.in @@ -4,9 +4,10 @@ dnl xfce4-genmon-plugin - Generic Monitor plugin for xfce4-panel dnl dnl 2004 Roger Seguin <[email protected]> dnl 2006 Julien Devemy <[email protected]> +dnl 2016 Tony Paulic <[email protected]> dnl -m4_define([genmon_version],[4.0.0]) +m4_define([genmon_version],[4.0.1]) AC_INIT([xfce4-genmon-plugin], [genmon_version], [[email protected]]) -- 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
