mirror of
https://github.com/Rem0o/FanControl.Releases.git
synced 2026-01-12 16:08:30 -05:00
Compare commits
8 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
f3c814a520 | ||
|
|
b2ca67af53 | ||
|
|
c8c2e4471f | ||
|
|
3a82c2ca60 | ||
|
|
3bb0fb5cab | ||
|
|
6a14584dd8 | ||
|
|
d0621da9da | ||
|
|
6bc3a9fc1c |
BIN
FanControl.zip
BIN
FanControl.zip
Binary file not shown.
24
README.md
24
README.md
@@ -25,21 +25,22 @@ JayzTwoCents - Everyone NEEDS this FREE piece of software... You will thank me!
|
||||
|
||||
* Guided __setup__ process on first launch
|
||||
* Save, edit and load multiple __profiles__
|
||||
* Change the __theme__ and __color__ to fit your setup
|
||||
* Change the __theme__ and __color__ of the application.
|
||||
* Multiple temperature __sources__ ( CPU, GPU, motherboard, hard drives... )
|
||||
* Multiple fan curve __[functions](#fan-curve-types)__, including a custom __[graph](#graph-fan-curve-editor)__
|
||||
* __Mix__ fan curves or sensor togethers (max, min, average)
|
||||
* Low resource usage
|
||||
* Advanced tuning with steps, start %, stop %, response time and hysteresis
|
||||
|
||||

|
||||
|
||||
## New
|
||||
* __(NEW) When the app fail to start due to sensor initialization issue, the sensor settings window will open__
|
||||
* __(NEW) Refined UI__
|
||||
## __New__
|
||||
* __(NEW)__ Use the -c or --config [json config file] command line argument while the app is open to switch config. Create shortcuts with predefined configs.
|
||||
* __(NEW)__ When the app fail to start due to sensor initialization issue, the sensor settings window will open
|
||||
* __(NEW)__ Refined UI
|
||||
* 0 RPM override for Nvidia cards
|
||||
* Opt-out of update popup for a specific version
|
||||
* Configurable temperature range for graphs
|
||||
<br/>
|
||||
<br/>
|
||||
|
||||

|
||||
|
||||
## Installation
|
||||
|
||||
@@ -61,7 +62,6 @@ From the community (notify me if I'm missing some):
|
||||
* https://github.com/fu-raz/FanControlThermaltake
|
||||
* https://github.com/jmarucha/FanControl.Liquidctl
|
||||
* https://github.com/Mourdraug/FanControl.AsusWMI to interface with ASUS motherboards through WMI methods
|
||||
* https://github.com/iJacks1980/FanControl.CommanderPRO to interface with Corsair commander devices
|
||||
* https://github.com/medevil84/FanControl.AquacomputerHighFlowNext to interface with aquacomputer HighFlowNext
|
||||
* https://github.com/vision57/FanControl.GPU-Z
|
||||
|
||||
@@ -94,17 +94,17 @@ From Rem0o
|
||||
|
||||
## Fan curve types
|
||||
|
||||
* (NEW) Auto: PI controller-ish type function. % will surf until temp is stable at load.
|
||||
* Auto: PI controller-ish type function. % will surf until temp is stable at load.
|
||||
* Linear : Temperature based linear function
|
||||
* Graph : Temperature based custom curve
|
||||
* Target: Temperature based that holds speed until target temperature is reached
|
||||
* Trigger: Temperature based that holds speed until trigger temperatures are reached
|
||||
* Mix : Use two different curves and apply a mix function (Min, Max, Sum, Average, Subtract)
|
||||
* Sync : Sync to an existing control
|
||||
* Flat: Set a fixed %
|
||||
|
||||
## Graph fan curve editor
|
||||
|
||||
* (NEW) Change the temperature range for finer control over a small range
|
||||
* __(NEW)__ Change the temperature range for finer control over a small range
|
||||
* Add, remove and drag points arround the graph
|
||||
* Copy and paste points from a graph to another
|
||||
* Fine-tune the response with the hysteresis and response time parameters
|
||||
|
||||
BIN
Updater.exe
BIN
Updater.exe
Binary file not shown.
@@ -1,4 +1,4 @@
|
||||
{
|
||||
"Number": 134,
|
||||
"Message": "- UI refinements \r\n- Sexier graph fan curve card \r\n- Failed initialization will now prompt the sensor settings"
|
||||
"Number": 137,
|
||||
"Message": "- Updated LibreHardwareMonitorLib (NCT6799D, NCT6686D, Windows storage spaces) \r\n- Renamed target fan curve to trigger fan curve to better reflect its internal logic."
|
||||
}
|
||||
Reference in New Issue
Block a user