Compare commits

...

6 Commits
V240 ... V243

Author SHA1 Message Date
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
Rem0o
26c52c3e3c V241 2025-09-25 10:41:54 -04:00
Rémi Mercier
9c54838ec9 Update README.md 2025-09-24 10:01:07 -04:00
3 changed files with 11 additions and 15 deletions

Binary file not shown.

View File

@@ -18,7 +18,9 @@
## Announcement
[V238](https://github.com/Rem0o/FanControl.Releases/releases/tag/V238) now ships with a [PawnIO](https://pawnio.eu/) build of [LHM](https://github.com/LibreHardwareMonitor/LibreHardwareMonitor). This will fix the anti-virus problems encountered with WinRing0, as it is no longer shipped with FanControl. You may still use V237 or any version before if you want to keep the WinRing0 version.
[V238](https://github.com/Rem0o/FanControl.Releases/releases/tag/V238) and above now ships with a [PawnIO](https://pawnio.eu/) build of [LHM](https://github.com/LibreHardwareMonitor/LibreHardwareMonitor). This will fix the anti-virus problems encountered with WinRing0, as it is no longer shipped with FanControl. You may still use V237 or any version before if you want to keep the WinRing0 version.
There is a known issue where FACEIT will block the new driver. See this [issue](https://github.com/namazso/PawnIO.Setup/issues/1).
## WARNING ( V237 and below )
@@ -27,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
@@ -119,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": 240,
"Message": "- Migrated to the PawnIO version of LHM, Winring0 is no longer shipped with FanControl. This will prompt for the installation of the PawnIO driver. You may use the software without, but you will not get any motherboard sensors. Other sensor sources will still work as usual. This is a whole new driver implementation, it will contain bugs and require community efforts to iron them out. If you are happy with your current situation, I recommend you do not update for now.\r\n- Fix a plugin list display bug in the settings page",
"Number": 243,
"Message": "- Update LibreHardwareMonitorLib (Fix ATAStorage bug)\r\n- Move refresh and view options to the top bar\r\n- Allow sensor sources to refresh automatically if an exception or problem is detected at runtime",
"Checksums": {
"FanControl_4_8": "99776EE51F4E567BFFD576EFEE5FAB15",
"FanControl_8_0": "AA1AECEDD44906D661E5485463A06AA6",
"FanControl_4_8_Installer": "AA2FA1FF4BBA8D1845EB7E355D85D003",
"FanControl_8_0_Installer": "16A349B364CD73DCE1159124C85A5E5A",
"FanControl_4_8": "F66CFE99BD849B2F6687ACD47D06BDA2",
"FanControl_8_0": "EFC738658F2B4C174FD1D09E1B7A04BA",
"FanControl_4_8_Installer": "DED9CBD682F66A1DB7ED583EBD5269AD",
"FanControl_8_0_Installer": "31BC0DA653EF72FF54D4A7B5D7F9E683",
"Updater": "82745C6CC3D8598898AA2CE81A8DFF2E"
}
}