Skip to content

Commit

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

* Update release.yml

* Update meson.build

* Update power.appdata.xml.in

* Update screenshot

Co-authored-by: Cassidy James Blaede <cassidy@elementary.io>
Co-authored-by: Cassidy James Blaede <c@ssidyjam.es>
  • Loading branch information
3 people committed Jul 14, 2021
1 parent 0c9cf63 commit 36ae306
Show file tree
Hide file tree
Showing 4 changed files with 12 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: "builds@elementary.io"
with:
release_branch: 'juno'
release_branch: 'odin'
10 changes: 10 additions & 0 deletions data/power.appdata.xml.in
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,16 @@
<icon type="stock">preferences-system-power</icon>
<translation type="gettext">power-plug</translation>
<releases>
<release version="2.5.0" date="2021-07-14" urgency="medium">
<description>
<p>Minor updates:</p>
<ul>
<li>Change lid settings without restarting</li>
<li>Show in search results for "sleep" and "timeout"</li>
<li>Updated translations</li>
</ul>
</description>
</release>
<release version="2.4.2" date="2020-05-16" urgency="medium">
<description>
<p>Fix potential freeze when changing settings from multiple panes</p>
Expand Down
Binary file modified data/screenshot.png
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.4.2'
version: '2.5.0'
)

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

0 comments on commit 36ae306

Please sign in to comment.