mirror of
https://github.com/Rem0o/FanControl.Releases.git
synced 2026-01-12 07:58:06 -05:00
Compare commits
11 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
1209e7a172 | ||
|
|
92c795a73c | ||
|
|
90b72479a5 | ||
|
|
b98b4ee6be | ||
|
|
de7764ee24 | ||
|
|
153dc5d994 | ||
|
|
b5a1d87638 | ||
|
|
af4c4c2258 | ||
|
|
b02e29b871 | ||
|
|
976556dda2 | ||
|
|
f685381549 |
3
.github/ISSUE_TEMPLATE/bug_report.md
vendored
3
.github/ISSUE_TEMPLATE/bug_report.md
vendored
@@ -7,6 +7,9 @@ assignees: ''
|
||||
|
||||
---
|
||||
|
||||
**If you are experiencing a crash**
|
||||
Link the relevant/associated Windows EventViewer logs, and also FanControl's own log.txt.
|
||||
|
||||
**Describe the bug**
|
||||
[A clear and concise description of what the bug is. Screenshots are worth a thousand words. Hardware support requests do NOT count as a bug. See https://github.com/Rem0o/FanControl.Releases#issues-and-hardware-compatibility.]
|
||||
|
||||
|
||||
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.
|
||||
* 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?
|
||||
|
||||
12
version.json
12
version.json
@@ -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": 201,
|
||||
"Message": "- Full French translation available.\r\n- Other translations soon open for contribution\r\n- Fix a sensor refresh bug",
|
||||
"Checksums": {
|
||||
"FanControl_4_8": "93C387542FF1BD98C11AB3CC36C98237",
|
||||
"FanControl_8_0": "D961585C84FEAA530E8C7B93F9A6C9CA",
|
||||
"FanControl_4_8_Installer": "926ADBA62041C32488D930AF12A3824F",
|
||||
"FanControl_8_0_Installer": "DE0E3A25C61CCFBD13701572500D1627",
|
||||
"FanControl_4_8": "A2339D33D780FC786E7947163DEC1E28",
|
||||
"FanControl_8_0": "D179C84A1649AAA434CDFE0D481F51C8",
|
||||
"FanControl_4_8_Installer": "855F10AD487444442934623C6AC2602E",
|
||||
"FanControl_8_0_Installer": "C4FA799E900B27249BAD37F672D982A0",
|
||||
"Updater": "8BC3FB11C955E99E2EC5863884140484"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user