Compare commits

...

5 Commits
V241 ... V244

Author SHA1 Message Date
Rem0o
3adc80a4ec V244 2025-10-12 12:51:30 -04:00
Rem0o
d0e8bb68c6 V243 2025-10-09 08:53:22 -04:00
Rem0o
ff3861c62d V242 2025-10-02 13:59:26 -04:00
Rémi Mercier
9916ceae56 Update README.md 2025-09-30 09:37:54 -04:00
Chenx Dust
4dd73c02c5 Add FanControl.GPDPlugin (#3565) 2025-09-26 15:18:39 -04:00
3 changed files with 8 additions and 14 deletions

Binary file not shown.

View File

@@ -29,17 +29,10 @@ You do not need to open an issue on the subject. Any new issues with this exact
If you experience this issue, you may:
* Update to the latest version
* (Can't officialy recommend) whitelist/exclude the detection in Windows Security/Defender. Read the [official microsoft response/article](https://support.microsoft.com/en-us/windows/microsoft-defender-antivirus-alert-vulnerabledriver-winnt-winring0-eb057830-d77b-41a2-9a34-015a5d203c42) carefully.
* With [V235 to V237](https://github.com/Rem0o/FanControl.Releases/releases), you can easily [use an alternative LHM branch](https://github.com/Rem0o/FanControl.Releases/issues/3410#issuecomment-3258597822) that doesn't use WinRing0. Consider this a Beta, as it hasn't been widely tested yet. It may not work, be unstable, not be reliable, you get the idea.
To use the alternate branch (PawnIO, thanks to [@namazso](https://github.com/namazso)) :
1. Update to at least [__V235__](https://github.com/Rem0o/FanControl.Releases/releases), and close FanControl completely (EXIT).
2. (Optional but recommended) Backup your Configuration folder
3. Download the [net4.8](https://github.com/user-attachments/files/22304072/net472.zip) or [net8.0](https://github.com/user-attachments/files/22304071/net8.0.zip) version of LibreHardwareMonitorLib.dll depending on your existing installation
4. Install the [PawnIO driver](https://pawnio.eu/)
5. Place the LibreHardwareMonitorLib.dll inside your existing Plugins folder, or create a Plugins/ folder and place it in there
6. Launch FanControl
7. If successful, in the About tab, you should see (PawnIO) next to the LHM version.
## New
* New seperate "Up" and "Down" hysteresis for graph, linear and trigger fan curves
@@ -121,6 +114,7 @@ From the community (notify me if I'm missing some):
* https://github.com/SasaKaranovic/FanControl.OpenFan to interface with [OpenFAN](https://github.com/SasaKaranovic/OpenFanController) controller
* https://github.com/Brian-E-Taylor/FanControl.AIDA64 to get readings out of AIDA64
* https://github.com/Benson5650/FanControl.RazerCoolingPadPlugin to interface with Razer Laptop Cooling Pad.
* https://github.com/chenx-dust/FanControl.GPDPlugin to interface with GPD devices
From Rem0o
* https://github.com/Rem0o/FanControl.IntelCtlLibrary (Intel ARC gpus)

View File

@@ -1,11 +1,11 @@
{
"Number": 241,
"Message": "- Fix an ADLX incompatibility bug\r\n- Update LibreHardwareMonitorLib\r\n- Fix a bug when refreshing sensors after sleep",
"Number": 244,
"Message": "- IPlugin3 interface for a plugin to request a full refresh\r\n- Log internal refresh reason\r\n- Allow LHM to have sensors be added at runtime\r\n- Fix the nickname combobox that was not refreshed\r\n- Fix the fancontrol logo not changing colors when changing theme\r\n- Update LibreHardwareMonitorLib",
"Checksums": {
"FanControl_4_8": "86C7F42530C3BE6D643BBA1EEAEB0897",
"FanControl_8_0": "5F312543F0877C0DA7BE775376525B36",
"FanControl_4_8_Installer": "3C94FBEC1BE0F46A82D53DDEEE357670",
"FanControl_8_0_Installer": "A0C4BE46E87EEFC7FBA6444F55431C9C",
"FanControl_4_8": "F286824DA3C057F19F567F2B74F8D7DE",
"FanControl_8_0": "ABBA238F5E916994E8AA5E5AD2952F75",
"FanControl_4_8_Installer": "159BCBB958C00EEDFBC098FFD1B2FF94",
"FanControl_8_0_Installer": "D656B93161BFD7678050C6283959F95C",
"Updater": "82745C6CC3D8598898AA2CE81A8DFF2E"
}
}