Compare commits

..

5 Commits
V47 ... V50

Author SHA1 Message Date
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 now only applies on the way 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": 50,
"Message": "-Hysteresis now works only on the way down\r\n-Top right menu rework\r\n-Refresh sensors detection"
}