Compare commits

...

14 Commits
V210 ... V220

Author SHA1 Message Date
Rem0o
b7fd2c6072 V220 2025-04-20 12:41:21 -04:00
Rem0o
0b3c6fcd06 V219 2025-04-04 14:03:44 -04:00
Rem0o
9d438ce56f V218 2025-03-22 15:51:36 -04:00
Rem0o
7f6eaba294 V217 redo 2025-03-12 16:17:58 -04:00
Rem0o
b01ae7d5c9 V217 2025-03-12 16:13:51 -04:00
Rem0o
9db16f8d00 Update version.json 2025-03-12 11:28:55 -04:00
Rem0o
8048cf23e7 V216 2025-03-12 11:27:52 -04:00
Rémi Mercier
766fc75080 Update README.md 2025-03-11 22:57:31 -04:00
Rémi Mercier
36d62290ba Update README.md 2025-03-04 20:29:33 -05:00
Rem0o
8973e10ff8 V215 2025-02-18 20:57:25 -05:00
Rem0o
92989f66be V214
Fix critical V213 bug
2025-02-07 09:07:08 -05:00
Rem0o
a745917fae V213 2025-02-07 08:48:42 -05:00
Rem0o
92246981e2 V212 2025-01-17 14:10:41 -05:00
Rem0o
c6ff7ffa34 V211 2025-01-13 09:25:02 -05:00
3 changed files with 12 additions and 8 deletions

Binary file not shown.

View File

@@ -16,6 +16,11 @@
[![Download](https://img.shields.io/badge/Download-FanControl-green.svg?style=flat&logo=download)](/FanControl.zip?raw=true)
[![Donate](https://img.shields.io/badge/Donate-PayPal-blue.svg?style=flat&logo=paypal)](https://www.paypal.com/cgi-bin/webscr?cmd=_donations&business=N4JPSTUQHRJM8&currency_code=USD&source=url&item_name=Fan+Control)
## WARNING
WingRing0x64, the driver used via [LHM](https://github.com/LibreHardwareMonitor/LibreHardwareMonitor) started to be flagged by Windows Defender as of March 11th 2025. This will prevent the program from loading all motherboard sensors and will result in an error upon loading.
Corresponding [issue](https://github.com/Rem0o/FanControl.Releases/issues/3016).
## 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).
@@ -95,8 +100,7 @@ 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.IntelCtlLibrary (Intel ARC gpus)
* (OBSOLETE) https://github.com/Rem0o/FanControl.ADLX (AMD gpus)
* https://github.com/Rem0o/FanControl.IntelCtlLibrary (Intel ARC gpus)
* https://github.com/Rem0o/FanControl.HWInfo to import HWInfo sensor data
* https://github.com/Rem0o/FanControl.DellPlugin for dell laptops and some towers

View File

@@ -1,11 +1,11 @@
{
"Number": 210,
"Message": "- New languages: Slovak, Ukranian and Turkish\r\n- Fix the --exit command line argument\r\n- Update EULA file to include all the required open-source licenses",
"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",
"Checksums": {
"FanControl_4_8": "117747B7669F55FFE1F410C2B9A1509F",
"FanControl_8_0": "8726372C94EA6F0BBB5BF92B7435C9FD",
"FanControl_4_8_Installer": "6BBAD32DF2EA9305C2748658722A2B34",
"FanControl_8_0_Installer": "5406FA6C3FBFBC2181A33CB73108D554",
"FanControl_4_8": "9DA24269F8E5E1DEFAB74D3EBDCD26A6",
"FanControl_8_0": "DC12E536ECF87E3A6C2A649E72EE0A8A",
"FanControl_4_8_Installer": "9EBB387382511D6072E4DDB9AB31F6D1",
"FanControl_8_0_Installer": "91CB76C47B06D6835026583FDA77E7F6",
"Updater": "8BC3FB11C955E99E2EC5863884140484"
}
}