Release 0.2

This commit is contained in:
Stephen Horvath
2025-03-24 21:25:01 +10:00
parent 076f903fbc
commit 8b33f75b86
3 changed files with 8 additions and 3 deletions

View File

@@ -36,6 +36,11 @@ Install the package with `pip install yafi`.
Pipx is also supported.
### Windows
It is possible to run YAFI on Windows using [gvsbuild](https://github.com/wingtk/gvsbuild/) and installing YAFI via pip. You will also need to copy `WinRing0x64.dll` and `WinRing0x64.sys` to either the same
directory as `python.exe`, or to `C:\Windows\System32`.
## Screenshots
### Fan Control and Temperature Monitoring

View File

@@ -1,6 +1,6 @@
[project]
name = "yafi"
version = "0.1"
version = "0.2"
authors = [
{ name="Steve-Tech" }
]
@@ -8,7 +8,7 @@ description = "Yet Another Framework Interface"
readme = "README.md"
requires-python = ">=3.10"
dependencies = [
"cros_ec_python >= 0.0.3",
"cros_ec_python >= 0.0.4",
"PyGObject"
]
classifiers = [

View File

@@ -121,7 +121,7 @@ class YafiApplication(Adw.Application):
developers=["Stephen Horvath"],
issue_url="https://github.com/Steve-Tech/YAFI/issues",
license_type=Gtk.License.GPL_2_0,
version="0.1.0",
version="0.2",
website="https://github.com/Steve-Tech/YAFI",
)
about.add_acknowledgement_section(None, ["Framework Computer Inc. https://frame.work/"])