Compare commits

...

17 Commits
V214 ... V224

Author SHA1 Message Date
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
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
4 changed files with 13 additions and 10 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
@@ -104,7 +108,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": 214,
"Message": "- Update LibreHardwareMonitorLib\r\n- Install Plugin dialog now works with .dll or .zip \r\n- Welcome dialog now allow to change language immediately",
"Number": 224,
"Message": "- Update LibrehardwareMonitorLib\r\n- Fix cropped dialogs\r\n- Fix a bug when completely disabling LHM\r\n- Allow empty named file sensors\r\n- Fix an updating bug when running .NET 9 or + ",
"Checksums": {
"FanControl_4_8": "DC783BDEF199D2DAF3D459E95ED47649",
"FanControl_8_0": "8BA06D998A193CD951B8C13D41AFDFA0",
"FanControl_4_8_Installer": "2A8DB74C5A1776A592F32A2CA720C961",
"FanControl_8_0_Installer": "129F4979CB1FA7A27C31A52DCC9A4D7F",
"Updater": "8BC3FB11C955E99E2EC5863884140484"
"FanControl_4_8": "F317DF179D4BD5E34F1CC2E76AFC9ECF",
"FanControl_8_0": "721059CDB4EA0D3596347C447AA68DF3",
"FanControl_4_8_Installer": "90B12306761810BC5C48F888E1B216BA",
"FanControl_8_0_Installer": "94CEE0A3E48E2D3AFED9A34ACC7FF805",
"Updater": "82745C6CC3D8598898AA2CE81A8DFF2E"
}
}