mirror of
https://github.com/Rem0o/FanControl.Releases.git
synced 2026-01-12 16:08:30 -05:00
Compare commits
15 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
9d0be200af | ||
|
|
30c50da4f1 | ||
|
|
7c43b5edd2 | ||
|
|
ff9f0c3c9c | ||
|
|
822ac9fc1a | ||
|
|
18ec70f909 | ||
|
|
1f3fb16472 | ||
|
|
1209e7a172 | ||
|
|
92c795a73c | ||
|
|
90b72479a5 | ||
|
|
b98b4ee6be | ||
|
|
de7764ee24 | ||
|
|
153dc5d994 | ||
|
|
b5a1d87638 | ||
|
|
af4c4c2258 |
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,6 +17,7 @@
|
||||
[](https://www.paypal.com/cgi-bin/webscr?cmd=_donations&business=N4JPSTUQHRJM8¤cy_code=USD&source=url&item_name=Fan+Control)
|
||||
|
||||
## New
|
||||
* The software is now open for translations. Contributions are welcomed here [FanControl.i18n](https://github.com/Rem0o/FanControl.i18n)
|
||||
* 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).
|
||||
@@ -96,7 +97,7 @@ From the community (notify me if I'm missing some):
|
||||
|
||||
From Rem0o
|
||||
* (EXPERIMENTAL) https://github.com/Rem0o/FanControl.IntelCtlLibrary (Intel ARC gpus)
|
||||
* https://github.com/Rem0o/FanControl.ADLX (AMD gpus)
|
||||
* (OBSOLETE) 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
|
||||
|
||||
@@ -116,8 +117,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": 196,
|
||||
"Message": "- Fix various ADLX bugs\r\n- Fix initial state of time average sensor\r\n- Fix tray icon color serialization with sync with windows",
|
||||
"Number": 206,
|
||||
"Message": "- Update LibrehardwareMonitorLib (IT8665E missing fans)\r\n- Translations update\r\n- Increase offset limits for sync fan curve and offset sensor",
|
||||
"Checksums": {
|
||||
"FanControl_4_8": "668D761616BA89A6A499D5989F42A916",
|
||||
"FanControl_8_0": "CC3F48FCFFF1BDB22A8393CAD95B6E13",
|
||||
"FanControl_4_8_Installer": "ABDAAE114A98C2A8EDD4DA22A2892B01",
|
||||
"FanControl_8_0_Installer": "CD9CD75ECBDEF20463D362A4BD42356D",
|
||||
"FanControl_4_8": "08B954CE472C3AF0248B8E89B8561F4B",
|
||||
"FanControl_8_0": "B24C6173E765E8E49A06D552C510BFAE",
|
||||
"FanControl_4_8_Installer": "821980FF242C17339CE1ECDEDA6E6FEE",
|
||||
"FanControl_8_0_Installer": "3313848972890B5910AFB2B24B85C5C2",
|
||||
"Updater": "8BC3FB11C955E99E2EC5863884140484"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user