mirror of
https://github.com/Rem0o/FanControl.Releases.git
synced 2026-01-12 07:58:06 -05:00
Compare commits
29 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
4d60929f2c | ||
|
|
49c708a1a9 | ||
|
|
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 |
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 |
19
README.md
19
README.md
@@ -5,11 +5,14 @@
|
||||
This is the release repository for Fan Control, a highly customizable fan controlling software for Windows.
|
||||
|
||||
## New
|
||||
* 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
|
||||
|
||||
* <b> Replaced numerical comboboxes with text boxes </b>
|
||||
* Time average custom sensor ( Plus sign menu )
|
||||
* File custom sensor interface ( Plus sign menu )
|
||||
* 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
|
||||
|
||||
## Installation
|
||||
|
||||
@@ -24,8 +27,7 @@ This is the release repository for Fan Control, a highly customizable fan contro
|
||||
|
||||
## 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.
|
||||
<br>A: Your motherboard's SuperIO chip is not supported / badly supported, see the [Issues](#issues) section.
|
||||
|
||||
|
||||

|
||||
@@ -35,6 +37,7 @@ A: Your motherboard's SuperIO chip is not supported / badly supported, see the [
|
||||
* 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
|
||||
@@ -68,4 +71,4 @@ A: Your motherboard's SuperIO chip is not supported / badly supported, see the [
|
||||
## 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": 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"
|
||||
"Number": 78,
|
||||
"Message": "- UI update: replaced numerical comboboxes with input fields\r\n- Ask for save on exit \r\n- Fixed a sensor refresh bug"
|
||||
}
|
||||
Reference in New Issue
Block a user