diff options
author | raveit65 <[email protected]> | 2023-05-14 15:00:50 +0200 |
---|---|---|
committer | raveit65 <[email protected]> | 2023-05-14 15:00:50 +0200 |
commit | 22a54631133b7acd4358cf2291fde43073125806 (patch) | |
tree | 0da7d2686d0b322818a52092db27e84e226962cd | |
parent | 607dd82bb58fc1a421226e5b7ed893693e612a04 (diff) | |
download | mate-themes-22a54631133b7acd4358cf2291fde43073125806.tar.bz2 mate-themes-22a54631133b7acd4358cf2291fde43073125806.tar.xz |
release 3.22.24v3.22.24
-rw-r--r-- | NEWS | 10 | ||||
-rw-r--r-- | configure.ac | 2 |
2 files changed, 11 insertions, 1 deletions
@@ -1,3 +1,13 @@ +### 3.22.24 (GTK 3.22) + + * Translations update + * Most themes: fix border-radius of csd decorations + * Traditional*: Fix selectors for toolbar buttons (#302) + * Fix headerbar rendering in GNOME 1.41 apps + * Fix button states of charpick-applet with Yaru themes + * BLACKMATE: fix dictionary applet in panel + * BlackMATE: fix issues with tasklist, charpick buttons + ### 3.22.23 (GTK 3.22) * Translations update diff --git a/configure.ac b/configure.ac index 469e5fae..aad8e792 100644 --- a/configure.ac +++ b/configure.ac @@ -1,6 +1,6 @@ AC_PREREQ(2.53) -AC_INIT([mate-themes], [3.22.23], [https://mate-desktop.org]) +AC_INIT([mate-themes], [3.22.24], [https://mate-desktop.org]) AC_CONFIG_SRCDIR([icon-themes]) AM_INIT_AUTOMAKE([1.9 tar-ustar dist-xz no-dist-gzip check-news]) |