summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--NEWS24
-rw-r--r--configure.ac2
2 files changed, 25 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index d911aafb..f0e51e47 100644
--- a/NEWS
+++ b/NEWS
@@ -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])