From 473c9ad256e1ec5eb09c4c863f0c3a9b4f49b666 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20For=C3=A9?= Date: Tue, 6 Oct 2020 20:57:49 -0700 Subject: [PATCH] Release 3.5.0 (#1401) * Release 3.5.0 * Update meson.build * Update io.elementary.appcenter.appdata.xml.in * Update io.elementary.appcenter.appdata.xml.in * Update io.elementary.appcenter.appdata.xml.in Co-authored-by: Cassidy James Blaede --- data/io.elementary.appcenter.appdata.xml.in | 22 ++++++++++++++++++++- meson.build | 2 +- 2 files changed, 22 insertions(+), 2 deletions(-) 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()