mirror of
https://github.com/Rem0o/FanControl.Releases.git
synced 2026-01-12 07:58:06 -05:00
Compare commits
8 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
2ed2c53f08 | ||
|
|
5700b00a37 | ||
|
|
30a9c9ed45 | ||
|
|
2ece9e05c5 | ||
|
|
ce51e12947 | ||
|
|
2a8d662811 | ||
|
|
cbd4fdb84a | ||
|
|
a745daf84a |
BIN
FanControl.zip
BIN
FanControl.zip
Binary file not shown.
@@ -17,7 +17,7 @@
|
||||
[](https://www.paypal.com/cgi-bin/webscr?cmd=_donations&business=N4JPSTUQHRJM8¤cy_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?
|
||||
|
||||
12
version.json
12
version.json
@@ -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"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user