diff options
author | raveit65 <[email protected]> | 2023-08-23 09:36:12 +0200 |
---|---|---|
committer | raveit65 <[email protected]> | 2023-08-23 09:36:12 +0200 |
commit | 34af0e1b375a59508cc79e6f87140e9358d0b1a3 (patch) | |
tree | 2d43821dd9a739422a97b057d1509d06c6eb5790 | |
parent | 892b53526cbd9c08c8b62e1a3a6195c93d898ee9 (diff) | |
download | mate-panel-34af0e1b375a59508cc79e6f87140e9358d0b1a3.tar.bz2 mate-panel-34af0e1b375a59508cc79e6f87140e9358d0b1a3.tar.xz |
release 1.27.2v1.27.2
-rw-r--r-- | NEWS | 24 | ||||
-rw-r--r-- | configure.ac | 2 |
2 files changed, 25 insertions, 1 deletions
@@ -1,4 +1,27 @@ +### mate-panel 1.27.2 + + * update translations + libmate-panel-applet: don't use panel plug to find the screen + wayland-tasklist: really set maximum label width + wayland tasklist: fit buttons to tasklist, limit button size, hide contents as necessary + notification-area: stop warning on removal + Update org.mate.panel.object schema descriptions + button-widget.c: replace tabs with 4 spaces + Wayland: Fix blurry rendering of panel launcher icons + Wayland: ensure tasklist buttons get widget name + wayland: stop tasklist overflowing over other applets + Clock applet/wayland: position calendar window same as in x11 + libmate-panel-applet/Makefile.am: Fix build with gettext 0.22 + Fix distribution of applet service files + Wayland, Tray applet: allow in-process applet to load, using SNI only (#1372) + Wayland, hidpi: do not scale buttons in wayland (#1370) + tell dconf-edit about relocatable schemas (#1355) + applets/wncklet/wayland-backend: Add basic icon support (#1275) + applets/wncklet/wayland-backend: Add basic context menu (#1276) + panel-run-dialog: Add accelerator keys for "list of known applications" (#1359) + ### mate-panel 1.27.1 + * update translations * Clock Applet: Update date/time and weather after resume from sleep mode * Update window-list.c @@ -28,6 +51,7 @@ * wncklet: do not exceed workspace number when setting n_rows ### mate-panel 1.27.0 + * update translations * wncklet: The values stored in the wrapper hash table are incorrect * notification_area: fix build warning -Wbad-function-cast diff --git a/configure.ac b/configure.ac index bfa9afc2..940eeb36 100644 --- a/configure.ac +++ b/configure.ac @@ -1,4 +1,4 @@ -AC_INIT([mate-panel], [1.27.1], [https://github.com/mate-desktop/mate-panel/issues], +AC_INIT([mate-panel], [1.27.2], [https://github.com/mate-desktop/mate-panel/issues], [mate-panel], [https://mate-desktop.org]) AC_CONFIG_HEADERS(config.h) AM_INIT_AUTOMAKE([1.9 no-dist-gzip dist-xz tar-ustar -Wno-portability check-news]) |