diff options
-rw-r--r-- | NEWS | 12 | ||||
-rw-r--r-- | configure.ac | 2 |
2 files changed, 12 insertions, 2 deletions
@@ -1,6 +1,16 @@ +### mate-icon-theme 1.23.2 + + * Translations update + * Add mate/256x256/actions/mail-send.png + * Fix mate/22x22/devices/printer.png + * Upscale 22x22px icons to 24x24px adding 1px to the edges + * Gen png mimetypes icons from paper-sheets.svg - Mate theme + * preferences-system-time.png files are not generated from sources + * Use radial gradient (Blur 13.9%, Opacity 73.4%) for MATE logo shadow + ### mate-icon-theme 1.23.1 - * tx: sync with transifex + * Translations update * add missing preferences-system-time icon * Change url project's website * use folder icon as example diff --git a/configure.ac b/configure.ac index ca00117..d58c69b 100644 --- a/configure.ac +++ b/configure.ac @@ -1,7 +1,7 @@ dnl Process this file with autoconf to produce a configure script. AC_PREREQ(2.53) -AC_INIT([mate-icon-theme], [1.23.1], [https://mate-desktop.org]) +AC_INIT([mate-icon-theme], [1.23.2], [https://mate-desktop.org]) AC_CONFIG_SRCDIR([index.theme.in.in]) AM_EXTRA_RECURSIVE_TARGETS([clean-png-icons build-png-icons]) |