Skip to content

Commit

Permalink
MetaInfo: update light color, screenshots
Browse files Browse the repository at this point in the history
  • Loading branch information
cassidyjames committed Apr 23, 2024
1 parent 081d828 commit 518b5c8
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 4 deletions.
19 changes: 16 additions & 3 deletions data/metainfo.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,9 @@

<name>Butler</name>
<summary>Companion for Home Assistant</summary>

<branding>
<color type="primary" scheme_preference="light">#65ceff</color>
<color type="primary" scheme_preference="light">#7fd6ff</color>
<color type="primary" scheme_preference="dark">#027bb3</color>
</branding>

Expand Down Expand Up @@ -42,7 +43,7 @@
<launchable type="desktop-id">com.cassidyjames.butler.desktop</launchable>

<recommends>
<display_length compare="ge">300</display_length>
<display_length compare="ge">360</display_length>
</recommends>
<supports>
<control>pointing</control>
Expand All @@ -52,12 +53,24 @@

<screenshots>
<screenshot type="default">
<image>https://raw.githubusercontent.com/cassidyjames/butler/1.0.0/data/screenshots/light.png</image>
<image>https://raw.githubusercontent.com/cassidyjames/butler/1.1.3/data/screenshots/light.png</image>
<caption>Home Assistant dashboard with many rooms and devices</caption>
</screenshot>
<screenshot>
<image>https://raw.githubusercontent.com/cassidyjames/butler/1.1.3/data/screenshots/dark.png</image>
<caption>Home Assistant dashboard in dark style</caption>
</screenshot>
</screenshots>

<releases>
<release version="1.1.3" date="2024-04-23">
<description>
<p>Improved app listing</p>
<ul>
<li>Improved light brand color for Flathub and app store clients</li>
<li>Updated screenshots
</description>
</release>
<release version="1.1.2" date="2024-04-22">
<description>
<p>Improved brand colors for Flathub and app store clients</p>
Expand Down
Binary file added data/screenshots/dark.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/screenshots/light.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(
'com.cassidyjames.butler',
'vala', 'c',
version: '1.1.2',
version: '1.1.3',
meson_version: '>=0.58',
)

Expand Down

0 comments on commit 518b5c8

Please sign in to comment.