release 1.3.1

master
Landry Breuil 2017-02-09 20:42:29 +01:00
parent 0902fcbb7d
commit a6f9158723
2 changed files with 8 additions and 1 deletions

7
NEWS
View File

@ -1,3 +1,10 @@
1.3.1
=====
- Set progressbar minimal width and height depending on the orientation (#12941,#12949)
- Apply css on the correct widget class for Gtk 3.16/3.18
- rework the use of GtkCssProvider to use a singleton
- da and oc translation updates
1.3.0
=====
- Fix progress bar grow direction in deskbar and vertical modes

View File

@ -7,7 +7,7 @@ dnl Copyright 2010 Florian Rivoal <frivoal@xfce.org>
dnl Copyright 2014 Mike Massonnet <mmassonnet@xfce.org>
dnl
m4_define([netload_version],[1.3.0])
m4_define([netload_version],[1.3.1])
AC_INIT([xfce4-netload-plugin], [netload_version],
[goodies-dev@xfce.org])