Compare commits

..

13 Commits
V205 ... V214

Author SHA1 Message Date
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
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
4 changed files with 14 additions and 19 deletions

Binary file not shown.

Binary file not shown.

Before

Width:  |  Height:  |  Size: 48 KiB

View File

@@ -27,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)
@@ -124,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": 205,
"Message": "- Fixed a sensor initialization bug\r\n- Added/improved translations\r\n- Update LibreHardwareMonitorLib\r\n- Changed left side menu layout to better accomodate various languages",
"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",
"Checksums": {
"FanControl_4_8": "0FA9422A857A1D9E02A89F861F0E3728",
"FanControl_8_0": "E6D553A79D44ED0CAD9EC91284B8CE44",
"FanControl_4_8_Installer": "8E5EF50A63AB550CE1F82F2E84FDA0D6",
"FanControl_8_0_Installer": "8B5BE6B372A2D2F3CAFEDE000F45E34A",
"FanControl_4_8": "DC783BDEF199D2DAF3D459E95ED47649",
"FanControl_8_0": "8BA06D998A193CD951B8C13D41AFDFA0",
"FanControl_4_8_Installer": "2A8DB74C5A1776A592F32A2CA720C961",
"FanControl_8_0_Installer": "129F4979CB1FA7A27C31A52DCC9A4D7F",
"Updater": "8BC3FB11C955E99E2EC5863884140484"
}
}