diff options
author | raveit65 <[email protected]> | 2018-05-27 18:38:16 +0200 |
---|---|---|
committer | raveit65 <[email protected]> | 2018-05-27 18:38:16 +0200 |
commit | 50435695c33cd9515d7719cb639d8d8aeb74782b (patch) | |
tree | 308ff486bf692da7ec0b94b6870c4e54b657ce99 | |
parent | 98b1b52c4bccb7e13d063b1a44ae1c909efec477 (diff) | |
download | mate-control-center-1.21.0.tar.bz2 mate-control-center-1.21.0.tar.xz |
release 1.21.0v1.21.0
-rw-r--r-- | NEWS | 23 | ||||
-rw-r--r-- | configure.ac | 2 |
2 files changed, 24 insertions, 1 deletions
@@ -1,3 +1,26 @@ +### mate-control-center 1.21.0 + + * sync with transifex + * update mate-control-center.pot + * bump required version of mate-menus + * use new mate-menus api + * use new api + * use matemenu_tree_new + * appearance: fixed more indents + * appearance: fixed indentations + * appearance: add buttons-have-icons switch + * mouse: add middle button emulation switch + * display-capplet: add css name for scrollarea + * Change cursor-size to 24px + * Scale cursor size for HiDPI when changing themes + * Fix screen geometry to account for rotation when snapping. + * Add auto-detect toggle switch + * theme-util.c: fix segfault on attempt to delete custom theme + * theme-thumbnail.c: avoid deprecated GtkButton:use-stock + * avoid deprecated GtkStock + * Remove useless parameter in mate_theme_install_real + * theme-installer.c: add tips when reinstall a existed theme + ### mate-control-center 1.20.0 * Scale font DPI for HiDPI displays diff --git a/configure.ac b/configure.ac index dd0ea9b3..2a9bc735 100644 --- a/configure.ac +++ b/configure.ac @@ -1,4 +1,4 @@ -AC_INIT([mate-control-center], [1.20.0], [http://www.mate-desktop.org/]) +AC_INIT([mate-control-center], [1.21.0], [http://www.mate-desktop.org/]) AC_CONFIG_MACRO_DIR([m4]) AC_CONFIG_SRCDIR([shell]) |