Compare commits

...

15 Commits
V181 ... V187

Author SHA1 Message Date
Rem0o
2a8d662811 V187 2024-04-18 17:35:09 -04:00
Rem0o
cbd4fdb84a Update README.md 2024-04-04 11:35:05 -04:00
Rem0o
a745daf84a V186 2024-04-01 11:04:29 -04:00
Rem0o
5bc18a69c9 V185 2024-03-22 15:10:32 -04:00
Rem0o
8f3e4718c6 Update README.md 2024-03-17 12:39:52 -04:00
Rem0o
71f253bfd6 V184 2024-03-16 17:00:28 -04:00
Rem0o
940cc0a360 V183
Replace v182 with the flat fan curve bug.
2024-03-14 10:58:11 -04:00
Rem0o
22d3228ad7 Update README.md 2024-03-14 09:38:26 -04:00
Rem0o
96f6274518 V182 2024-03-14 09:27:32 -04:00
Rem0o
254bb231d5 Updater with installer support 2024-03-12 10:11:28 -04:00
Rem0o
a8fa76500c Update README.md 2024-03-10 13:37:42 -04:00
Rem0o
a08dda547d Update README.md 2024-02-28 23:10:07 -05:00
Phil Urban
de95e739e4 Update README.md with winget (#2326) 2024-02-23 09:35:38 -05:00
Rem0o
1ec024fbf6 Update README.md 2024-02-15 15:47:26 -05:00
Rem0o
2206ba77ea Update README.md 2024-02-15 15:45:19 -05:00
4 changed files with 25 additions and 13 deletions

Binary file not shown.

View File

@@ -18,12 +18,13 @@
## New
.NET 8 version now available. Had to update the Updater.exe to support the new version, might take some time for the usual Microsoft Defender false positive submission to go through.
* Fan calibration and RPM mode for fan curves. See [discussion](https://github.com/Rem0o/FanControl.Releases/discussions/2333).
* Installer now available in addition to the portable version of the application. Both .NET 4.8 and 8.0 versions of the application are available as such [here](https://github.com/Rem0o/FanControl.Releases/releases).
## Installation
1. [Download the latest archive](/FanControl.zip?raw=true)
2. Extract to the desired installation folder
1. [Download the latest archive](/FanControl.zip?raw=true) <i>or</i> [an installer from the release page](https://github.com/Rem0o/FanControl.Releases/releases).
2. Extract to the desired installation folder <i>or</i> run the installer
3. Start FanControl.exe
4. (Optional) -c or --config [json config file] command line arg
@@ -34,6 +35,12 @@ scoop bucket add extras
scoop install fancontrol
```
### Install with [Winget](https://apps.microsoft.com/detail/9nblggh4nns1?rtc=1&hl=en-us&gl=US#activetab=pivot:overviewtab)
```
winget install Rem0o.FanControl
```
# Documentation
https://getfancontrol.com/docs/
@@ -57,10 +64,14 @@ JayzTwoCents - Everyone NEEDS this FREE piece of software... You will thank me!
![Fan Control](Images/MainUI.png)
## Uninstall
Fan Control is a stand-alone app. You can leave the files there for use further down the line, or delete them.
### Portable
You can leave the files there for use further down the line, or delete them.
Note: If you have Fan Control set to automatically start with Windows, either untick the checkbox in Fan Control, or manually delete the "Fan Control" task in Windows Task Scheduler.
### Installer
Uninstall like any other windows program through the programs list
## Plugins
The plugin system let you inject any type of sensor into FanControl, see [Plugins wiki](https://github.com/Rem0o/FanControl.Releases/wiki/Plugins)
@@ -79,8 +90,10 @@ From the community (notify me if I'm missing some):
* https://github.com/EightB1ts/FanControl.LianLi to interface with LianLi [L-Connect 3](https://lian-li.com/l-connect3/) fan controllers
* https://github.com/TimSirmovics/FanControl.NvThermalSensors to get GPU Hot Spot and Memory Junction temperature for Nvidia GPUs
* https://github.com/SasaKaranovic/FanControl.OpenFan to interface with [OpenFAN](https://github.com/SasaKaranovic/OpenFanController) controller
* https://github.com/Brian-E-Taylor/FanControl.AIDA64 to get readings out of AIDA64
From Rem0o
* (EXPERIMENTATAL) https://github.com/Rem0o/FanControl.IntelCtlLibrary (Intel ARC gpus)
* (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
@@ -91,7 +104,7 @@ From Rem0o
* https://github.com/LibreHardwareMonitor/LibreHardwareMonitor
* https://github.com/falahati/NvAPIWrapper
* Please only open issues on this repository for the software itself, UI, feature request and so on.
* Please only open issues on this repository for the software itself, UI, feature request and so on. If it's a "make this work please" hardware support request, I will link this section of the README and close your issue.
* If you do have a special hardware compatibility request and you can provide a __working__ sample of code that can be used in .NET, like with a [Plugin](https://github.com/Rem0o/FanControl.Releases/wiki/Plugins), then feel free to submit that.
## FAQ

Binary file not shown.

View File

@@ -1,12 +1,11 @@
{
"Number": 181,
"Message": "- Max response time increased from 60 to 300 seconds\r\n- Fixed a bug where a fan would stay stuck on its default %\r\n- Increased the set control % when pairing with the assisted setup\r\n- Software now available with an installer (portable still available)",
"Number": 187,
"Message": "- Update LibreHardwareMonitorLib\r\n- Fix some auto-calibration issues\r\n- Do not queue snack messages when window is not visible\r\n- Detect control discrepancy with calibration",
"Checksums": {
"FanControl_4_8": "BC0EB9699B7D333E13F198B406DB4944",
"FanControl_7_0": "C1AD1BE1F277CCDEC356947D710CFB73",
"FanControl_8_0": "4491189AFB075298B37B0375D15713B2",
"FanControl_4_8_Installer": "1B83CD70E35753F90912E4B147734B9C",
"FanControl_8_0_Installer": "4DA40EB6F6681AFB8E85F0F796537599",
"Updater": "4998323B6A3AE40C420202EB773CF4A4"
"FanControl_4_8": "07D98BDD62C93C3C4FB7B7432B21F436",
"FanControl_8_0": "A3023580F56791D26CBB3D9133E925E8",
"FanControl_4_8_Installer": "EA21215B5E208FAEF3F62C8B4F1B87D1",
"FanControl_8_0_Installer": "418E7EADB186F8D0AAF1835B0526D435",
"Updater": "3979183BCC2ED8463198F0197BC97F18"
}
}