-
-
Notifications
You must be signed in to change notification settings - Fork 9
Expand file tree
/
Copy pathplatform.appdata.xml.in
More file actions
42 lines (42 loc) · 1.53 KB
/
platform.appdata.xml.in
File metadata and controls
42 lines (42 loc) · 1.53 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
<?xml version="1.0" encoding="UTF-8"?>
<!-- Copyright 2021 elementary, Inc. <contact@elementary.io> -->
<component>
<id>io.elementary.Platform</id>
<metadata_license>CC0-1.0</metadata_license>
<project_license>GPL-3.0</project_license>
<name>elementary App Platform</name>
<summary>Build Flatpak apps for elementary OS</summary>
<description>
<p>The Flatpak platform for elementary OS and AppCenter.</p>
</description>
<releases>
<release version="6.0.2" date="2021-10-26" urgency="medium">
<description>
<p>Fixes:</p>
<ul>
<li>Fix localization issues with apps that use Granite</li>
</ul>
<p>Platform updates:</p>
<ul>
<li>Use the settings portal for time and date settings</li>
<li>Use the settings portal for color scheme preference instead of requiring an AccountsService hole</li>
<li>Update elementary stylesheet to 6.1.0</li>
<li>Update Granite to 6.1.2</li>
</ul>
</description>
</release>
<release version="6.0.1" date="2021-08-23" urgency="medium">
<description>
<p>Add support for ARM (aarch64)</p>
</description>
</release>
<release version="6.0.0" date="2021-07-20" urgency="medium">
<description>
<p>Initial Release</p>
</description>
</release>
</releases>
<developer_name>elementary, Inc.</developer_name>
<url type="homepage">https://elementary.io</url>
<url type="bugtracker">https://github.com/elementary/flatpak-platform/issues</url>
</component>