diff --git a/.github/workflows/flatpak.yml b/.github/workflows/flatpak.yml index fd107c8..314b4be 100644 --- a/.github/workflows/flatpak.yml +++ b/.github/workflows/flatpak.yml @@ -8,7 +8,7 @@ jobs: flatpak: runs-on: ubuntu-latest container: - image: ghcr.io/flathub-infra/flatpak-github-actions:gnome-48 + image: ghcr.io/flathub-infra/flatpak-github-actions:gnome-49 options: --privileged steps: - uses: actions/checkout@v4 diff --git a/.github/workflows/pyinstaller-windows.yml b/.github/workflows/pyinstaller-windows.yml index b0b415c..ed86e8f 100644 --- a/.github/workflows/pyinstaller-windows.yml +++ b/.github/workflows/pyinstaller-windows.yml @@ -19,7 +19,7 @@ jobs: uses: actions/cache@v4 with: path: C:\gtk - key: Gvsbuild_2025.8.0 + key: Gvsbuild_2025.9.0 - name: Download GTK4 Gvsbuild zip if: steps.cache-gtk4.outputs.cache-hit != 'true' diff --git a/au.stevetech.yafi.json b/au.stevetech.yafi.json index 3ccbd48..44e87f3 100644 --- a/au.stevetech.yafi.json +++ b/au.stevetech.yafi.json @@ -1,13 +1,14 @@ { "id" : "au.stevetech.yafi", "runtime" : "org.gnome.Platform", - "runtime-version" : "48", + "runtime-version" : "49", "sdk" : "org.gnome.Sdk", "command" : "yafi", "finish-args" : [ "--device=all", "--socket=fallback-x11", - "--socket=wayland" + "--socket=wayland", + "--share=ipc" ], "cleanup" : [ "/include", diff --git a/data/au.stevetech.yafi.desktop.in b/data/au.stevetech.yafi.desktop.in index 08b8795..ed91f77 100644 --- a/data/au.stevetech.yafi.desktop.in +++ b/data/au.stevetech.yafi.desktop.in @@ -6,6 +6,6 @@ Comment=Yet Another Framework Interface Terminal=false Type=Application Categories=Utility; -Keywords=GTK; +Keywords=Framework;EC;Embedded Controller; StartupNotify=true DBusActivatable=true diff --git a/data/au.stevetech.yafi.metainfo.xml.in b/data/au.stevetech.yafi.metainfo.xml.in index 752558e..837554a 100644 --- a/data/au.stevetech.yafi.metainfo.xml.in +++ b/data/au.stevetech.yafi.metainfo.xml.in @@ -11,7 +11,7 @@ - Stephen Horvath + Stephen Horvath @@ -42,8 +42,8 @@ - #ff00ff - #993d3d + #7c916f + #282000 @@ -73,4 +73,43 @@ + + + https://github.com/Steve-Tech/YAFI/releases/tag/0.5 + +

The following bugs have been fixed:

+
    +
  • LED page crashing when encountering unsupported LEDs.
  • +
  • Scaling issues on Windows.
  • +
  • Minimum charge limiter doesn't work.
  • +
+

This release also adds a traceback to the debug info, when there is an error during initialisation.

+
+
+ + https://github.com/Steve-Tech/YAFI/releases/tag/0.4 + +

This release also adds a new battery statistics page.

+
+
+ + https://github.com/Steve-Tech/YAFI/releases/tag/0.3 + +

YAFI now shows the battery limiter value.

+
+
+ + https://github.com/Steve-Tech/YAFI/releases/tag/0.2 + +

This fixes an LED list bug.

+
+
+ + https://github.com/Steve-Tech/YAFI/releases/tag/0.1 + +

This is the first release of YAFI.

+
+
+
+