Compare commits

..

6 Commits
V59 ... 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
3 changed files with 7 additions and 7 deletions

Binary file not shown.

View File

@@ -6,12 +6,12 @@ This is the release repository for Fan Control, a highly customizable fan contro
## New
* <b>Adjusted styling in dark mode</b>
* <b>Min function for the mix curve</b>
* Ryzen 5000 support
* <b>Refined more compact card UI</b>
* <b>Start % (activation % before) and Stop % are now separated</b>
* 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
## Installation
@@ -43,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": 59,
"Message": "- Fixed bug where a control could get stuck at 0% \r\n- Fixed a bug where a fan would ramp up or down on config change"
"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"
}