diff options
-rw-r--r-- | NEWS | 24 | ||||
-rw-r--r-- | configure.ac | 2 |
2 files changed, 25 insertions, 1 deletions
@@ -1,3 +1,27 @@ +### mate-applets 1.26.1 + + * update Translations + * command: fix memory leak + * charpick: fix memory leak + * multiload: fix memory leak + * geyes: consider the offset widget <-> window + * netspeed/src/backend.c: Typo fix. + * Sticky Notes applet: add documentation + * stickynotes: Popup the note menu with the keyboard + * stickynotes: Restore note popup menu that got lost in 37a85e35448f8 + * Mate Trash applet: add accessible Atk object with proper label. + * Mate Timer applet: add accessible Atk object with proper label. + * Mate Sticky notes applet: enable keyboard navigation through F6 + * Mate Sticky notes applet: make dialogs accessible. + * Mate Sticky notes applet: fix segfault when Caja isn’t running + * Mate Netspeed applet: make dialog accessible. + * Mate Netspeed applet: add accessible Atk object with proper label. + * Mate Multiload applet: add accessible Atk object with proper label. + * Mate Cpufreq applet: enable standard keyboard navigation + * Mate Command applet: add accessible Atk object with proper label. + * Mate Weather applet: make dialog accessible. + * Charpick-applet: use GtkInvisible widget + ### mate-applets 1.26.0 * update translations diff --git a/configure.ac b/configure.ac index fedebdd7..4c93932e 100644 --- a/configure.ac +++ b/configure.ac @@ -1,7 +1,7 @@ dnl *************************************************************************** dnl *** configure.in for MATE-APPLETS *** dnl *************************************************************************** -AC_INIT([mate-applets], [1.26.0], [https://github.com/mate-desktop/mate-applets/issues], +AC_INIT([mate-applets], [1.26.1], [https://github.com/mate-desktop/mate-applets/issues], [mate-applets], [https://mate-desktop.org]) AC_PREREQ(2.59) |