diff --git a/data/io.elementary.appcenter.appdata.xml.in b/data/io.elementary.appcenter.appdata.xml.in index c0babbc51..255ee15e8 100644 --- a/data/io.elementary.appcenter.appdata.xml.in +++ b/data/io.elementary.appcenter.appdata.xml.in @@ -1,5 +1,5 @@ - + io.elementary.appcenter CC0-1.0 @@ -11,6 +11,26 @@

An app store for indie and open source developers. Browse by categories or search and discover new apps. AppCenter is also used for updating your system to the latest and greatest version for new features and fixes.

+ + +

New features

+
    +
  • Support system-wide Flatpak remotes
  • +
+

Fixes

+
    +
  • Fix Flatpak runtime updates getting stuck
  • +
  • Fix long origin comboboxes breaking the header layout
  • +
+

Minor updates

+
    +
  • When apps are available from multiple sources, prefer installed version, then prefer Flatpak
  • +
  • Improve search performance
  • +
  • Improve update badge styling and category styling
  • +
  • Updated translations
  • +
+
+

Fixes

diff --git a/meson.build b/meson.build index dd2fbdce5..a54e02749 100644 --- a/meson.build +++ b/meson.build @@ -1,7 +1,7 @@ project( 'io.elementary.appcenter', 'vala', 'c', - version: '3.4.2' + version: '3.5.0' ) gettext_name = meson.project_name()