Compare commits

...

6 Commits
V194 ... V197

Author SHA1 Message Date
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
Rem0o
8f9e9e1518 V195 2024-07-10 09:53:17 -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": 194,
"Message": "- Add outline to application icon\r\n- Remove duplicated log entries\r\n- Update LibreHardwareMonitorLib",
"Number": 197,
"Message": "- Improved sensor restoring routine\r\n- Fixed a small graph bug with the current temperature marker\r\n- Show missing errors when restoring tray temperature icons\r\n- Hide fan speed cards by default\r\n- Remove deprecated start and stop% detection, use auto-calibration instead\r\n- Update LibreHardwareMonitorLib",
"Checksums": {
"FanControl_4_8": "BAE361A34DFBB0D391717D4D59172861",
"FanControl_8_0": "F7587B82EC048BA90B7C358C41D4340C",
"FanControl_4_8_Installer": "22A98359AECA5A5BE5D3A7F6ABE69DE6",
"FanControl_8_0_Installer": "C241EAC2A823A4DE227176DD457DB0BB",
"FanControl_4_8": "F80B5CEF89A119FE3A3CDD988CB63744",
"FanControl_8_0": "63F2854A933721D4E75F1EC1810E7DDF",
"FanControl_4_8_Installer": "F476E86968BC6C8889369C2B80FB0B1B",
"FanControl_8_0_Installer": "9DD7B3BD39AA79B57ACD4335C63B8773",
"Updater": "8BC3FB11C955E99E2EC5863884140484"
}
}