diff options
author | raveit65 <[email protected]> | 2018-03-25 20:50:31 +0200 |
---|---|---|
committer | raveit65 <[email protected]> | 2018-03-25 21:09:58 +0200 |
commit | 3bb4ce03762f1a94e6e085b5c072f97914de1e70 (patch) | |
tree | c84466a9c391e4fecb804daff20bfd921afe3e02 | |
parent | db865a185753f109e15a468bf18d9e5ddf1f565f (diff) | |
download | mate-panel-3bb4ce03762f1a94e6e085b5c072f97914de1e70.tar.bz2 mate-panel-3bb4ce03762f1a94e6e085b5c072f97914de1e70.tar.xz |
release 1.20.1v1.20.1
-rw-r--r-- | NEWS | 24 | ||||
-rw-r--r-- | configure.ac | 2 |
2 files changed, 25 insertions, 1 deletions
@@ -1,3 +1,27 @@ +### mate-panel 1.20.1 + + workspace-switcher: support i3 WM + Fix rendering of out-of-process window list with hidpi + workspace-switcher: support metacity WM + Apply fix for workspace-switcher + hidpi: fix tray icon spacing with window-scaling > 1 + Fix out-of-process applet sizes for HiDPI + Fix hide buttons make panel bigger + run dialog: force icon size when loading app icon + run dialog: fix expand of content on window resize + Fix run dialog show-program-list enabling fix + run-dialog: use F6 to switch between entry field and program list + Fix strut sizes for HiDPI multi-monitors + Do not down-scale monitor geometries for GDK monitors + Scale monitor geometries down to device pixels to support multiple monitors in HiDPI + +commit 13940c6221d0eb062352d238a45b879e65116fc6 +Author: info-cppsp <[email protected]> +Date: Tue Feb 6 16:24:14 2018 +0100 + + Drawer cleanup and fix arrow behavior + + ### mate-panel 1.20.0 * Translations update diff --git a/configure.ac b/configure.ac index 87a77516..f0887585 100644 --- a/configure.ac +++ b/configure.ac @@ -1,4 +1,4 @@ -AC_INIT([mate-panel], [1.20.0], [https://github.com/mate-desktop/mate-panel/issues], +AC_INIT([mate-panel], [1.20.1], [https://github.com/mate-desktop/mate-panel/issues], [mate-panel], [http://www.mate-desktop.org]) AC_CONFIG_HEADERS(config.h) AM_INIT_AUTOMAKE([1.9 no-dist-gzip dist-xz tar-ustar -Wno-portability check-news]) |