From 9dd47e5abcbddb8b08c29be0304ead70cee1c5bc Mon Sep 17 00:00:00 2001 From: Philip Withnall Date: Mon, 1 Nov 2021 11:10:05 +0000 Subject: [PATCH] 0.10.3 Signed-off-by: Philip Withnall --- NEWS | 14 ++++++++++++++ ...rg.freedesktop.MalcontentControl.appdata.xml.in | 10 ++++++++++ meson.build | 2 +- 3 files changed, 25 insertions(+), 1 deletion(-) diff --git a/NEWS b/NEWS index 43b13e2..b741f9d 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,17 @@ +Overview of changes in malcontent 0.10.3 +======================================== + +* Bugs fixed: + - #44 Do not make malcontent-control user uninstallable using gui + - !123 Add Czech translation + - !124 Update Czech translation + - !125 malcontent-control: Fix an unterminated option entry array + - !126 malcontent-control: Focus controls rather than user selector + +* Translation updates: + - Czech + + Overview of changes in malcontent 0.10.2 ======================================== diff --git a/malcontent-control/org.freedesktop.MalcontentControl.appdata.xml.in b/malcontent-control/org.freedesktop.MalcontentControl.appdata.xml.in index 49b1502..8f350ca 100644 --- a/malcontent-control/org.freedesktop.MalcontentControl.appdata.xml.in +++ b/malcontent-control/org.freedesktop.MalcontentControl.appdata.xml.in @@ -44,6 +44,16 @@ malcontent + + +

This is a stable release with the following changes:

+
    +
  • Prevent malcontent-control from being uninstalled and removing core desktop components with it
  • +
  • Improve keyboard navigation of the interface
  • +
  • Translation updates
  • +
+
+

This is a stable release with the following changes:

diff --git a/meson.build b/meson.build index 5c3fa48..e5ceaf6 100644 --- a/meson.build +++ b/meson.build @@ -1,5 +1,5 @@ project('malcontent', 'c', - version : '0.10.2', + version : '0.10.3', meson_version : '>= 0.50.0', license: ['LGPL-2.1-or-later', 'GPL-2.0-or-later'], default_options : [