Compare commits

...

5 Commits
V60 ... V64

Author SHA1 Message Date
Rem0o
12f6f23c6e Version 64 2021-01-24 17:21:52 -05:00
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
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": 60,
"Message": "- Help dialog for each fan curve type when clicking on its logo icon \r\n- Target fan curve now has reponse time parameter"
"Number": 64,
"Message": "- Tray icon temperature colors now match with Windows dark/light mode \r\n- Added sync dark/light mode with Windows option \r\n- Mix fan curve now supports more than 2 curves"
}