Skip to content

Commit 8b33f75

Browse files
committed
Release 0.2
1 parent 076f903 commit 8b33f75

File tree

3 files changed

+8
-3
lines changed

3 files changed

+8
-3
lines changed

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,11 @@ Install the package with `pip install yafi`.
3636

3737
Pipx is also supported.
3838

39+
### Windows
40+
41+
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
42+
directory as `python.exe`, or to `C:\Windows\System32`.
43+
3944
## Screenshots
4045

4146
### Fan Control and Temperature Monitoring

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
[project]
22
name = "yafi"
3-
version = "0.1"
3+
version = "0.2"
44
authors = [
55
{ name="Steve-Tech" }
66
]
77
description = "Yet Another Framework Interface"
88
readme = "README.md"
99
requires-python = ">=3.10"
1010
dependencies = [
11-
"cros_ec_python >= 0.0.3",
11+
"cros_ec_python >= 0.0.4",
1212
"PyGObject"
1313
]
1414
classifiers = [

yafi/main.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ def on_about_action(self, *args):
121121
developers=["Stephen Horvath"],
122122
issue_url="https://github.com/Steve-Tech/YAFI/issues",
123123
license_type=Gtk.License.GPL_2_0,
124-
version="0.1.0",
124+
version="0.2",
125125
website="https://github.com/Steve-Tech/YAFI",
126126
)
127127
about.add_acknowledgement_section(None, ["Framework Computer Inc. https://frame.work/"])

0 commit comments

Comments
 (0)