Skip to content

Commit

Permalink
Release 3.5.0 (#1401)
Browse files Browse the repository at this point in the history
* 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 <[email protected]>
  • Loading branch information
danirabbit and cassidyjames authored Oct 7, 2020
1 parent d4465c1 commit 473c9ad
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 2 deletions.
22 changes: 21 additions & 1 deletion data/io.elementary.appcenter.appdata.xml.in
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<!-- Copyright 2015 elementary, LLC <[email protected]> -->
<!-- Copyright 2015–2020 elementary, Inc. <[email protected]> -->
<component type="desktop-application">
<id>io.elementary.appcenter</id>
<metadata_license>CC0-1.0</metadata_license>
Expand All @@ -11,6 +11,26 @@
<p>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.</p>
</description>
<releases>
<release version="3.5.0" date="2020-09-05" urgency="medium">
<description>
<p>New features</p>
<ul>
<li>Support system-wide Flatpak remotes</li>
</ul>
<p>Fixes</p>
<ul>
<li>Fix Flatpak runtime updates getting stuck</li>
<li>Fix long origin comboboxes breaking the header layout</li>
</ul>
<p>Minor updates</p>
<ul>
<li>When apps are available from multiple sources, prefer installed version, then prefer Flatpak</li>
<li>Improve search performance</li>
<li>Improve update badge styling and category styling</li>
<li>Updated translations</li>
</ul>
</description>
</release>
<release version="3.4.2" date="2020-08-07" urgency="medium">
<description>
<p>Fixes</p>
Expand Down
2 changes: 1 addition & 1 deletion meson.build
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
project(
'io.elementary.appcenter',
'vala', 'c',
version: '3.4.2'
version: '3.5.0'
)

gettext_name = meson.project_name()
Expand Down

0 comments on commit 473c9ad

Please sign in to comment.