diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 2243aef0..58d6e4bc 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -16,4 +16,4 @@ jobs: GIT_USER_NAME: "elementaryBot" GIT_USER_EMAIL: "builds@elementary.io" with: - release_branch: 'juno' + release_branch: 'odin' diff --git a/data/power.appdata.xml.in b/data/power.appdata.xml.in index c26213cd..0e1a1705 100644 --- a/data/power.appdata.xml.in +++ b/data/power.appdata.xml.in @@ -7,6 +7,16 @@ preferences-system-power power-plug + + +

Minor updates:

+
    +
  • Change lid settings without restarting
  • +
  • Show in search results for "sleep" and "timeout"
  • +
  • Updated translations
  • +
+
+

Fix potential freeze when changing settings from multiple panes

diff --git a/data/screenshot.png b/data/screenshot.png index e986e153..999b3c51 100644 Binary files a/data/screenshot.png and b/data/screenshot.png differ diff --git a/meson.build b/meson.build index e40c4356..8fa4ce20 100644 --- a/meson.build +++ b/meson.build @@ -1,7 +1,7 @@ project( 'power', 'vala', 'c', - version: '2.4.2' + version: '2.5.0' ) gettext_name = meson.project_name() + '-plug'