Compare commits

...

5 Commits
V42 ... V45

Author SHA1 Message Date
Rem0o
487dd68003 Version 45 2020-08-20 17:09:24 -04:00
Rem0o
60e8afd5f2 Version 44 2020-08-16 17:48:35 -04:00
Rem0o
1f19b19b6b Update README.md 2020-08-15 11:57:16 -04:00
Rem0o
839ade896e Update README.md 2020-08-15 11:56:36 -04:00
Rem0o
13409451b5 Version 43 2020-08-15 11:45:23 -04:00
3 changed files with 13 additions and 6 deletions

Binary file not shown.

View File

@@ -4,10 +4,11 @@
##
This is the release repository for Fan Control, a highly customizable fan controlling software for Windows.
Libraries used:
* https://github.com/LibreHardwareMonitor/LibreHardwareMonitor
* https://github.com/MaterialDesignInXAML/MaterialDesignInXamlToolkit
* https://github.com/falahati/NvAPIWrapper
## New
* 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)
## Installation
@@ -39,6 +40,7 @@ Libraries used:
* 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)
* Sync : Sync to an existing control
* Flat: Set a fixed %
@@ -56,3 +58,8 @@ Libraries used:
* Dark mode available
![Fan Control](Images/ColorsDialog.png)
## Libraries used:
* https://github.com/LibreHardwareMonitor/LibreHardwareMonitor
* https://github.com/MaterialDesignInXAML/MaterialDesignInXamlToolkit
* https://github.com/falahati/NvAPIWrapper

View File

@@ -1,4 +1,4 @@
{
"Number": 42,
"Message": "-Changed Nvidia GPU backend to NVApiWrapper (breaking change for Nvidia GPU configurations)\r\n-Fixed Nvidia fan control when multiple controls are available\r\n-Fixed bug with the automatic fan matching"
"Number": 45,
"Message": "-Target Fan Curve: Holds the load fan speed until idle temperature is reached \r\n-0 deg (empty/null) temperature readout will max fan curves"
}