Compare commits

..

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

Binary file not shown.

View File

@@ -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": 62,
"Message": "- Fixed response time with two-way hysteresis\r\n- Adjusted colors and styling in dark mode\r\n- Min function for the mix curve"
"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"
}