diff --git a/FanControl.zip b/FanControl.zip new file mode 100644 index 0000000..a084886 Binary files /dev/null and b/FanControl.zip differ diff --git a/Images/Colors.PNG b/Images/Colors.PNG new file mode 100644 index 0000000..de51e9a Binary files /dev/null and b/Images/Colors.PNG differ diff --git a/Images/Graph.PNG b/Images/Graph.PNG new file mode 100644 index 0000000..149d0d6 Binary files /dev/null and b/Images/Graph.PNG differ diff --git a/Images/Main.PNG b/Images/Main.PNG new file mode 100644 index 0000000..d15b760 Binary files /dev/null and b/Images/Main.PNG differ diff --git a/README.md b/README.md index d787b1b..5820a17 100644 --- a/README.md +++ b/README.md @@ -1 +1,19 @@ -# FanControl.Releases \ No newline at end of file +# FanControl.Releases + +![Fan Control](Images/Main.png) + +## Fan curve types + +* Linear : Temperature based linear function +* Graph : Temperature based custom curve +* Mix : Use two different curves and apply a mix function (Max, Sum) +* Sync : Sync to an existing control +* Flat: Set a fixed % + +## Graph fan curve editor + +![Fan Control](Images/Graph.png) + +## Theme editor + +![Fan Control](Images/Colors.png) \ No newline at end of file diff --git a/version.json b/version.json new file mode 100644 index 0000000..5a8ed2c --- /dev/null +++ b/version.json @@ -0,0 +1,4 @@ +{ + "Number": 30, + "Message": "- Fixed activation % with steps \r\n- Updated LibreHardwareMonitorLib" +} \ No newline at end of file