Compare commits

...

22 Commits
V138 ... V147

Author SHA1 Message Date
Rem0o
705ea357c0 V147 2023-02-23 12:35:11 -05:00
Rem0o
b703101467 Update FanControl.zip 2023-02-12 19:55:51 -05:00
Evan Mulawski
8af9b00d7d Update CorsairLink plugin description in README (#1530) 2023-02-12 17:42:13 -05:00
Rem0o
2b77b7b368 V146 2023-02-12 11:18:32 -05:00
Rem0o
ff4ba99931 Update README.md 2023-02-10 19:35:06 -05:00
Rem0o
9e117a6c96 Merge branch 'master' of https://github.com/Rem0o/FanControl.Releases 2023-02-09 10:48:48 -05:00
Rem0o
d960ccf7cb V145 2023-02-09 10:48:46 -05:00
Rem0o
b516fd4958 Update README.md 2023-02-04 13:24:07 -05:00
Rem0o
b27984dee4 Update README.md 2023-01-26 20:15:48 -05:00
Rem0o
12433ebce1 V144 2023-01-20 15:08:57 -05:00
Rem0o
7a04e27195 V143 2023-01-12 16:14:14 -05:00
Evan Mulawski
9cfcea9b04 Add CorsairLink plugin link to README (#1445) 2023-01-09 09:29:16 -05:00
Rem0o
843b0426c2 V142 2022-12-29 12:43:24 -05:00
Rem0o
d68fa708f6 Update README.md 2022-12-28 13:59:24 -05:00
Rem0o
5eca2a6c3c Update README.md 2022-12-23 12:24:27 -05:00
Rem0o
b600f596b5 Update README.md 2022-12-21 13:08:39 -05:00
Rem0o
a45fff6ab6 Update README.md 2022-12-21 13:08:01 -05:00
Kris Schneider
edb77c0244 README.md: I got FanControl added to scoop (#1392)
Scoop installation
2022-12-21 11:43:25 -05:00
Rem0o
def30f6f0e V141 2022-12-16 10:17:10 -05:00
Rem0o
3699cccdf0 V140 2022-12-13 09:06:34 -05:00
Rem0o
976f035354 V139 2022-12-05 09:31:27 -05:00
Rem0o
645e46dc1e Update FanControl.zip 2022-12-02 15:16:52 -05:00
3 changed files with 20 additions and 10 deletions

Binary file not shown.

View File

@@ -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 @@
[![Download](https://img.shields.io/badge/Download-FanControl-green.svg?style=flat&logo=download)](/FanControl.zip?raw=true)
[![Donate](https://img.shields.io/badge/Donate-PayPal-blue.svg?style=flat&logo=paypal)](https://www.paypal.com/cgi-bin/webscr?cmd=_donations&business=N4JPSTUQHRJM8&currency_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!
![Fan Control](Images/MainUI.png)
## 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

View File

@@ -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"
}