Skip to content

Commit

Permalink
Release 6.0.0 (#42)
Browse files Browse the repository at this point in the history
* Release 6.0.0

* Update meson.build

* Update release.yml

* Update screenshots and appdata

Co-authored-by: Cassidy James Blaede <[email protected]>
  • Loading branch information
danirabbit and cassidyjames authored Jul 16, 2021
1 parent 5039e67 commit 89e1f9a
Show file tree
Hide file tree
Showing 5 changed files with 15 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,4 @@ jobs:
GIT_USER_NAME: "elementaryBot"
GIT_USER_EMAIL: "[email protected]"
with:
release_branch: 'juno'
release_branch: 'odin'
15 changes: 13 additions & 2 deletions data/feedback.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 2019 elementary, Inc. <[email protected]> -->
<!-- Copyright 2019–2021 elementary, Inc. <[email protected]> -->
<component type="desktop-application">
<id>io.elementary.feedback</id>
<metadata_license>CC0-1.0</metadata_license>
Expand All @@ -10,9 +10,17 @@
<p></p>
</description>
<releases>
<release version="1.0.1" date="2019-11-04" urgency="medium">
<release version="6.0.0" date="2020-07-15" urgency="medium">
<description>
<p>Improvements:</p>
<ul>
<li>Show Flatpak Apps</li>
<li>Support dark style</li>
<li>Add multitouch navigation gestures</li>
</ul>
<p>Minor updates:</p>
<ul>
<li>Ensure links are up-to-date</li>
<li>Updated translations</li>
</ul>
</description>
Expand All @@ -25,6 +33,9 @@
<screenshot type="default">
<image>https://raw.githubusercontent.com/elementary/feedback/master/data/screenshot.png</image>
</screenshot>
<screenshot>
<image>https://raw.githubusercontent.com/elementary/feedback/master/data/screenshot-settings.png</image>
</screenshot>
</screenshots>
<content_rating type="oars-1.1">
<content_attribute id="violence-cartoon">none</content_attribute>
Expand Down
Binary file added data/screenshot-settings.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified data/screenshot.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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.feedback',
'vala', 'c',
version: '1.0'
version: '6.0.0'
)

gnome = import('gnome')
Expand Down

0 comments on commit 89e1f9a

Please sign in to comment.