0.10.3
Signed-off-by: Philip Withnall <pwithnall@endlessos.org>
This commit is contained in:
parent
dcf7265f55
commit
9dd47e5abc
14
NEWS
14
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
|
Overview of changes in malcontent 0.10.2
|
||||||
========================================
|
========================================
|
||||||
|
|
||||||
|
|
|
@ -44,6 +44,16 @@
|
||||||
</kudos>
|
</kudos>
|
||||||
<translation type="gettext">malcontent</translation>
|
<translation type="gettext">malcontent</translation>
|
||||||
<releases>
|
<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">
|
<release version="0.10.2" date="2021-09-17" type="stable">
|
||||||
<description>
|
<description>
|
||||||
<p>This is a stable release with the following changes:</p>
|
<p>This is a stable release with the following changes:</p>
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
project('malcontent', 'c',
|
project('malcontent', 'c',
|
||||||
version : '0.10.2',
|
version : '0.10.3',
|
||||||
meson_version : '>= 0.50.0',
|
meson_version : '>= 0.50.0',
|
||||||
license: ['LGPL-2.1-or-later', 'GPL-2.0-or-later'],
|
license: ['LGPL-2.1-or-later', 'GPL-2.0-or-later'],
|
||||||
default_options : [
|
default_options : [
|
||||||
|
|
Loading…
Reference in New Issue