mirror of
https://github.com/Rem0o/FanControl.Releases.git
synced 2026-01-12 07:58:06 -05:00
Compare commits
23 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
b5a1d87638 | ||
|
|
af4c4c2258 | ||
|
|
b02e29b871 | ||
|
|
976556dda2 | ||
|
|
f685381549 | ||
|
|
8f9e9e1518 | ||
|
|
f45c626bf5 | ||
|
|
8b72e27dfd | ||
|
|
46e2e677b4 | ||
|
|
863bfea51f | ||
|
|
0107601c47 | ||
|
|
ef71a9bce0 | ||
|
|
4977c3e9b9 | ||
|
|
3b66485d30 | ||
|
|
d6e07d772f | ||
|
|
2ed2c53f08 | ||
|
|
5700b00a37 | ||
|
|
30a9c9ed45 | ||
|
|
2ece9e05c5 | ||
|
|
ce51e12947 | ||
|
|
2a8d662811 | ||
|
|
cbd4fdb84a | ||
|
|
a745daf84a |
BIN
FanControl.zip
BIN
FanControl.zip
Binary file not shown.
BIN
Images/PluginInstallation.png
Normal file
BIN
Images/PluginInstallation.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 8.2 KiB |
@@ -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 [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).
|
||||
|
||||
@@ -76,6 +76,8 @@ Uninstall like any other windows program through the programs list
|
||||
|
||||
The plugin system let you inject any type of sensor into FanControl, see [Plugins wiki](https://github.com/Rem0o/FanControl.Releases/wiki/Plugins)
|
||||
|
||||

|
||||
|
||||
From the community (notify me if I'm missing some):
|
||||
* https://github.com/fu-raz/FanControlThermaltake
|
||||
* https://github.com/jmarucha/FanControl.Liquidctl
|
||||
@@ -93,7 +95,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
|
||||
|
||||
@@ -113,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. If you can provide a working sample of code that works with these newer cards, please share!
|
||||
* __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?
|
||||
|
||||
BIN
Updater.exe
BIN
Updater.exe
Binary file not shown.
14
version.json
14
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": 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": "3A198D52324D42A8A8FB92731D9E8D14",
|
||||
"FanControl_8_0": "39B478F5C6C8B28A97876BEECBF66BB6",
|
||||
"FanControl_4_8_Installer": "D437FF865D58845E1730545D5A98B697",
|
||||
"FanControl_8_0_Installer": "773B2224F1112FD629FB62D5F76F6B68",
|
||||
"Updater": "3979183BCC2ED8463198F0197BC97F18"
|
||||
"FanControl_4_8": "F80B5CEF89A119FE3A3CDD988CB63744",
|
||||
"FanControl_8_0": "63F2854A933721D4E75F1EC1810E7DDF",
|
||||
"FanControl_4_8_Installer": "F476E86968BC6C8889369C2B80FB0B1B",
|
||||
"FanControl_8_0_Installer": "9DD7B3BD39AA79B57ACD4335C63B8773",
|
||||
"Updater": "8BC3FB11C955E99E2EC5863884140484"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user