Compare commits

...

3 Commits
V61 ... 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
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": 61,
"Message": "- Fixed response time with two-way hysteresis"
"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"
}