Compare commits

...

11 Commits
V187 ... V191

Author SHA1 Message Date
Rem0o
863bfea51f V191 2024-05-18 12:00:27 -04:00
Rem0o
0107601c47 V190 2024-05-14 09:31:00 -04:00
Rem0o
ef71a9bce0 Merge branch 'bugfix/updater_kill_fc_process' 2024-05-12 11:46:33 -04:00
Rem0o
4977c3e9b9 Wait for process exit 2024-05-10 13:25:28 -04:00
Rem0o
3b66485d30 Update README.md 2024-05-08 16:58:27 -04:00
Rem0o
d6e07d772f Add plugin installation image 2024-05-08 16:57:15 -04:00
Rem0o
2ed2c53f08 V189 2024-05-08 11:01:33 -04:00
Rem0o
5700b00a37 Update README.md 2024-05-05 20:41:59 -04:00
Rem0o
30a9c9ed45 V188 2024-04-30 20:37:43 -04:00
Rem0o
2ece9e05c5 Update README.md 2024-04-30 20:35:54 -04:00
Rem0o
ce51e12947 Update README.md 2024-04-26 23:57:55 -04:00
5 changed files with 13 additions and 11 deletions

Binary file not shown.

Binary file not shown.

After

Width:  |  Height:  |  Size: 8.2 KiB

View File

@@ -17,7 +17,7 @@
[![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)
## New
* AMD GPU support through the [ADLX plugin](https://github.com/Rem0o/FanControl.ADLX). Now actively tested and developped by Rem0o.
* 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).
@@ -76,6 +76,8 @@ Uninstall like any other windows program through the programs list
The plugin system let you inject any type of sensor into FanControl, see [Plugins wiki](https://github.com/Rem0o/FanControl.Releases/wiki/Plugins)
![Plugin Installation](Images/PluginInstallation.png)
From the community (notify me if I'm missing some):
* https://github.com/fu-raz/FanControlThermaltake
* https://github.com/jmarucha/FanControl.Liquidctl
@@ -93,8 +95,8 @@ From the community (notify me if I'm missing some):
* 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)
* (EXPERIMENTAL) https://github.com/Rem0o/FanControl.IntelCtlLibrary (Intel ARC gpus)
* 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
@@ -115,7 +117,7 @@ From Rem0o
* __Q__: My Nvidia cards won't go below 30% and doesn't go to 0 RPM, why?
<br>__A__: [See here](https://github.com/Rem0o/FanControl.Releases/wiki/Nvidia-30%25-and-0-RPM)
* __Q__: My new AMD card can't be controlled, why?
<br>__A__: Newer AMD cards are not supported. If you can provide a working sample of code that works with these newer cards, please share!
<br>__A__: Newer AMD cards are not supported by LHM, but support is available through [ADLX plugin](https://github.com/Rem0o/FanControl.ADLX). This plugin will be ported to the main application at some point, either through LHM or directly like NvAPIWrapper.
* __Q__: There is no control cards / control cards are missing / control cards are not changing my fan speeds, what's the issue?
<br>__A__: See __[ Issues and hardware compatibility](#issues-and-hardware-compatibility)__.
* __Q__: How does __[FAN CURVE TYPE]__ works and what does its parameters do?

Binary file not shown.

View File

@@ -1,11 +1,11 @@
{
"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",
"Number": 191,
"Message": "- Update LibreHardwareMonitorLib (AMD RX 400/500 fix)\r\n- Allow tray icons reordering",
"Checksums": {
"FanControl_4_8": "07D98BDD62C93C3C4FB7B7432B21F436",
"FanControl_8_0": "A3023580F56791D26CBB3D9133E925E8",
"FanControl_4_8_Installer": "EA21215B5E208FAEF3F62C8B4F1B87D1",
"FanControl_8_0_Installer": "418E7EADB186F8D0AAF1835B0526D435",
"Updater": "3979183BCC2ED8463198F0197BC97F18"
"FanControl_4_8": "EA1B53CBD46A25117F769D8266237A46",
"FanControl_8_0": "A49526DA7D177919BECD9D5467299F45",
"FanControl_4_8_Installer": "43DB8FF90A8754BD31A9FA4CB066095B",
"FanControl_8_0_Installer": "55B86BACD1FD5C5F7C2253D7C0ED0FE6",
"Updater": "8BC3FB11C955E99E2EC5863884140484"
}
}