|
11 | 11 | </description> |
12 | 12 |
|
13 | 13 | <developer id="au.stevetech"> |
14 | | - <name>Stephen Horvath</name> |
| 14 | + <name translate="no">Stephen Horvath</name> |
15 | 15 | </developer> |
16 | 16 |
|
17 | 17 | <!-- Required: Should be a link to the upstream homepage for the component --> |
|
42 | 42 |
|
43 | 43 | <!-- Applications should set a brand color in both light and dark variants like so --> |
44 | 44 | <branding> |
45 | | - <color type="primary" scheme_preference="light">#ff00ff</color> |
46 | | - <color type="primary" scheme_preference="dark">#993d3d</color> |
| 45 | + <color type="primary" scheme_preference="light">#7c916f</color> |
| 46 | + <color type="primary" scheme_preference="dark">#282000</color> |
47 | 47 | </branding> |
48 | 48 |
|
49 | 49 | <screenshots> |
|
73 | 73 | </screenshot> |
74 | 74 | </screenshots> |
75 | 75 |
|
| 76 | + <releases> |
| 77 | + <release version="0.5" date="2025-09-16"> |
| 78 | + <url type="details">https://github.com/Steve-Tech/YAFI/releases/tag/0.5</url> |
| 79 | + <description> |
| 80 | + <p>The following bugs have been fixed:</p> |
| 81 | + <ul> |
| 82 | + <li>LED page crashing when encountering unsupported LEDs.</li> |
| 83 | + <li>Scaling issues on Windows.</li> |
| 84 | + <li>Minimum charge limiter doesn't work.</li> |
| 85 | + </ul> |
| 86 | + <p>This release also adds a traceback to the debug info, when there is an error during initialisation.</p> |
| 87 | + </description> |
| 88 | + </release> |
| 89 | + <release version="0.4" date="2025-09-06"> |
| 90 | + <url type="details">https://github.com/Steve-Tech/YAFI/releases/tag/0.4</url> |
| 91 | + <description> |
| 92 | + <p>This release also adds a new battery statistics page.</p> |
| 93 | + </description> |
| 94 | + </release> |
| 95 | + <release version="0.3" date="2025-04-13"> |
| 96 | + <url type="details">https://github.com/Steve-Tech/YAFI/releases/tag/0.3</url> |
| 97 | + <description> |
| 98 | + <p>YAFI now shows the battery limiter value.</p> |
| 99 | + </description> |
| 100 | + </release> |
| 101 | + <release version="0.2" date="2025-03-24"> |
| 102 | + <url type="details">https://github.com/Steve-Tech/YAFI/releases/tag/0.2</url> |
| 103 | + <description> |
| 104 | + <p>This fixes an LED list bug.</p> |
| 105 | + </description> |
| 106 | + </release> |
| 107 | + <release version="0.1" date="2025-03-20"> |
| 108 | + <url type="details">https://github.com/Steve-Tech/YAFI/releases/tag/0.1</url> |
| 109 | + <description> |
| 110 | + <p>This is the first release of YAFI.</p> |
| 111 | + </description> |
| 112 | + </release> |
| 113 | + </releases> |
| 114 | + |
76 | 115 | </component> |
0 commit comments