diff options
-rw-r--r-- | NEWS | 14 | ||||
-rw-r--r-- | configure.ac | 2 |
2 files changed, 15 insertions, 1 deletions
@@ -1,3 +1,17 @@ +### 3.22.18 (GTK 3.22) + + sync with transifex + Menta/Submarine: fix backdrop/focus state with gnome-disk-utility + submarine: reduce button radius + submarine: fix headerbar backdrop state button jumping + some themes: drop styling for eom sidebar buttons + submarine: give emoji-picker popup a nicer look + submarine: few fixes for buttons in titlebar and popovers + submarine: fix font color in lightdm-settings + highcontrast: Use normal titlebar size for utility windows + all themes: add a thiny border to the panel + submarine: fix borders in filechooser placessidebar + ### 3.22.17 (GTK 3.22) * sync with transifex diff --git a/configure.ac b/configure.ac index 97ee7fc9..76f77df7 100644 --- a/configure.ac +++ b/configure.ac @@ -1,6 +1,6 @@ AC_PREREQ(2.53) -AC_INIT([mate-themes], [3.22.17], [http://www.mate-desktop.org]) +AC_INIT([mate-themes], [3.22.18], [http://www.mate-desktop.org]) AC_CONFIG_SRCDIR([icon-themes]) AM_INIT_AUTOMAKE([1.9 tar-ustar dist-xz no-dist-gzip check-news]) |