From e4eeb01a0d9e86410b0b95656deaeca69ee9f427 Mon Sep 17 00:00:00 2001 From: raveit65 Date: Wed, 4 Dec 2019 14:15:55 +0100 Subject: release 1.23.1 --- NEWS | 49 +++++++++++++++++++++++++++++++++++++++---------- configure.ac | 2 +- 2 files changed, 40 insertions(+), 11 deletions(-) diff --git a/NEWS b/NEWS index 0cd2432..03eda27 100644 --- a/NEWS +++ b/NEWS @@ -1,15 +1,44 @@ +### mate-media 1.23.1 + + * Translations update + * Show application icons whenever possible + * fix volume-panel-applet can not find mo file + * migrate from intltools to gettext + * gvc-channel-bar: remove unused struct member + * gvc-channel-bar: avoid 'g_type_class_add_private' + * gvc-mixer-dialog: avoid 'g_type_class_add_private' + * gvc-applet: avoid 'g_type_class_add_private' + * gvc-level-bar: avoid 'g_type_class_add_private' + * gvc-speaker-test: avoid 'g_type_class_add_private' + * gvc-combo-box: avoid 'g_type_class_add_private' + * gvc-balance-bar: avoid 'g_type_class_add_private' + * gvc-sound-theme-chooser: avoid 'g_type_class_add_private' + * gvc-stream-status-icon: avoid 'g_type_class_add_private' + * gvc-status-icon: avoid 'g_type_class_add_private' + * gvc-stream-applet-icon: avoid 'g_type_class_add_private' + * Use WARN_CFLAGS which are only set with --enable-compiler-warnings + * applet: Update default output + * gvc applet: add missing translations (i18n) + * Scroll volume in configurable steps same as media-keys + * Add scroll interface tabs with mouse wheel + * Change url project's website + * configure.ac: fix typos in var names, portability fixes, etc. + * gvc-mixer-dialog: avoid declaration of same variable in different scope + * mate-volume-control: reduce the scope of some variables + * mate-volume-control: Fix 'syntax error' detected with 'cppcheck' + ### mate-media 1.23.0 - sync with transifex - add widget name volume-applet to panel-applet - enable/disable StatusIcon applet in XDG dir - Allow disabling either statusicon or panelapplet - edit desktop file for GtkStatusIcon applet - Re-enable old GtkStatusIcon - Enable a mute menuitem for the output - Ensure volume slider is always perpendicular to the panel - Ensure volume icon is always correctly scaled - Convert GtkStatusIcon to real applet + * Translations update + * add widget name volume-applet to panel-applet + * enable/disable StatusIcon applet in XDG dir + * Allow disabling either statusicon or panelapplet + * edit desktop file for GtkStatusIcon applet + * Re-enable old GtkStatusIcon + * Enable a mute menuitem for the output + * Ensure volume slider is always perpendicular to the panel + * Ensure volume icon is always correctly scaled + * Convert GtkStatusIcon to real applet ### mate-media 1.22.0 diff --git a/configure.ac b/configure.ac index 9b2cdf2..72684c0 100644 --- a/configure.ac +++ b/configure.ac @@ -1,7 +1,7 @@ AC_PREREQ(2.60) AC_INIT([mate-media], - [1.23.0], + [1.23.1], [https://mate-desktop.org/]) AC_CONFIG_AUX_DIR([build-aux]) -- cgit v1.2.1