diff --git a/README.md b/README.md index 56671a6..46afc28 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/pyproject.toml b/pyproject.toml index 3d158bc..33a01e0 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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 = [ diff --git a/yafi/main.py b/yafi/main.py index 2f08fcc..0d656bb 100644 --- a/yafi/main.py +++ b/yafi/main.py @@ -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/"])