|
7 | 7 | <name>Yet Another Framework Interface</name> |
8 | 8 | <summary>YAFI is another GUI for the Framework Laptop Embedded Controller</summary> |
9 | 9 | <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> |
11 | 11 | </description> |
12 | 12 |
|
13 | 13 | <developer id="au.stevetech"> |
|
27 | 27 | <!-- Should provide a web link to an online user's reference, a software manual or help page --> |
28 | 28 | <!-- <url type="help">https://example.org/help</url> --> |
29 | 29 | <!-- 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> |
31 | 31 | <!-- This could for example be an HTTPS URL to an online form or a page describing how to contact the developer --> |
32 | 32 | <!-- <url type="contact">https://example.org/contact</url> --> |
33 | 33 | <!-- URLs of this type should point to a webpage showing information on how to contribute to the described software project --> |
|
48 | 48 |
|
49 | 49 | <screenshots> |
50 | 50 | <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> |
53 | 53 | </screenshot> |
54 | 54 | <screenshot> |
55 | 55 | <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> |
57 | 57 | </screenshot> |
58 | 58 | <screenshot> |
59 | 59 | <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> |
61 | 61 | </screenshot> |
62 | 62 | <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> |
65 | 73 | </screenshot> |
66 | 74 | </screenshots> |
67 | 75 |
|
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 | | - |
83 | 76 | </component> |
0 commit comments