Skip to content

Commit 89e1f9a

Browse files
Release 6.0.0 (#42)
* Release 6.0.0 * Update meson.build * Update release.yml * Update screenshots and appdata Co-authored-by: Cassidy James Blaede <c@ssidyjam.es>
1 parent 5039e67 commit 89e1f9a

File tree

5 files changed

+15
-4
lines changed

5 files changed

+15
-4
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,4 +16,4 @@ jobs:
1616
GIT_USER_NAME: "elementaryBot"
1717
GIT_USER_EMAIL: "builds@elementary.io"
1818
with:
19-
release_branch: 'juno'
19+
release_branch: 'odin'

data/feedback.appdata.xml.in

Lines changed: 13 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<?xml version="1.0" encoding="UTF-8"?>
2-
<!-- Copyright 2019 elementary, Inc. <contact@elementary.io> -->
2+
<!-- Copyright 2019–2021 elementary, Inc. <contact@elementary.io> -->
33
<component type="desktop-application">
44
<id>io.elementary.feedback</id>
55
<metadata_license>CC0-1.0</metadata_license>
@@ -10,9 +10,17 @@
1010
<p></p>
1111
</description>
1212
<releases>
13-
<release version="1.0.1" date="2019-11-04" urgency="medium">
13+
<release version="6.0.0" date="2020-07-15" urgency="medium">
1414
<description>
15+
<p>Improvements:</p>
1516
<ul>
17+
<li>Show Flatpak Apps</li>
18+
<li>Support dark style</li>
19+
<li>Add multitouch navigation gestures</li>
20+
</ul>
21+
<p>Minor updates:</p>
22+
<ul>
23+
<li>Ensure links are up-to-date</li>
1624
<li>Updated translations</li>
1725
</ul>
1826
</description>
@@ -25,6 +33,9 @@
2533
<screenshot type="default">
2634
<image>https://raw.githubusercontent.com/elementary/feedback/master/data/screenshot.png</image>
2735
</screenshot>
36+
<screenshot>
37+
<image>https://raw.githubusercontent.com/elementary/feedback/master/data/screenshot-settings.png</image>
38+
</screenshot>
2839
</screenshots>
2940
<content_rating type="oars-1.1">
3041
<content_attribute id="violence-cartoon">none</content_attribute>

data/screenshot-settings.png

94.2 KB
Loading

data/screenshot.png

-8.4 KB
Loading

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.feedback',
33
'vala', 'c',
4-
version: '1.0'
4+
version: '6.0.0'
55
)
66

77
gnome = import('gnome')

0 commit comments

Comments
 (0)