mirror of
https://github.com/Rem0o/FanControl.Releases.git
synced 2026-01-11 23:48:09 -05:00
Compare commits
8 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
60657eb0be | ||
|
|
32fa949271 | ||
|
|
6b78fca414 | ||
|
|
68ec416e6d | ||
|
|
ce43ad4ca5 | ||
|
|
98063a9b17 | ||
|
|
12f6f23c6e | ||
|
|
eafd79a4c5 |
BIN
FanControl.zip
BIN
FanControl.zip
Binary file not shown.
21
README.md
21
README.md
@@ -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.
|
||||
|
||||
|
||||

|
||||
|
||||
## 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
|
||||
|
||||
@@ -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": 67,
|
||||
"Message": "- Fixed a bug when loading/switching profiles"
|
||||
}
|
||||
Reference in New Issue
Block a user