Compare commits

...

7 Commits
V65 ... V68

Author SHA1 Message Date
Rem0o
698385f7a6 Update README.md 2021-02-17 20:31:19 -05:00
Rem0o
50678092cc Update FanControl.zip 2021-02-17 20:28:03 -05:00
Rem0o
469129655b Version 68 2021-02-17 20:23:41 -05:00
Rem0o
60657eb0be Version 67 2021-02-08 09:38:22 -05:00
Rem0o
32fa949271 Version 66 2021-02-01 13:39:02 -05:00
Rem0o
6b78fca414 Update FanControl.zip 2021-01-29 10:58:49 -05:00
Rem0o
68ec416e6d Update README.md 2021-01-28 15:06:54 -05:00
3 changed files with 6 additions and 7 deletions

Binary file not shown.

View File

@@ -5,11 +5,11 @@
This is the release repository for Fan Control, a highly customizable fan controlling software for Windows.
## New
* Custom sensors: Create a "mix" sensor with a custom function (min, max, average)
* <b>Step % has been split in step up and step down.</b>
* <b>Custom sensors: Create a "mix" sensor with a custom function (min, max, average) </b>
* Mix fan curve supports 1-N curves
* Sync dark/light windows theme with Fan Control
* Adjusted styling in dark mode
* Min function for the mix curve
## Installation
@@ -24,8 +24,7 @@ This is the release repository for Fan Control, a highly customizable fan contro
## FAQ
* Q: There is no control cards / control cards are missing / control cards are not changing my fan speeds, what's the issue?
<br>
A: Your motherboard's SuperIO chip is not supported / badly supported, see the [Issues](#issues) section.
<br>A: Your motherboard's SuperIO chip is not supported / badly supported, see the [Issues](#issues) section.
![Fan Control](Images/MainUI.png)
@@ -68,4 +67,4 @@ A: Your motherboard's SuperIO chip is not supported / badly supported, see the [
## Libraries used:
* https://github.com/LibreHardwareMonitor/LibreHardwareMonitor
* https://github.com/MaterialDesignInXAML/MaterialDesignInXamlToolkit
* https://github.com/falahati/NvAPIWrapper
* https://github.com/falahati/NvAPIWrapper

View File

@@ -1,4 +1,4 @@
{
"Number": 65,
"Message": "- NEW: You can now add a new \"Mix\" custom temperature sensor from the \"+\" menu \r\n- Updated LibreHardwareMonitorLib \r\n- Tray icon temperature colors now match with Windows dark/light mode"
"Number": 68,
"Message": "- Support mix sensor of mix sensors \r\n- Splitted step % in step up and down %"
}