-
-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* 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
1 parent
5039e67
commit 89e1f9a
Showing
5 changed files
with
15 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -16,4 +16,4 @@ jobs: | |
GIT_USER_NAME: "elementaryBot" | ||
GIT_USER_EMAIL: "[email protected]" | ||
with: | ||
release_branch: 'juno' | ||
release_branch: 'odin' |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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> | ||
|
@@ -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> | ||
|
@@ -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> | ||
|
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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') | ||
|