mirror of
https://github.com/Rem0o/FanControl.Releases.git
synced 2026-01-11 23:48:09 -05:00
Compare commits
39 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
334aca13f0 | ||
|
|
59c883a213 | ||
|
|
a20fa5a811 | ||
|
|
8725128cfb | ||
|
|
212292f9a9 | ||
|
|
2100c3a81d | ||
|
|
05347ad029 | ||
|
|
5ac5128afb | ||
|
|
b514b03e45 | ||
|
|
5c08f9274f | ||
|
|
8afd122412 | ||
|
|
c1fdffb8e5 | ||
|
|
886f5ee773 | ||
|
|
248e6e9d5f | ||
|
|
fee1f11cd1 | ||
|
|
e7754f9013 | ||
|
|
2eefec8142 | ||
|
|
5f483e397e | ||
|
|
bca37ea56f | ||
|
|
e3aabbbe8a | ||
|
|
698385f7a6 | ||
|
|
50678092cc | ||
|
|
469129655b | ||
|
|
60657eb0be | ||
|
|
32fa949271 | ||
|
|
6b78fca414 | ||
|
|
68ec416e6d | ||
|
|
ce43ad4ca5 | ||
|
|
98063a9b17 | ||
|
|
12f6f23c6e | ||
|
|
eafd79a4c5 | ||
|
|
249c677608 | ||
|
|
b8baa8e29a | ||
|
|
c2c56283fe | ||
|
|
a64608f4bc | ||
|
|
0418a27b6d | ||
|
|
a0fb99d53c | ||
|
|
cf12517eac | ||
|
|
27cba84188 |
BIN
FanControl.zip
BIN
FanControl.zip
Binary file not shown.
BIN
Images/ManualControlSlider.png
Normal file
BIN
Images/ManualControlSlider.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 12 KiB |
25
README.md
25
README.md
@@ -5,13 +5,14 @@
|
||||
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
|
||||
* <b> Time average custom sensor ( Plus sign menu ) </b>
|
||||
* <b> File custom sensor interface ( Plus sign menu ) </b>
|
||||
* Plugin system, see [Plugins wiki](https://github.com/Rem0o/FanControl.Releases/wiki/Plugins) and
|
||||
* https://github.com/Rem0o/FanControl.HWInfo
|
||||
* https://github.com/Rem0o/FanControl.DellPlugin
|
||||
* Manual control for each control card
|
||||
* Step % has been split in step up and step down.
|
||||
* Custom sensors: Create a "mix" sensor with a custom function (min, max, average)
|
||||
|
||||
## Installation
|
||||
|
||||
@@ -24,6 +25,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
|
||||
@@ -31,6 +37,7 @@ This is the release repository for Fan Control, a highly customizable fan contro
|
||||
* Save, edit and load multiple profiles
|
||||
* Multiple temperature sources ( CPU, GPU, motherboard, hard drives, ".sensor" file )
|
||||
* Custom fan curves
|
||||
* Manual control
|
||||
* Fine tune the fan control response with steps, start %, stop %, response time and hysteresis
|
||||
* Mix different curves and sensors together
|
||||
* Modern, dashboard-style UI
|
||||
@@ -43,7 +50,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 +71,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": 57,
|
||||
"Message": "- Updated LibreHardwareMonitorLib: Ryzen 5000 support\r\n- When storage is disabled, drives wont spin up at startup"
|
||||
"Number": 76,
|
||||
"Message": "- Fixed a bug with the task created by \"Start With Windows\""
|
||||
}
|
||||
Reference in New Issue
Block a user