Skip to content

Commit

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

* Update meson.build

* Update release.yml

* Update screenshot

* Update power.appdata.xml.in

* Update power.appdata.xml.in

Co-authored-by: Cassidy James Blaede <[email protected]>
Co-authored-by: Cassidy James Blaede <[email protected]>
  • Loading branch information
3 people authored Jul 14, 2021
1 parent 949d33a commit 958565f
Show file tree
Hide file tree
Showing 4 changed files with 20 additions and 2 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'
18 changes: 18 additions & 0 deletions data/power.appdata.xml.in
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,24 @@
<summary>View battery levels, adjust display brightness, and see apps using lots of power</summary>
<icon type="stock">preferences-system-power</icon>
<releases>
<release version="6.0.0" date="2021-07-14" urgency="medium">
<description>
<p>New features:</p>
<ul>
<li>Show battery statistics when selected</li>
<li>Launch apps using power when selected</li>
<li>Control display brightness by scrolling the indicator</li>
</ul>
<p>Minor updates:</p>
<ul>
<li>Improvements for desktops with peripherals</li>
<li>Filter out internal devices</li>
<li>Show tooltip on hover</li>
<li>Performance improvements</li>
<li>Updated translations</li>
</ul>
</description>
</release>
<release version="2.2.0" date="2020-09-02" urgency="medium">
<description>
<p>Support for Controllers and Pens</p>
Expand Down
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(
'power',
'vala', 'c',
version: '2.2.0'
version: '6.0.0'
)

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

0 comments on commit 958565f

Please sign in to comment.