mirror of
https://github.com/Rem0o/FanControl.Releases.git
synced 2026-04-26 03:00:17 -04:00
Compare commits
28 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
60657eb0be | ||
|
|
32fa949271 | ||
|
|
6b78fca414 | ||
|
|
68ec416e6d | ||
|
|
ce43ad4ca5 | ||
|
|
98063a9b17 | ||
|
|
12f6f23c6e | ||
|
|
eafd79a4c5 | ||
|
|
249c677608 | ||
|
|
b8baa8e29a | ||
|
|
c2c56283fe | ||
|
|
a64608f4bc | ||
|
|
0418a27b6d | ||
|
|
a0fb99d53c | ||
|
|
cf12517eac | ||
|
|
27cba84188 | ||
|
|
7fc036e89c | ||
|
|
c53dbe8d86 | ||
|
|
25c4003392 | ||
|
|
4798ae0d30 | ||
|
|
29604ead22 | ||
|
|
b386906193 | ||
|
|
cd985a7720 | ||
|
|
219e48a4f1 | ||
|
|
990750d9aa | ||
|
|
653c33a23d | ||
|
|
95d4378fdc | ||
|
|
74b38e837e |
BIN
FanControl.zip
BIN
FanControl.zip
Binary file not shown.
Binary file not shown.
|
Before Width: | Height: | Size: 48 KiB After Width: | Height: | Size: 56 KiB |
Binary file not shown.
|
Before Width: | Height: | Size: 74 KiB After Width: | Height: | Size: 57 KiB |
22
README.md
22
README.md
@@ -5,12 +5,11 @@
|
|||||||
This is the release repository for Fan Control, a highly customizable fan controlling software for Windows.
|
This is the release repository for Fan Control, a highly customizable fan controlling software for Windows.
|
||||||
|
|
||||||
## New
|
## New
|
||||||
|
* Custom sensors: Create a "mix" sensor with a custom function (min, max, average)
|
||||||
* Average function for the mix curve
|
* Mix fan curve supports 1-N curves
|
||||||
* Start with Windows setting
|
* Sync dark/light windows theme with Fan Control
|
||||||
* New fan curve type : "Target". Will hold the configured "load" fan speed until the idle temperature is reached.
|
* Adjusted styling in dark mode
|
||||||
* Support for newer Nvidia RTX cards with NvAPIWrapper
|
* Min function for the mix curve
|
||||||
* Support for external sensors with .sensor files (see Example.sensor in your application folder)
|
|
||||||
|
|
||||||
## Installation
|
## Installation
|
||||||
|
|
||||||
@@ -23,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.
|
* 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.
|
* 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
|
## Features
|
||||||
@@ -30,7 +34,7 @@ This is the release repository for Fan Control, a highly customizable fan contro
|
|||||||
* Save, edit and load multiple profiles
|
* Save, edit and load multiple profiles
|
||||||
* Multiple temperature sources ( CPU, GPU, motherboard, hard drives, ".sensor" file )
|
* Multiple temperature sources ( CPU, GPU, motherboard, hard drives, ".sensor" file )
|
||||||
* Custom fan curves
|
* Custom fan curves
|
||||||
* Fine tune the fan control response with steps, activation %, response time and hysteresis
|
* Fine tune the fan control response with steps, start %, stop %, response time and hysteresis
|
||||||
* Mix different curves and sensors together
|
* Mix different curves and sensors together
|
||||||
* Modern, dashboard-style UI
|
* Modern, dashboard-style UI
|
||||||
* Works as a background application with a customizable tray icon
|
* Works as a background application with a customizable tray icon
|
||||||
@@ -42,7 +46,7 @@ This is the release repository for Fan Control, a highly customizable fan contro
|
|||||||
* Linear : Temperature based linear function
|
* Linear : Temperature based linear function
|
||||||
* Graph : Temperature based custom curve
|
* Graph : Temperature based custom curve
|
||||||
* Target: Temperature based that holds speed until target temperature is reached
|
* 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
|
* Sync : Sync to an existing control
|
||||||
* Flat: Set a fixed %
|
* Flat: Set a fixed %
|
||||||
|
|
||||||
@@ -63,4 +67,4 @@ This is the release repository for Fan Control, a highly customizable fan contro
|
|||||||
## Libraries used:
|
## Libraries used:
|
||||||
* https://github.com/LibreHardwareMonitor/LibreHardwareMonitor
|
* https://github.com/LibreHardwareMonitor/LibreHardwareMonitor
|
||||||
* https://github.com/MaterialDesignInXAML/MaterialDesignInXamlToolkit
|
* https://github.com/MaterialDesignInXAML/MaterialDesignInXamlToolkit
|
||||||
* https://github.com/falahati/NvAPIWrapper
|
* https://github.com/falahati/NvAPIWrapper
|
||||||
|
|||||||
BIN
Updater.exe
BIN
Updater.exe
Binary file not shown.
@@ -1,4 +1,4 @@
|
|||||||
{
|
{
|
||||||
"Number": 49,
|
"Number": 67,
|
||||||
"Message": "-Updated LibreHardwareMonitorLib (better IT8628E support)"
|
"Message": "- Fixed a bug when loading/switching profiles"
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user