Compare commits

...

9 Commits
V47 ... V51

Author SHA1 Message Date
Rem0o
219e48a4f1 Update FanControl.zip 2020-10-08 09:56:37 -04:00
Rem0o
990750d9aa Update FanControl.zip 2020-10-08 09:54:18 -04:00
Rem0o
653c33a23d Update FanControl.zip 2020-10-08 09:48:15 -04:00
Rem0o
95d4378fdc Version 51 2020-10-08 09:46:37 -04:00
Rem0o
74b38e837e Version 50 2020-10-06 23:03:00 -04:00
Rem0o
7857eb3322 Version 49 2020-09-14 11:51:33 -04:00
Rem0o
33806ef411 Update FanControl.zip 2020-09-03 08:59:00 -04:00
Rem0o
cff04475c6 Update README.md 2020-09-02 17:46:12 -04:00
Rem0o
6005e58c71 Version 48 2020-09-02 17:45:29 -04:00
3 changed files with 5 additions and 3 deletions

Binary file not shown.

View File

@@ -6,6 +6,8 @@ This is the release repository for Fan Control, a highly customizable fan contro
## New
* Hysteresis can now be switched from one-way (down only) to two-way (up and down)
* Average function for the mix curve
* Start with Windows setting
* New fan curve type : "Target". Will hold the configured "load" fan speed until the idle temperature is reached.
* Support for newer Nvidia RTX cards with NvAPIWrapper
@@ -41,7 +43,7 @@ This is the release repository for Fan Control, a highly customizable fan contro
* Linear : Temperature based linear function
* Graph : Temperature based custom curve
* Target: Temperature based that holds speed until target temperature is reached
* Mix : Use two different curves and apply a mix function (Max, Sum)
* Mix : Use two different curves and apply a mix function (Max, Sum, Average)
* Sync : Sync to an existing control
* Flat: Set a fixed %

View File

@@ -1,4 +1,4 @@
{
"Number": 47,
"Message": "Prevent multiple instances running from the same folder\r\n-Hide individual fan speed cards\r\n-Updated LibreHardwareMonitor (NCT6687D support)"
"Number": 51,
"Message": "-Hysteresis option for one-way or two-way\r\n-Top right menu rework\r\n-Refresh sensors detection"
}