diff options
author | raveit65 <[email protected]> | 2019-10-12 12:10:18 +0200 |
---|---|---|
committer | raveit65 <[email protected]> | 2019-10-12 12:10:18 +0200 |
commit | 25130d5c3194eba42c9908aacc05c627548bce8b (patch) | |
tree | b6579dce31ce8edd4023131a1d8c4be6e91a5fba | |
parent | 20f6ac1b7080d62305a240049ab0b7c1c3c14941 (diff) | |
download | mate-icon-theme-1.23.2.tar.bz2 mate-icon-theme-1.23.2.tar.xz |
release 1.23.2v1.23.2
-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]) |