mirror of
https://github.com/Rem0o/FanControl.Releases.git
synced 2026-01-12 07:58:06 -05:00
Compare commits
12 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
ce43ad4ca5 | ||
|
|
98063a9b17 | ||
|
|
12f6f23c6e | ||
|
|
eafd79a4c5 | ||
|
|
249c677608 | ||
|
|
b8baa8e29a | ||
|
|
c2c56283fe | ||
|
|
a64608f4bc | ||
|
|
0418a27b6d | ||
|
|
a0fb99d53c | ||
|
|
cf12517eac | ||
|
|
27cba84188 |
BIN
FanControl.zip
BIN
FanControl.zip
Binary file not shown.
20
README.md
20
README.md
@@ -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,12 @@ 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.
|
||||
|
||||
|
||||

|
||||
|
||||
## Features
|
||||
@@ -43,7 +47,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 %
|
||||
|
||||
|
||||
@@ -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": 65,
|
||||
"Message": "- NEW: You can now add a new \"Mix\" custom temperature sensor from the \"+\" menu \r\n- Updated LibreHardwareMonitorLib \r\n- Tray icon temperature colors now match with Windows dark/light mode"
|
||||
}
|
||||
Reference in New Issue
Block a user