Compare commits

..

8 Commits
V185 ... V189

Author SHA1 Message Date
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
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
3 changed files with 10 additions and 9 deletions

Binary file not shown.

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).
@@ -93,7 +93,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
* (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
@@ -114,7 +115,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?

View File

@@ -1,11 +1,11 @@
{
"Number": 185,
"Message": "- Fix calibration bug when scanning for maximum RPM value\r\n- Add RPM range tooltip on RPM label\r\n- Add view option to hide calibration label at the bottom of control cards.",
"Number": 189,
"Message": "- Fix bugs\r\n- Reduce CPU usage of LHM Nvidia gpu sensor source\r\n- Button to install plugins\r\n- Update LibreHardwareMonitorLib",
"Checksums": {
"FanControl_4_8": "3A198D52324D42A8A8FB92731D9E8D14",
"FanControl_8_0": "39B478F5C6C8B28A97876BEECBF66BB6",
"FanControl_4_8_Installer": "D437FF865D58845E1730545D5A98B697",
"FanControl_8_0_Installer": "773B2224F1112FD629FB62D5F76F6B68",
"FanControl_4_8": "BB9F2F404780A76799553DB1556984DD",
"FanControl_8_0": "3C8ACFFC861A9B477B5BD0E853F6E5F9",
"FanControl_4_8_Installer": "96E6E2343796A3E21D0A796E6FDF4EA5",
"FanControl_8_0_Installer": "B2D56DEC505EBC3D389692D369DA3464",
"Updater": "3979183BCC2ED8463198F0197BC97F18"
}
}