diff options
author | raveit65 <[email protected]> | 2019-06-17 18:08:26 +0200 |
---|---|---|
committer | raveit65 <[email protected]> | 2019-06-17 19:23:44 +0200 |
commit | 9721a255197643ad9fb67feef174e460232b9ba7 (patch) | |
tree | b0348e82152f014c962033906255c299621b6af3 | |
parent | 245536c112645575139e7c57e797ba421e528158 (diff) | |
download | mate-themes-3.22.20.tar.bz2 mate-themes-3.22.20.tar.xz |
release 3.22.20v3.22.20
-rw-r--r-- | NEWS | 22 | ||||
-rw-r--r-- | configure.ac | 2 |
2 files changed, 23 insertions, 1 deletions
@@ -1,3 +1,25 @@ +### 3.22.20 (GTK 3.22) + + * Translations update + * GreenLaguna: add selectable metacity theme with borders + * BlackMATE: Restore 1px border metacity theme for the composited case + * BlackMATE: add selectable metacity theme with borders + * Submarine: add metacity themes with huge borders + * Menta: add selectable metacity theme with borders + * Change url project's website + * GreenSubmarine: use menta icon theme + * BlackMATE: provide enough border to resize windows with recent changes elsewhere + * GreenLaguna: add metacity-theme-3.xml version back + * include GtkStock icons directly in HCI + * all themes: adjustments for headerbars + * Update mate-desktop icon for ContrastHigh theme + * Remove unused icons + * Menta: metacity-3, rounded corners for modal-dialogs + * Menta: improve GtkSwitch + * Menta: improve metacity-theme-3 + * menta: GtkSwich, disable on/off characters + * Rename gnome-power-manager.png to mate-power-manager.png + ### 3.22.19 (GTK 3.22) * Translations update diff --git a/configure.ac b/configure.ac index 15c4b7b4..07d44456 100644 --- a/configure.ac +++ b/configure.ac @@ -1,6 +1,6 @@ AC_PREREQ(2.53) -AC_INIT([mate-themes], [3.22.19], [https://mate-desktop.org]) +AC_INIT([mate-themes], [3.22.20], [https://mate-desktop.org]) AC_CONFIG_SRCDIR([icon-themes]) AM_INIT_AUTOMAKE([1.9 tar-ustar dist-xz no-dist-gzip check-news]) |