diff --git a/data/au.stevetech.yafi.metainfo.xml.in b/data/au.stevetech.yafi.metainfo.xml.in index 02f111d..752558e 100644 --- a/data/au.stevetech.yafi.metainfo.xml.in +++ b/data/au.stevetech.yafi.metainfo.xml.in @@ -7,7 +7,7 @@ Yet Another Framework Interface YAFI is another GUI for the Framework Laptop Embedded Controller -

It is written in Python with a GTK3 theme, and uses the `CrOS_EC_Python` library to communicate with the EC.

+

It is written in Python with a GTK4 Adwaita theme, and uses the `CrOS_EC_Python` library to communicate with the EC.

@@ -27,7 +27,7 @@ - + https://github.com/sponsors/Steve-Tech @@ -48,36 +48,29 @@ - https://github.com/Steve-Tech/YAFI/blob/main/docs/1-thermal.png - The Thermal page + https://github.com/Steve-Tech/YAFI/blob/main/docs/1-thermals.png + Fan Control and Temperature Monitoring https://github.com/Steve-Tech/YAFI/blob/main/docs/2-leds.png - The LED page + LED Control https://github.com/Steve-Tech/YAFI/blob/main/docs/3-battery.png - The Battery page + Battery Statistics - https://github.com/Steve-Tech/YAFI/blob/main/docs/4-hardware.png - The Hardware page + https://github.com/Steve-Tech/YAFI/blob/main/docs/4-battery-limit.png + Battery Limiting + + + https://github.com/Steve-Tech/YAFI/blob/main/docs/4a-battery-ext.png + Battery Extender + + + https://github.com/Steve-Tech/YAFI/blob/main/docs/5-hardware.png + Hardware Info - - - https://github.com/Steve-Tech/YAFI/releases/tag/0.1.0 - -

First release

-
    -
  • Added Thermal page
  • -
  • Added LED page
  • -
  • Added Battery page
  • -
  • Added Hardware page
  • -
-
-
-
- diff --git a/meson.build b/meson.build index dbd137c..680f401 100644 --- a/meson.build +++ b/meson.build @@ -1,5 +1,5 @@ project('yafi', - version: '0.1.0', + version: '0.5', meson_version: '>= 1.0.0', default_options: [ 'warning_level=2', 'werror=false', ], ) diff --git a/pyinstaller/yafi.ico b/pyinstaller/yafi.ico index 5467df4..fd10516 100755 Binary files a/pyinstaller/yafi.ico and b/pyinstaller/yafi.ico differ