0.10.1
Signed-off-by: Philip Withnall <pwithnall@endlessos.org>
This commit is contained in:
parent
04fbddbfa7
commit
e0fac33638
14
NEWS
14
NEWS
|
@ -1,3 +1,17 @@
|
||||||
|
Overview of changes in malcontent 0.10.1
|
||||||
|
========================================
|
||||||
|
|
||||||
|
* Bugs fixed:
|
||||||
|
- #32 App sort key does not match displayed name
|
||||||
|
- !112 Update Swedish translation
|
||||||
|
- !113 Update Polish translation 201220
|
||||||
|
- !116 libmalcontent-ui: Drop handling of eos-link desktop files
|
||||||
|
|
||||||
|
* Translation updates:
|
||||||
|
- Polish
|
||||||
|
- Swedish
|
||||||
|
|
||||||
|
|
||||||
Overview of changes in malcontent 0.10.0
|
Overview of changes in malcontent 0.10.0
|
||||||
========================================
|
========================================
|
||||||
|
|
||||||
|
|
|
@ -43,6 +43,15 @@
|
||||||
</kudos>
|
</kudos>
|
||||||
<translation type="gettext">malcontent</translation>
|
<translation type="gettext">malcontent</translation>
|
||||||
<releases>
|
<releases>
|
||||||
|
<release version="0.10.1" date="2021-03-11" type="stable">
|
||||||
|
<description>
|
||||||
|
<p>This is a stable release with the following changes:</p>
|
||||||
|
<ul>
|
||||||
|
<li>Sort apps by displayed name when listing them</li>
|
||||||
|
<li>Translation updates</li>
|
||||||
|
</ul>
|
||||||
|
</description>
|
||||||
|
</release>
|
||||||
<release version="0.10.0" date="2020-12-09" type="stable">
|
<release version="0.10.0" date="2020-12-09" 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.0',
|
version : '0.10.1',
|
||||||
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