mirror of
https://github.com/Steve-Tech/YAFI.git
synced 2026-04-19 16:50:36 +00:00
Release 0.2
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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 = [
|
||||
|
||||
@@ -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/"])
|
||||
|
||||
Reference in New Issue
Block a user