Compare commits

...

10 Commits
V44 ... V49

Author SHA1 Message Date
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
Rem0o
064052f6a1 Version 47 2020-08-28 17:51:50 -04:00
Rem0o
cff6cb08e9 Update README.md 2020-08-25 11:57:26 -04:00
Rem0o
ef3f799205 Update README.md 2020-08-25 09:20:27 -04:00
Rem0o
ebdb29c012 Update FanControl.zip 2020-08-24 21:09:53 -04:00
Rem0o
c7a02fbe9e Version 46 2020-08-24 21:05:24 -04:00
Rem0o
487dd68003 Version 45 2020-08-20 17:09:24 -04:00
5 changed files with 8 additions and 5 deletions

Binary file not shown.

Binary file not shown.

Before

Width:  |  Height:  |  Size: 40 KiB

After

Width:  |  Height:  |  Size: 48 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 60 KiB

After

Width:  |  Height:  |  Size: 74 KiB

View File

@@ -6,6 +6,9 @@ This is the release repository for Fan Control, a highly customizable fan contro
## New
* 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
* Support for external sensors with .sensor files (see Example.sensor in your application folder)
@@ -13,8 +16,7 @@ This is the release repository for Fan Control, a highly customizable fan contro
1. [Download the latest archive](/FanControl.zip?raw=true)
2. Extract to the desired installation folder
3. [Optional] Run the Register_Startup_Task.cmd script
4. Start FanControl.exe
3. Start FanControl.exe
## Issues
@@ -39,7 +41,8 @@ This is the release repository for Fan Control, a highly customizable fan contro
* Linear : Temperature based linear function
* Graph : Temperature based custom curve
* Mix : Use two different curves and apply a mix function (Max, Sum)
* Target: Temperature based that holds speed until target temperature is reached
* 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": 44,
"Message": "-Bug fixes\r\n-Improved exception handling"
"Number": 49,
"Message": "-Updated LibreHardwareMonitorLib (better IT8628E support)"
}