diff --git a/NEWS b/NEWS index a05bda3..a089434 100644 --- a/NEWS +++ b/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 ======================================== diff --git a/malcontent-control/org.freedesktop.MalcontentControl.appdata.xml.in b/malcontent-control/org.freedesktop.MalcontentControl.appdata.xml.in index 04e50f1..383cec2 100644 --- a/malcontent-control/org.freedesktop.MalcontentControl.appdata.xml.in +++ b/malcontent-control/org.freedesktop.MalcontentControl.appdata.xml.in @@ -43,6 +43,15 @@ malcontent + + +

This is a stable release with the following changes:

+
    +
  • Sort apps by displayed name when listing them
  • +
  • Translation updates
  • +
+
+

This is a stable release with the following changes:

diff --git a/meson.build b/meson.build index 8a3c8cf..4e076f7 100644 --- a/meson.build +++ b/meson.build @@ -1,5 +1,5 @@ project('malcontent', 'c', - version : '0.10.0', + version : '0.10.1', meson_version : '>= 0.50.0', license: ['LGPL-2.1-or-later', 'GPL-2.0-or-later'], default_options : [