mirror of
https://github.com/Rem0o/FanControl.Releases.git
synced 2026-01-11 23:48:09 -05:00
Compare commits
25 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
0b5b319aa1 | ||
|
|
d0fcd4e88f | ||
|
|
5be9e89635 | ||
|
|
dba48adfb6 | ||
|
|
e0e6994ce4 | ||
|
|
91b0fd2f28 | ||
|
|
2638976181 | ||
|
|
9d73df2ea9 | ||
|
|
4d60929f2c | ||
|
|
49c708a1a9 | ||
|
|
334aca13f0 | ||
|
|
59c883a213 | ||
|
|
a20fa5a811 | ||
|
|
8725128cfb | ||
|
|
212292f9a9 | ||
|
|
2100c3a81d | ||
|
|
05347ad029 | ||
|
|
5ac5128afb | ||
|
|
b514b03e45 | ||
|
|
5c08f9274f | ||
|
|
8afd122412 | ||
|
|
c1fdffb8e5 | ||
|
|
886f5ee773 | ||
|
|
248e6e9d5f | ||
|
|
fee1f11cd1 |
BIN
FanControl.zip
BIN
FanControl.zip
Binary file not shown.
21
README.md
21
README.md
@@ -5,12 +5,15 @@
|
||||
This is the release repository for Fan Control, a highly customizable fan controlling software for Windows.
|
||||
|
||||
## New
|
||||
* <b> Manual control for each control card </b><br>
|
||||

|
||||
* Step % has been split in step up and step 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
|
||||
|
||||
* <b> -c or --config [json config file] command line arg </b>
|
||||
* Increased max temp. to 120 C
|
||||
* Replaced numerical comboboxes with text boxes
|
||||
* 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
|
||||
|
||||
## Installation
|
||||
|
||||
@@ -24,8 +27,10 @@ This is the release repository for Fan Control, a highly customizable fan contro
|
||||
* 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.
|
||||
* <b>Q</b>: Does it run on my OS?
|
||||
<br><b>A</b>: If your OS is W10, yes.
|
||||
* <b>Q</b>: There is no control cards / control cards are missing / control cards are not changing my fan speeds, what's the issue?
|
||||
<br><b>A</b>: Your motherboard's SuperIO chip is not supported / badly supported, see the [Issues](#issues) section.
|
||||
|
||||
|
||||

|
||||
|
||||
BIN
Updater.exe
BIN
Updater.exe
Binary file not shown.
@@ -1,4 +1,4 @@
|
||||
{
|
||||
"Number": 70,
|
||||
"Message": "-Bug fix when refreshing sensors"
|
||||
"Number": 83,
|
||||
"Message": "- Updated LibreHardwareMonitorLib"
|
||||
}
|
||||
Reference in New Issue
Block a user