Signed-off-by: Philip Withnall <pwithnall@endlessos.org>
This commit is contained in:
Philip Withnall 2021-11-01 11:10:05 +00:00
parent dcf7265f55
commit 9dd47e5abc
3 changed files with 25 additions and 1 deletions

14
NEWS
View File

@ -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
========================================

View File

@ -44,6 +44,16 @@
</kudos>
<translation type="gettext">malcontent</translation>
<releases>
<release version="0.10.3" date="2021-11-01" type="stable">
<description>
<p>This is a stable release with the following changes:</p>
<ul>
<li>Prevent malcontent-control from being uninstalled and removing core desktop components with it</li>
<li>Improve keyboard navigation of the interface</li>
<li>Translation updates</li>
</ul>
</description>
</release>
<release version="0.10.2" date="2021-09-17" type="stable">
<description>
<p>This is a stable release with the following changes:</p>

View File

@ -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 : [