Compare commits

..

7 Commits
V87 ... V92

Author SHA1 Message Date
Rem0o
035982367f Version 92 2021-09-10 16:11:16 -04:00
Rem0o
da78e3aeaa Update README.md 2021-08-26 17:05:43 -04:00
Rem0o
f9a6f26acc Version 91 2021-08-19 20:21:04 -04:00
Rem0o
65cecbbcfa Version 90 2021-08-09 10:22:10 -04:00
Rem0o
b2daa78602 Version 89 2021-07-24 21:56:21 -04:00
Rem0o
4064ff68d8 Update FanControl.zip 2021-07-23 13:12:44 -04:00
Rem0o
3462c14c71 Version 88 2021-07-22 11:03:16 -04:00
3 changed files with 12 additions and 6 deletions

Binary file not shown.

View File

@@ -9,6 +9,7 @@ This is the release repository for Fan Control, a highly customizable fan contro
## New
* <b>Move graph points horizontally</b>
* <b>Reduced CPU usage by 50%</b>
* <b> -c or --config [json config file] command line arg </b>
* Increased max temp. to 120 C
@@ -25,18 +26,23 @@ This is the release repository for Fan Control, a highly customizable fan contro
2. Extract to the desired installation folder
3. Start FanControl.exe
## Issues
## Issues and hardware compatibility
* I am not the main developer for the driver portion of this software. Any issue regarding hardware compatibility should be submitted to LibreHardwareMonitor's repository.
* I am not the main developer for the driver/backend portion of this software. Fan Control is basically a UI on top of existing hardware libraries. Any issue regarding hardware compatibility entirely depends on:
* https://github.com/LibreHardwareMonitor/LibreHardwareMonitor
* https://github.com/falahati/NvAPIWrapper
* Please only open issues for the software itself, UI, feature request and so on.
* If you do have a hardware compatibility request and you can provide a <b>working</b> sample of code that can be used in .NET, like with a [Plugin](https://github.com/Rem0o/FanControl.Releases/wiki/Plugins), then feel free to submit that.
## FAQ
* <b>Q</b>: There is no control cards / control cards are missing / control cards are not changing my fan speeds, what's the issue?
<br><b>A</b>: See section above.
* <b>Q</b>: How does <b>[FAN CURVE TYPE]</b> works and what does its parameters do?
<br><b>A</b>: Click on its card's icon at the top left, a dialog will tell you.
* <b>Q</b>: Does it run on my OS?
<br><b>A</b>: If your OS is Windows 10, yes.
* <b>Q</b>: There is no control cards / control cards are missing / control cards are not changing my fan speeds, what's the issue?
<br><b>A</b>: Your motherboard's SuperIO chip is not supported / badly supported, see the [Issues](#issues) section.
## Features

View File

@@ -1,4 +1,4 @@
{
"Number": 87,
"Message": "- Fixed a crash with Ryzen CPUs \r\n- Controls with a NaN valued fan curve will max out. \r\n - Main window will show up when critical events occur"
"Number": 92,
"Message": "- Assisted setup: helps you configure for the first time"
}