Compare commits

...

19 Commits
V200 ... V212

Author SHA1 Message Date
Rem0o
92246981e2 V212 2025-01-17 14:10:41 -05:00
Rem0o
c6ff7ffa34 V211 2025-01-13 09:25:02 -05:00
Rem0o
e618e6dd73 V210 2024-12-31 15:03:44 -05:00
Rémi Mercier
9f15537dc0 Delete Images/GraphDialog.png 2024-12-19 16:15:05 -05:00
Rémi Mercier
9ca1ee84e9 Update README.md 2024-12-19 16:14:47 -05:00
Rem0o
909977eb2e V209 2024-11-25 12:31:37 -05:00
Bob Conan
b0da34f02d Updated README.md, fix typo(s) (#2840) 2024-11-20 16:48:37 -05:00
Rem0o
f057861044 V208 2024-11-15 19:42:42 -05:00
Rem0o
95f56bf765 Update version.json 2024-10-28 20:15:14 -04:00
Rem0o
b9341972f0 V207 2024-10-28 20:13:16 -04:00
Rem0o
9d0be200af V206 2024-10-08 12:37:53 -04:00
Rem0o
30c50da4f1 V205 2024-09-27 12:07:08 -04:00
Rem0o
7c43b5edd2 V204 2024-09-23 19:29:58 -04:00
Rem0o
ff9f0c3c9c V203 2024-09-19 09:28:50 -04:00
Rem0o
822ac9fc1a Update README.md 2024-09-16 09:26:27 -04:00
Rem0o
18ec70f909 V202 2024-09-14 12:54:31 -04:00
Rem0o
1f3fb16472 Update README.md 2024-09-12 17:48:12 -04:00
Rem0o
1209e7a172 V201 2024-09-08 20:00:32 -04:00
Rem0o
92c795a73c Update bug_report.md 2024-09-04 18:42:03 -04:00
5 changed files with 19 additions and 20 deletions

View File

@@ -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.]

Binary file not shown.

Binary file not shown.

Before

Width:  |  Height:  |  Size: 48 KiB

View File

@@ -17,6 +17,7 @@
[![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)
## 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 +27,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)
@@ -96,7 +96,7 @@ From the community (notify me if I'm missing some):
From Rem0o
* (EXPERIMENTAL) https://github.com/Rem0o/FanControl.IntelCtlLibrary (Intel ARC gpus)
* https://github.com/Rem0o/FanControl.ADLX (AMD gpus)
* (OBSOLETE) https://github.com/Rem0o/FanControl.ADLX (AMD gpus)
* https://github.com/Rem0o/FanControl.HWInfo to import HWInfo sensor data
* https://github.com/Rem0o/FanControl.DellPlugin for dell laptops and some towers
@@ -123,16 +123,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
![Fan Control](Images/GraphDialog.png)
## 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&currency_code=USD&source=url&item_name=Fan+Control) donation button if your intent is to support the FanControl software itself.

View File

@@ -1,11 +1,11 @@
{
"Number": 200,
"Message": "- Fix a bug where controls would get temporarily enabled during refresh\r\n- Exclude Ryzen iGPU from ADLX\r\n- Translation work (coming soon)\r\n- Update LibreHardwareMonitorLib",
"Number": 212,
"Message": "- Fix AMD gpu (ADLX) zero rpm state\r\n- Update LibreHardwareMonitorLib (NCT6701D support)\r\n- Hebrew lang. support",
"Checksums": {
"FanControl_4_8": "6FB3EE100F042ECD126BED5031A6BCC6",
"FanControl_8_0": "670BC1F8661A6A5EDA4856817BCC80C8",
"FanControl_4_8_Installer": "9F103CAE2AA0BDD6C6F69417EDE85FF6",
"FanControl_8_0_Installer": "9B2013674A935A61602E19D908A39FA1",
"FanControl_4_8": "4B10DB887813C42EEA028F522F9D2E3C",
"FanControl_8_0": "D8D21C81383C9DE35F2F0FA7CBD638DA",
"FanControl_4_8_Installer": "EA4B41934317B65C78F9CE6F560A879B",
"FanControl_8_0_Installer": "4C26CE4E5CA1E3C2CF997EB4913BFBC2",
"Updater": "8BC3FB11C955E99E2EC5863884140484"
}
}