Skip to content

Commit

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

* Update meson.build

* Update screenshots and AppData

Co-authored-by: Cassidy James Blaede <c@ssidyjam.es>
  • Loading branch information
danirabbit and cassidyjames authored Jul 15, 2021
1 parent 24da11e commit 660217e
Show file tree
Hide file tree
Showing 5 changed files with 34 additions and 7 deletions.
39 changes: 33 additions & 6 deletions data/io.elementary.switchboard.about.appdata.xml.in
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,31 @@
<icon type="stock">application-x-firmware</icon>
<translation type="gettext">about-plug</translation>
<releases>
<release version="2.6.4" date="2020-07-22" urgency="medium">
<release version="6.0.0" date="2021-07-15" urgency="medium">
<description>
<p>Provide information for more types of Graphics</p>
<p>Updated translations</p>
<p>Redesign and new features:</p>
<ul>
<li>Rename from About to System</li>
<li>Split Hardware and Operating System info into their own tabs</li>
<li>Redesign the Operating System tab with clearer links and buttons</li>
<li>Add a Firmware view to manage device firmware updates</li>
</ul>
<p>More information:</p>
<ul>
<li>Provide information for ARM CPUs</li>
<li>Provide information for more types of Graphics</li>
</ul>
<p>Fixes:</p>
<ul>
<li>Fix an issue where the view was destroyed early when navigating away</li>
<li>Fix system memory calculation</li>
</ul>
<p>Minor updates:</p>
<ul>
<li>Ellipsize long hardware names</li>
<li>Performance improvements</li>
<li>Updated translations</li>
</ul>
</description>
</release>
<release version="2.6.3" date="2020-05-28" urgency="medium">
Expand All @@ -30,9 +51,15 @@
</release>
</releases>
<screenshots>
<screenshot type="default">
<image>https://raw.githubusercontent.com/elementary/switchboard-plug-about/master/data/screenshot.png</image>
</screenshot>
<screenshot type="default">
<image>https://raw.githubusercontent.com/elementary/switchboard-plug-about/master/data/screenshot.png</image>
</screenshot>
<screenshot>
<image>https://raw.githubusercontent.com/elementary/switchboard-plug-about/master/data/screenshot-hardware.png</image>
</screenshot>
<screenshot>
<image>https://raw.githubusercontent.com/elementary/switchboard-plug-about/master/data/screenshot-firmware.png</image>
</screenshot>
</screenshots>
<url type="homepage">https://elementary.io</url>
<url type="bugtracker">https://github.com/elementary/switchboard-plug-about/issues</url>
Expand Down
Binary file added data/screenshot-firmware.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 added data/screenshot-hardware.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(
'about',
'vala', 'c',
version: '2.6.3'
version: '6.0.0'
)

gettext_name = meson.project_name() + '-plug'
Expand Down

0 comments on commit 660217e

Please sign in to comment.