mirror of
https://github.com/Rem0o/FanControl.Releases.git
synced 2026-01-11 23:48:09 -05:00
Compare commits
65 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
6aa8ca0494 | ||
|
|
b5a7acd7ea | ||
|
|
e15e2aa4d6 | ||
|
|
60d5b57bd0 | ||
|
|
b7fd2c6072 | ||
|
|
0b3c6fcd06 | ||
|
|
9d438ce56f | ||
|
|
7f6eaba294 | ||
|
|
b01ae7d5c9 | ||
|
|
9db16f8d00 | ||
|
|
8048cf23e7 | ||
|
|
766fc75080 | ||
|
|
36d62290ba | ||
|
|
8973e10ff8 | ||
|
|
92989f66be | ||
|
|
a745917fae | ||
|
|
92246981e2 | ||
|
|
c6ff7ffa34 | ||
|
|
e618e6dd73 | ||
|
|
9f15537dc0 | ||
|
|
9ca1ee84e9 | ||
|
|
909977eb2e | ||
|
|
b0da34f02d | ||
|
|
f057861044 | ||
|
|
95f56bf765 | ||
|
|
b9341972f0 | ||
|
|
9d0be200af | ||
|
|
30c50da4f1 | ||
|
|
7c43b5edd2 | ||
|
|
ff9f0c3c9c | ||
|
|
822ac9fc1a | ||
|
|
18ec70f909 | ||
|
|
1f3fb16472 | ||
|
|
1209e7a172 | ||
|
|
92c795a73c | ||
|
|
90b72479a5 | ||
|
|
b98b4ee6be | ||
|
|
de7764ee24 | ||
|
|
153dc5d994 | ||
|
|
b5a1d87638 | ||
|
|
af4c4c2258 | ||
|
|
b02e29b871 | ||
|
|
976556dda2 | ||
|
|
f685381549 | ||
|
|
8f9e9e1518 | ||
|
|
f45c626bf5 | ||
|
|
8b72e27dfd | ||
|
|
46e2e677b4 | ||
|
|
863bfea51f | ||
|
|
0107601c47 | ||
|
|
ef71a9bce0 | ||
|
|
4977c3e9b9 | ||
|
|
3b66485d30 | ||
|
|
d6e07d772f | ||
|
|
2ed2c53f08 | ||
|
|
5700b00a37 | ||
|
|
30a9c9ed45 | ||
|
|
2ece9e05c5 | ||
|
|
ce51e12947 | ||
|
|
2a8d662811 | ||
|
|
cbd4fdb84a | ||
|
|
a745daf84a | ||
|
|
5bc18a69c9 | ||
|
|
8f3e4718c6 | ||
|
|
71f253bfd6 |
3
.github/ISSUE_TEMPLATE/bug_report.md
vendored
3
.github/ISSUE_TEMPLATE/bug_report.md
vendored
@@ -7,6 +7,9 @@ assignees: ''
|
||||
|
||||
---
|
||||
|
||||
**If you are experiencing a crash**
|
||||
Link the relevant/associated Windows EventViewer logs, and also FanControl's own log.txt.
|
||||
|
||||
**Describe the bug**
|
||||
[A clear and concise description of what the bug is. Screenshots are worth a thousand words. Hardware support requests do NOT count as a bug. See https://github.com/Rem0o/FanControl.Releases#issues-and-hardware-compatibility.]
|
||||
|
||||
|
||||
BIN
FanControl.zip
BIN
FanControl.zip
Binary file not shown.
Binary file not shown.
|
Before Width: | Height: | Size: 48 KiB |
BIN
Images/PluginInstallation.png
Normal file
BIN
Images/PluginInstallation.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 8.2 KiB |
37
README.md
37
README.md
@@ -16,8 +16,14 @@
|
||||
[](/FanControl.zip?raw=true)
|
||||
[](https://www.paypal.com/cgi-bin/webscr?cmd=_donations&business=N4JPSTUQHRJM8¤cy_code=USD&source=url&item_name=Fan+Control)
|
||||
|
||||
## New
|
||||
## 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).
|
||||
* Fan calibration and RPM mode for fan curves. See [discussion](https://github.com/Rem0o/FanControl.Releases/discussions/2333).
|
||||
* Installer now available in addition to the portable version of the application. Both .NET 4.8 and 8.0 versions of the application are available as such [here](https://github.com/Rem0o/FanControl.Releases/releases).
|
||||
|
||||
@@ -26,7 +32,6 @@
|
||||
1. [Download the latest archive](/FanControl.zip?raw=true) <i>or</i> [an installer from the release page](https://github.com/Rem0o/FanControl.Releases/releases).
|
||||
2. Extract to the desired installation folder <i>or</i> run the installer
|
||||
3. Start FanControl.exe
|
||||
4. (Optional) -c or --config [json config file] command line arg
|
||||
|
||||
### Install with [Scoop](https://scoop.sh/#/apps?s=2&d=1&o=true&p=1&q=fan+control)
|
||||
|
||||
@@ -76,6 +81,8 @@ Uninstall like any other windows program through the programs list
|
||||
|
||||
The plugin system let you inject any type of sensor into FanControl, see [Plugins wiki](https://github.com/Rem0o/FanControl.Releases/wiki/Plugins)
|
||||
|
||||

|
||||
|
||||
From the community (notify me if I'm missing some):
|
||||
* https://github.com/fu-raz/FanControlThermaltake
|
||||
* https://github.com/jmarucha/FanControl.Liquidctl
|
||||
@@ -90,9 +97,10 @@ From the community (notify me if I'm missing some):
|
||||
* https://github.com/EightB1ts/FanControl.LianLi to interface with LianLi [L-Connect 3](https://lian-li.com/l-connect3/) fan controllers
|
||||
* https://github.com/TimSirmovics/FanControl.NvThermalSensors to get GPU Hot Spot and Memory Junction temperature for Nvidia GPUs
|
||||
* 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
|
||||
|
||||
From Rem0o
|
||||
* (EXPERIMENTAL) 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
|
||||
|
||||
@@ -100,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.
|
||||
@@ -112,8 +119,6 @@ From Rem0o
|
||||
<br>__A__: Your card only has 2 channels, more than 1 fan are plugged to the same channel.
|
||||
* __Q__: My Nvidia cards won't go below 30% and doesn't go to 0 RPM, why?
|
||||
<br>__A__: [See here](https://github.com/Rem0o/FanControl.Releases/wiki/Nvidia-30%25-and-0-RPM)
|
||||
* __Q__: My new AMD card can't be controlled, why?
|
||||
<br>__A__: Newer AMD cards are not supported. If you can provide a working sample of code that works with these newer cards, please share!
|
||||
* __Q__: There is no control cards / control cards are missing / control cards are not changing my fan speeds, what's the issue?
|
||||
<br>__A__: See __[ Issues and hardware compatibility](#issues-and-hardware-compatibility)__.
|
||||
* __Q__: How does __[FAN CURVE TYPE]__ works and what does its parameters do?
|
||||
@@ -121,16 +126,12 @@ From Rem0o
|
||||
* __Q__: Does it run on my OS?
|
||||
<br>__A__: If your OS is Windows 10 __Or 11__, yes.
|
||||
|
||||
## Graph fan curve editor
|
||||
|
||||
* __(NEW)__ Change the temperature range for finer control over a small range
|
||||
* Add, remove and drag points arround the graph
|
||||
* Copy and paste points from a graph to another
|
||||
* Fine-tune the response with the hysteresis and response time parameters
|
||||
|
||||

|
||||
|
||||
## Libraries used:
|
||||
* https://github.com/LibreHardwareMonitor/LibreHardwareMonitor
|
||||
* https://github.com/MaterialDesignInXAML/MaterialDesignInXamlToolkit
|
||||
* https://github.com/falahati/NvAPIWrapper
|
||||
* https://github.com/LibreHardwareMonitor/LibreHardwareMonitor (main sensor source)
|
||||
* https://github.com/MaterialDesignInXAML/MaterialDesignInXamlToolkit (UI)
|
||||
* https://github.com/falahati/NvAPIWrapper (Nvidia gpu fan control and sensor reading)
|
||||
* https://github.com/Rem0o/ADLXWrapper (AMD gpu fan control and sensor reading)
|
||||
* https://github.com/punker76/gong-wpf-dragdrop (various drag and drop actions)
|
||||
|
||||
## GitHub Sponsors
|
||||
The GitHub Sponsor button on this page is intended for the related open-source work surrounding FanControl. This includes contributions to the open-source libraries used, mainly [LHM](https://github.com/LibreHardwareMonitor/LibreHardwareMonitor), the plugin system and the various open-source plugins I contribute to, the AMD gpu driver support through [ADLXWrapper](https://github.com/Rem0o/ADLXWrapper), and more. Your sponsorship helps me continue to contribute to the community, maintain existing projects, and develop new ones. It does not apply to the main program (FanControl) itself. Use the [Paypal](https://www.paypal.com/donate/?cmd=_donations&business=N4JPSTUQHRJM8¤cy_code=USD&source=url&item_name=Fan+Control) donation button if your intent is to support the FanControl software itself.
|
||||
|
||||
BIN
Updater.exe
BIN
Updater.exe
Binary file not shown.
14
version.json
14
version.json
@@ -1,11 +1,11 @@
|
||||
{
|
||||
"Number": 183,
|
||||
"Message": "- Controls can now be RPM calibrated.\r\n- Calibration can be done through the assisted setup or edited manually.\r\n- All fan curves can now be switched to RPM mode.\r\n- Controls now show their configuration status through a label.\r\n- .NET 7 version is now deprecated in favor of .NET 8.\r\n- Updated LibreHardwareMonitorLib.",
|
||||
"Number": 223,
|
||||
"Message": "- Increase polling interval for spinning hard drives\r\n- Use performance tracking for ADLX\r\n- Fix a ALT+F4 bug with dialogs\r\n- Fix a bug where % values in the graph dialog were multiplied with Fahrenheit enabled",
|
||||
"Checksums": {
|
||||
"FanControl_4_8": "53A518163DA6B689586AF83783C3D045",
|
||||
"FanControl_8_0": "AC05F309F6616E3F15E65F1BF5A6491B",
|
||||
"FanControl_4_8_Installer": "21F9556BF9602AE8E234D444FF2F652C",
|
||||
"FanControl_8_0_Installer": "E11BBF704A1522C6A2B5A3185F118FB4",
|
||||
"Updater": "3979183BCC2ED8463198F0197BC97F18"
|
||||
"FanControl_4_8": "EF91BFF0767422F2A39AFD09097FFECF",
|
||||
"FanControl_8_0": "43A09E377E4205728E0B7C557458FA74",
|
||||
"FanControl_4_8_Installer": "90A7759C03D9362346BF29C49D5FF892",
|
||||
"FanControl_8_0_Installer": "EA5DEF8D22904CA525CC612C89E747FC",
|
||||
"Updater": "8BC3FB11C955E99E2EC5863884140484"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user