Skip to content

Commit 788a36a

Browse files
authored
Release 3.6.3 (#1599)
* Meson: bump version to 3.6.3 * AppData: Update for release * Update io.elementary.appcenter.appdata.xml.in
1 parent d7aefc4 commit 788a36a

2 files changed

Lines changed: 5 additions & 3 deletions

File tree

data/io.elementary.appcenter.appdata.xml.in

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,11 @@
1111
<p>The open source, pay-what-you-want app store from elementary. Reviewed and curated by elementary to ensure a native, privacy-respecting, and secure experience. 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>
1212
</description>
1313
<releases>
14-
<release version="3.6.3" date="2021-08-13" urgency="medium">
14+
<release version="3.6.3" date="2021-08-16" urgency="medium">
1515
<description>
1616
<p>Fixes:</p>
1717
<ul>
18+
<li>Ensure user installation is selected by default when navigating from the homepage</li>
1819
<li>Fix opening apps from app installed toasts</li>
1920
</ul>
2021
<p>Improvements:</p>
@@ -465,6 +466,7 @@
465466
<url type="translate">https://l10n.elementary.io/projects/desktop/appcenter</url>
466467
<update_contact>contact_at_elementary.io</update_contact>
467468
<custom>
468-
<value key="x-appcenter-color-primary">#665888</value>
469+
<value key="x-appcenter-color-primary">#7239b3</value>
470+
<value key="x-appcenter-color-primary-text">#fff</value>
469471
</custom>
470472
</component>

meson.build

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
project(
22
'io.elementary.appcenter',
33
'vala', 'c',
4-
version: '3.6.2'
4+
version: '3.6.3'
55
)
66

77
gettext_name = meson.project_name()

0 commit comments

Comments
 (0)