mirror of
https://github.com/Rem0o/FanControl.Releases.git
synced 2026-01-11 23:48:09 -05:00
Compare commits
22 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
705ea357c0 | ||
|
|
b703101467 | ||
|
|
8af9b00d7d | ||
|
|
2b77b7b368 | ||
|
|
ff4ba99931 | ||
|
|
9e117a6c96 | ||
|
|
d960ccf7cb | ||
|
|
b516fd4958 | ||
|
|
b27984dee4 | ||
|
|
12433ebce1 | ||
|
|
7a04e27195 | ||
|
|
9cfcea9b04 | ||
|
|
843b0426c2 | ||
|
|
d68fa708f6 | ||
|
|
5eca2a6c3c | ||
|
|
b600f596b5 | ||
|
|
a45fff6ab6 | ||
|
|
edb77c0244 | ||
|
|
def30f6f0e | ||
|
|
3699cccdf0 | ||
|
|
976f035354 | ||
|
|
645e46dc1e |
BIN
FanControl.zip
BIN
FanControl.zip
Binary file not shown.
26
README.md
26
README.md
@@ -8,7 +8,7 @@
|
||||
</p>
|
||||
|
||||
|
||||
<p align=center>This is the release repository for <a href="https://getFanControl.com">Fan Control</a>, a focused and highly customizable fan controlling software for Windows.</span>
|
||||
<p align=center>This is the release repository for <a href="https://getFanControl.com">Fan Control</a>, a focused and highly customizable fan controlling software for Windows.<br><i>Sources for this software are closed.</i></span>
|
||||
|
||||
<br>
|
||||
<br>
|
||||
@@ -16,6 +16,20 @@
|
||||
[](/FanControl.zip?raw=true)
|
||||
[](https://www.paypal.com/cgi-bin/webscr?cmd=_donations&business=N4JPSTUQHRJM8¤cy_code=USD&source=url&item_name=Fan+Control)
|
||||
|
||||
## Installation
|
||||
|
||||
1. [Download the latest archive](/FanControl.zip?raw=true)
|
||||
2. Extract to the desired installation folder
|
||||
3. Start FanControl.exe
|
||||
4. (Optional) -c or --config [json config file] command line arg
|
||||
|
||||
### Install with [Scoop](https://scoop.sh/#/apps?s=2&d=1&o=true&p=1&q=fan+control)
|
||||
|
||||
```
|
||||
scoop bucket add extras
|
||||
scoop install fancontrol
|
||||
```
|
||||
|
||||
# Documentation
|
||||
|
||||
https://getfancontrol.com/docs/
|
||||
@@ -47,13 +61,6 @@ JayzTwoCents - Everyone NEEDS this FREE piece of software... You will thank me!
|
||||
|
||||

|
||||
|
||||
## Installation
|
||||
|
||||
1. [Download the latest archive](/FanControl.zip?raw=true)
|
||||
2. Extract to the desired installation folder
|
||||
3. Start FanControl.exe
|
||||
4. (Optional) -c or --config [json config file] command line arg
|
||||
|
||||
## Uninstall
|
||||
Fan Control is a stand-alone app. You can leave the files there for use further down the line, or delete them.
|
||||
|
||||
@@ -68,9 +75,12 @@ From the community (notify me if I'm missing some):
|
||||
* https://github.com/jmarucha/FanControl.Liquidctl
|
||||
* https://github.com/Mourdraug/FanControl.AsusWMI to interface with ASUS motherboards through WMI methods
|
||||
* https://github.com/medevil84/FanControl.AquacomputerHighFlowNext to interface with aquacomputer HighFlowNext
|
||||
* https://github.com/FoPzl/FanControl.AquacomputerQuadro to interface with aquacomputer Quadro
|
||||
* https://github.com/vision57/FanControl.GPU-Z
|
||||
* https://github.com/EvanMulawski/FanControl.CorsairLink to interface with Corsair Commander controllers and Hydro liquid coolers
|
||||
|
||||
From Rem0o
|
||||
* (EXPERIMENTAL) https://github.com/Rem0o/FanControl.ADLX (AMD gpus)
|
||||
* https://github.com/Rem0o/FanControl.HWInfo to import HWInfo sensor data
|
||||
* https://github.com/Rem0o/FanControl.DellPlugin for dell laptops and some towers
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
{
|
||||
"Number": 138,
|
||||
"Message": "-Minimum % feature on control cards \r\n- Updated LibreHardwareMonitorLib \r\n- Add EULA to the program."
|
||||
"Number": 147,
|
||||
"Message": "- Main window will now be responsive at startup when initializing sensors\r\n- Fixed clicking onto graph points moving them\r\n- Curves and custom sensors that failed to restore due to a missing sensor will now be shown\r\n- Updated LibreHardwareMonitorLib"
|
||||
}
|
||||
Reference in New Issue
Block a user