Compare commits

...

8 Commits
V195 ... V199

Author SHA1 Message Date
Rem0o
b98b4ee6be Update version.json 2024-08-13 08:59:40 -04:00
Rem0o
de7764ee24 V199 2024-08-13 08:58:08 -04:00
Rem0o
153dc5d994 V198 2024-07-27 13:41:28 -04:00
Rem0o
b5a1d87638 V197 2024-07-24 17:35:11 -04:00
Rem0o
af4c4c2258 Update README.md 2024-07-12 16:35:26 -04:00
Rem0o
b02e29b871 V196 2024-07-11 10:21:29 -04:00
Rem0o
976556dda2 Update README.md 2024-07-10 10:12:44 -04:00
Rem0o
f685381549 Update version.json 2024-07-10 09:55:04 -04:00
3 changed files with 7 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.
* AMD GPU support through [ADLXWrapper](https://github.com/Rem0o/ADLXWrapper).
* 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).
@@ -116,8 +116,6 @@ From Rem0o
<br>__A__: Your card only has 2 channels, more than 1 fan are plugged to the same channel.
* __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 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": 195,
"Message": "- New bult-in AMD GPU (ADLX) support\r\n- Improved calibration check\r\n- Tooltips and label changes in control card\r\n- Better naming for NvAPIWrapper sensors with multiple gpus\r\n- Unhide valid controls on automatic pairing individual step",
"Number": 199,
"Message": "- Fix a bug when restoring configuration\r\n- Fix a bug when restoring sync fan curves in RPM mode\r\n- Do not reset control if disabled on restore\r\n- Update LibreHardwareMonitorLib",
"Checksums": {
"FanControl_4_8": "93C387542FF1BD98C11AB3CC36C98237",
"FanControl_8_0": "D961585C84FEAA530E8C7B93F9A6C9CA",
"FanControl_4_8_Installer": "926ADBA62041C32488D930AF12A3824F",
"FanControl_8_0_Installer": "DE0E3A25C61CCFBD13701572500D1627",
"FanControl_4_8": "5A91E8BE0F76658955B567C2E855B653",
"FanControl_8_0": "8D707B80F3CBAED53D8D986164DFBBBB",
"FanControl_4_8_Installer": "F90C536039DC254FB1F5D1DD9772BECF",
"FanControl_8_0_Installer": "26E1F8D383CA295D38BA7BA38FD4F146",
"Updater": "8BC3FB11C955E99E2EC5863884140484"
}
}