Compare commits

...

16 Commits
V57 ... 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
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
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
Rem0o
a0fb99d53c Version 59 2020-12-04 15:46:21 -05:00
Rem0o
cf12517eac Version 58 2020-11-25 19:50:46 -05:00
Rem0o
27cba84188 Update FanControl.zip 2020-11-17 15:38:54 -05:00
3 changed files with 14 additions and 11 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
* Ryzen 5000 support
* <b>Refined more compact card UI</b>
* <b>Start % (activation % before) and Stop % are now separated</b>
* 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
* 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
@@ -43,7 +46,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 %
@@ -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": 57,
"Message": "- Updated LibreHardwareMonitorLib: Ryzen 5000 support\r\n- When storage is disabled, drives wont spin up at startup"
"Number": 67,
"Message": "- Fixed a bug when loading/switching profiles"
}