Skip to content

Commit 335a088

Browse files
committed
Preparation for Flathub publishing
1 parent c39a88b commit 335a088

File tree

5 files changed

+48
-8
lines changed

5 files changed

+48
-8
lines changed

.github/workflows/flatpak.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
flatpak:
99
runs-on: ubuntu-latest
1010
container:
11-
image: ghcr.io/flathub-infra/flatpak-github-actions:gnome-48
11+
image: ghcr.io/flathub-infra/flatpak-github-actions:gnome-49
1212
options: --privileged
1313
steps:
1414
- uses: actions/checkout@v4

.github/workflows/pyinstaller-windows.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
uses: actions/cache@v4
2020
with:
2121
path: C:\gtk
22-
key: Gvsbuild_2025.8.0
22+
key: Gvsbuild_2025.9.0
2323

2424
- name: Download GTK4 Gvsbuild zip
2525
if: steps.cache-gtk4.outputs.cache-hit != 'true'

au.stevetech.yafi.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,14 @@
11
{
22
"id" : "au.stevetech.yafi",
33
"runtime" : "org.gnome.Platform",
4-
"runtime-version" : "48",
4+
"runtime-version" : "49",
55
"sdk" : "org.gnome.Sdk",
66
"command" : "yafi",
77
"finish-args" : [
88
"--device=all",
99
"--socket=fallback-x11",
10-
"--socket=wayland"
10+
"--socket=wayland",
11+
"--share=ipc"
1112
],
1213
"cleanup" : [
1314
"/include",

data/au.stevetech.yafi.desktop.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,6 @@ Comment=Yet Another Framework Interface
66
Terminal=false
77
Type=Application
88
Categories=Utility;
9-
Keywords=GTK;
9+
Keywords=Framework;EC;Embedded Controller;
1010
StartupNotify=true
1111
DBusActivatable=true

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

Lines changed: 42 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
</description>
1212

1313
<developer id="au.stevetech">
14-
<name>Stephen Horvath</name>
14+
<name translate="no">Stephen Horvath</name>
1515
</developer>
1616

1717
<!-- Required: Should be a link to the upstream homepage for the component -->
@@ -42,8 +42,8 @@
4242

4343
<!-- Applications should set a brand color in both light and dark variants like so -->
4444
<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>
4747
</branding>
4848

4949
<screenshots>
@@ -73,4 +73,43 @@
7373
</screenshot>
7474
</screenshots>
7575

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+
76115
</component>

0 commit comments

Comments
 (0)