Compare commits

..

12 Commits
V54 ... V63

Author SHA1 Message Date
Rem0o
eafd79a4c5 Version 63 2021-01-16 14:04:50 -05:00
Rem0o
249c677608 Update README.md 2021-01-03 11:46:55 -05:00
Rem0o
b8baa8e29a Version 62 2021-01-03 11:46:26 -05:00
Rem0o
c2c56283fe Version 61 2021-01-01 17:48:21 -05:00
Rem0o
a64608f4bc Version 60 2020-12-28 12:52:58 -05:00
Rem0o
0418a27b6d Update FanControl.zip 2020-12-04 16:33:19 -05:00
Rem0o
a0fb99d53c Version 59 2020-12-04 15:46:21 -05:00
Rem0o
cf12517eac Version 58 2020-11-25 19:50:46 -05:00
Rem0o
27cba84188 Update FanControl.zip 2020-11-17 15:38:54 -05:00
Rem0o
7fc036e89c Version 57 2020-11-17 15:18:00 -05:00
Rem0o
c53dbe8d86 Version 56 2020-11-10 13:37:06 -05:00
Rem0o
25c4003392 Version 55 2020-11-03 11:39:17 -05:00
3 changed files with 8 additions and 10 deletions

Binary file not shown.

View File

@@ -6,14 +6,12 @@ This is the release repository for Fan Control, a highly customizable fan contro
## New
* <b>Refined more compact card UI</b>
* <b>Start % (activation % before) and Stop % are now separated</b>
* <b>Adjusted styling in dark mode</b>
* <b>Min function for the mix curve</b>
* Ryzen 5000 support
* Refined more compact card UI
* Start % (activation % before) and Stop % are now separated
* 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
* Support for external sensors with .sensor files (see Example.sensor in your application folder)
## Installation
@@ -45,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, Average)
* Mix : Use two different curves and apply a mix function (Min, Max, Sum, Average)
* Sync : Sync to an existing control
* Flat: Set a fixed %

View File

@@ -1,4 +1,4 @@
{
"Number": 54,
"Message": "-More compact UI\r\n-Added stop % parameter to the control card\r\n-Automatic stop % detection menu option "
"Number": 63,
"Message": "- Updated LibreHardwareMonitorLib \r\n- Fixed a bug where controls are changed even if disabled on profile load \r\n- Clicking the donate button in the dialog will disable the dialog"
}