Compare commits

..

13 Commits
V220 ... V228

Author SHA1 Message Date
Rem0o
0df75d0f0d V228 2025-07-16 17:09:08 -04:00
Rémi Mercier
3f7b874c97 Update README.md 2025-07-14 09:05:45 -04:00
Rem0o
99e32b087a V227 2025-06-20 15:05:02 -04:00
Rem0o
c3223c9bdf Update README.md with hysteresis options 2025-05-30 11:31:09 -04:00
Rem0o
bd537265c6 V226 2025-05-30 11:25:04 -04:00
Rem0o
131b0f5758 V225 2025-05-21 18:06:00 -04:00
Rem0o
e0f2b5c57d V224 2025-05-05 21:12:15 -04:00
Rémi Mercier
e150f71163 Updater dotnet 9 (#3159)
* Remove Updater dependency to Newtonsoft.Json
2025-05-05 19:33:59 -04:00
Rémi Mercier
665d6f3421 Updater fix for dotnet 9 and beyond (#3157) 2025-05-05 13:26:12 -04:00
Rem0o
6aa8ca0494 V223 2025-05-03 22:24:38 -04:00
Rem0o
b5a7acd7ea V222 2025-05-03 21:03:36 -04:00
Rem0o
e15e2aa4d6 V221 2025-04-25 09:44:27 -04:00
Rémi Mercier
60d5b57bd0 Update README.md 2025-04-21 11:35:29 -04:00
5 changed files with 10 additions and 9 deletions

Binary file not shown.

BIN
Images/Hysteresis.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 15 KiB

View File

@@ -22,6 +22,8 @@ WingRing0x64, the driver used via [LHM](https://github.com/LibreHardwareMonitor/
Corresponding [issue](https://github.com/Rem0o/FanControl.Releases/issues/3016).
## New
* New seperate "Up" and "Down" hysteresis for graph and linear fan curves
![Fan Control](Images/Hysteresis.png)
* 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).
@@ -84,7 +86,7 @@ Uninstall like any other windows program through the programs list
![Plugin Installation](Images/PluginInstallation.png)
From the community (notify me if I'm missing some):
* https://github.com/fu-raz/FanControlThermaltake
* https://github.com/AMoo-Miki/FanControlThermaltake updated fork of https://github.com/fu-raz/FanControlThermaltake
* https://github.com/jmarucha/FanControl.Liquidctl
* https://github.com/Mourdraug/FanControl.AsusWMI to interface with ASUS motherboards through WMI methods
* https://github.com/medevil84/FanControl.AquacomputerDevices to interface with aquacomputer HighFlowNext, Quadro and Octo devices
@@ -108,7 +110,6 @@ From Rem0o
* I am not the main developer for the driver/backend portion of this software. Fan Control is basically a UI on top of existing hardware libraries. Any issue regarding hardware compatibility entirely depends on the following projects. If you can't contribute meaningfully with a branch/PR, don't pollute their issue page with "XXXXX doesn't work". The hardware is needed for testing. If a dev has interest in that project, is browsing it, has your specific hardware AND the knowledge to make it work, that dev won't be looking for your issue, he'll just raise a PR.
* https://github.com/LibreHardwareMonitor/LibreHardwareMonitor
* https://github.com/falahati/NvAPIWrapper
* Please only open issues on this repository for the software itself, UI, feature request and so on. If it's a "make this work please" hardware support request, I will link this section of the README and close your issue.
* If you do have a special hardware compatibility request and you can provide a __working__ sample of code that can be used in .NET, like with a [Plugin](https://github.com/Rem0o/FanControl.Releases/wiki/Plugins), then feel free to submit that.

Binary file not shown.

View File

@@ -1,11 +1,11 @@
{
"Number": 220,
"Message": "- Tidy up all dialogs\r\n- Add \"auto\" fan pairing and calibration suggestion when missing\r\n- Increase time average sensor maximum time to 3600s.\r\n- Fix \"CalibrateCalibrate\" label",
"Number": 228,
"Message": "- UI fixes\r\n- Update LibreHardwareMonitorLib\r\n- Add documentation button in about page\r\n- Show hidden card now unchecked by default",
"Checksums": {
"FanControl_4_8": "9DA24269F8E5E1DEFAB74D3EBDCD26A6",
"FanControl_8_0": "DC12E536ECF87E3A6C2A649E72EE0A8A",
"FanControl_4_8_Installer": "9EBB387382511D6072E4DDB9AB31F6D1",
"FanControl_8_0_Installer": "91CB76C47B06D6835026583FDA77E7F6",
"Updater": "8BC3FB11C955E99E2EC5863884140484"
"FanControl_4_8": "63C7CD4779F41165B8E0F7A6946CFB06",
"FanControl_8_0": "8511DAAABBAE965AB876038F0EBA141E",
"FanControl_4_8_Installer": "883DA98123DB8D6BE1BA430F8E7B47D1",
"FanControl_8_0_Installer": "29D710DCBF851C4BCE5877242843103A",
"Updater": "82745C6CC3D8598898AA2CE81A8DFF2E"
}
}