mirror of
https://github.com/Rem0o/FanControl.Releases.git
synced 2026-01-12 07:58:06 -05:00
Compare commits
16 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
a745917fae | ||
|
|
92246981e2 | ||
|
|
c6ff7ffa34 | ||
|
|
e618e6dd73 | ||
|
|
9f15537dc0 | ||
|
|
9ca1ee84e9 | ||
|
|
909977eb2e | ||
|
|
b0da34f02d | ||
|
|
f057861044 | ||
|
|
95f56bf765 | ||
|
|
b9341972f0 | ||
|
|
9d0be200af | ||
|
|
30c50da4f1 | ||
|
|
7c43b5edd2 | ||
|
|
ff9f0c3c9c | ||
|
|
822ac9fc1a |
BIN
FanControl.zip
BIN
FanControl.zip
Binary file not shown.
Binary file not shown.
|
Before Width: | Height: | Size: 48 KiB |
23
README.md
23
README.md
@@ -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)
|
||||
|
||||
@@ -97,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
|
||||
|
||||
@@ -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
|
||||
|
||||

|
||||
|
||||
## 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.
|
||||
|
||||
12
version.json
12
version.json
@@ -1,11 +1,11 @@
|
||||
{
|
||||
"Number": 202,
|
||||
"Message": "-it and de translations\r\n-Translation contribution link available in About page\r\n- New command line option -e --exit\r\n- More robust ADLX error handling\r\n- Update LibreHardwareMonitorLib (fixes controllers identifier bug)",
|
||||
"Number": 213,
|
||||
"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": "CE42C69C72E88D6034B951BF52ACF761",
|
||||
"FanControl_8_0": "A79A7353AF7CC442D1BA4DB619AE10D5",
|
||||
"FanControl_4_8_Installer": "82900B14DA70DA81E3468200F49430D3",
|
||||
"FanControl_8_0_Installer": "3A98B0F913DF56BA69525211798847A4",
|
||||
"FanControl_4_8": "F0BA14E98ED37D62B0039D5556929688",
|
||||
"FanControl_8_0": "7931F85C1DC1EBA7FC6EA6A38EB78D33",
|
||||
"FanControl_4_8_Installer": "B4A8750437F1B3D82D94D04C23981037",
|
||||
"FanControl_8_0_Installer": "A13C944E1AACF9B182E8FEC41778FCF9",
|
||||
"Updater": "8BC3FB11C955E99E2EC5863884140484"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user