Compare commits

...

6 Commits
V64 ... V67

Author SHA1 Message Date
Rem0o
60657eb0be Version 67 2021-02-08 09:38:22 -05:00
Rem0o
32fa949271 Version 66 2021-02-01 13:39:02 -05:00
Rem0o
6b78fca414 Update FanControl.zip 2021-01-29 10:58:49 -05:00
Rem0o
68ec416e6d Update README.md 2021-01-28 15:06:54 -05:00
Rem0o
ce43ad4ca5 Version 65 2021-01-28 10:47:16 -05:00
Rem0o
98063a9b17 Update README.md 2021-01-24 17:24:07 -05:00
3 changed files with 13 additions and 10 deletions

Binary file not shown.

View File

@@ -5,13 +5,11 @@
This is the release repository for Fan Control, a highly customizable fan controlling software for Windows.
## New
* <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)
* Custom sensors: Create a "mix" sensor with a custom function (min, max, average)
* Mix fan curve supports 1-N curves
* Sync dark/light windows theme with Fan Control
* Adjusted styling in dark mode
* Min function for the mix curve
## Installation
@@ -24,6 +22,11 @@ This is the release repository for Fan Control, a highly customizable fan contro
* I am not the main developer for the driver portion of this software. Any issue regarding hardware compatibility should be submitted to LibreHardwareMonitor's repository.
* Please only open issues for the software itself, UI, feature request and so on.
## FAQ
* Q: There is no control cards / control cards are missing / control cards are not changing my fan speeds, what's the issue?
<br>A: Your motherboard's SuperIO chip is not supported / badly supported, see the [Issues](#issues) section.
![Fan Control](Images/MainUI.png)
## Features
@@ -64,4 +67,4 @@ This is the release repository for Fan Control, a highly customizable fan contro
## Libraries used:
* https://github.com/LibreHardwareMonitor/LibreHardwareMonitor
* https://github.com/MaterialDesignInXAML/MaterialDesignInXamlToolkit
* https://github.com/falahati/NvAPIWrapper
* https://github.com/falahati/NvAPIWrapper

View File

@@ -1,4 +1,4 @@
{
"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"
"Number": 67,
"Message": "- Fixed a bug when loading/switching profiles"
}