Skip to content

Commit 4a8dfba

Browse files
committed
Update flatpak versioning
1 parent 2a0675d commit 4a8dfba

File tree

3 files changed

+17
-24
lines changed

3 files changed

+17
-24
lines changed

data/au.stevetech.yafi.metainfo.xml.in

Lines changed: 16 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<name>Yet Another Framework Interface</name>
88
<summary>YAFI is another GUI for the Framework Laptop Embedded Controller</summary>
99
<description>
10-
<p>It is written in Python with a GTK3 theme, and uses the `CrOS_EC_Python` library to communicate with the EC.</p>
10+
<p>It is written in Python with a GTK4 Adwaita theme, and uses the `CrOS_EC_Python` library to communicate with the EC.</p>
1111
</description>
1212

1313
<developer id="au.stevetech">
@@ -27,7 +27,7 @@
2727
<!-- Should provide a web link to an online user's reference, a software manual or help page -->
2828
<!-- <url type="help">https://example.org/help</url> -->
2929
<!-- URLs of this type should point to a webpage showing information on how to donate to the described software project -->
30-
<!-- <url type="donation">https://example.org/donate</url> -->
30+
<url type="donation">https://github.com/sponsors/Steve-Tech</url>
3131
<!-- This could for example be an HTTPS URL to an online form or a page describing how to contact the developer -->
3232
<!-- <url type="contact">https://example.org/contact</url> -->
3333
<!-- URLs of this type should point to a webpage showing information on how to contribute to the described software project -->
@@ -48,36 +48,29 @@
4848

4949
<screenshots>
5050
<screenshot type="default">
51-
<image>https://github.com/Steve-Tech/YAFI/blob/main/docs/1-thermal.png</image>
52-
<caption>The Thermal page</caption>
51+
<image>https://github.com/Steve-Tech/YAFI/blob/main/docs/1-thermals.png</image>
52+
<caption>Fan Control and Temperature Monitoring</caption>
5353
</screenshot>
5454
<screenshot>
5555
<image>https://github.com/Steve-Tech/YAFI/blob/main/docs/2-leds.png</image>
56-
<caption>The LED page</caption>
56+
<caption>LED Control</caption>
5757
</screenshot>
5858
<screenshot>
5959
<image>https://github.com/Steve-Tech/YAFI/blob/main/docs/3-battery.png</image>
60-
<caption>The Battery page</caption>
60+
<caption>Battery Statistics</caption>
6161
</screenshot>
6262
<screenshot>
63-
<image>https://github.com/Steve-Tech/YAFI/blob/main/docs/4-hardware.png</image>
64-
<caption>The Hardware page</caption>
63+
<image>https://github.com/Steve-Tech/YAFI/blob/main/docs/4-battery-limit.png</image>
64+
<caption>Battery Limiting</caption>
65+
</screenshot>
66+
<screenshot>
67+
<image>https://github.com/Steve-Tech/YAFI/blob/main/docs/4a-battery-ext.png</image>
68+
<caption>Battery Extender</caption>
69+
</screenshot>
70+
<screenshot>
71+
<image>https://github.com/Steve-Tech/YAFI/blob/main/docs/5-hardware.png</image>
72+
<caption>Hardware Info</caption>
6573
</screenshot>
6674
</screenshots>
6775

68-
<releases>
69-
<release version="0.1.0" date="2025-03-20">
70-
<url type="details">https://github.com/Steve-Tech/YAFI/releases/tag/0.1.0</url>
71-
<description translate="no">
72-
<p>First release</p>
73-
<ul>
74-
<li>Added Thermal page</li>
75-
<li>Added LED page</li>
76-
<li>Added Battery page</li>
77-
<li>Added Hardware page</li>
78-
</ul>
79-
</description>
80-
</release>
81-
</releases>
82-
8376
</component>

meson.build

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
project('yafi',
2-
version: '0.1.0',
2+
version: '0.5',
33
meson_version: '>= 1.0.0',
44
default_options: [ 'warning_level=2', 'werror=false', ],
55
)

pyinstaller/yafi.ico

-29.2 KB
Binary file not shown.

0 commit comments

Comments
 (0)