mirror of
https://github.com/Rem0o/FanControl.Releases.git
synced 2026-01-11 23:48:09 -05:00
Compare commits
28 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
d00c09fa3b | ||
|
|
1cc77ef28c | ||
|
|
580d3f2136 | ||
|
|
7997524029 | ||
|
|
10e006cccd | ||
|
|
5bfec324f2 | ||
|
|
c93257e2e9 | ||
|
|
395201d889 | ||
|
|
117a5e0d1a | ||
|
|
271efe25cc | ||
|
|
ff516bf786 | ||
|
|
dba223c20d | ||
|
|
f3cb21ea90 | ||
|
|
8cdb8c77f7 | ||
|
|
9858136eaa | ||
|
|
537b34cca2 | ||
|
|
430c129616 | ||
|
|
3b7b3a0f5a | ||
|
|
990b8e594a | ||
|
|
5c67ccfa8e | ||
|
|
69f020e627 | ||
|
|
9be2a6c932 | ||
|
|
0f8a9b42e8 | ||
|
|
b3abab8cb3 | ||
|
|
b89bc9b77e | ||
|
|
37e540e654 | ||
|
|
f4b223c91f | ||
|
|
995b730085 |
BIN
FanControl.zip
BIN
FanControl.zip
Binary file not shown.
Binary file not shown.
|
Before Width: | Height: | Size: 138 KiB |
Binary file not shown.
|
Before Width: | Height: | Size: 71 KiB After Width: | Height: | Size: 80 KiB |
15
README.md
15
README.md
@@ -16,6 +16,10 @@
|
||||
[](/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
|
||||
|
||||
.NET 8 version now available. Had to update the Updater.exe to support the new version, might take some time for the usual Microsoft Defender false positive submission to go through.
|
||||
|
||||
## Installation
|
||||
|
||||
1. [Download the latest archive](/FanControl.zip?raw=true)
|
||||
@@ -50,15 +54,6 @@ JayzTwoCents - Everyone NEEDS this FREE piece of software... You will thank me!
|
||||
* Low resource usage
|
||||
* Advanced tuning with steps, start %, stop %, response time and hysteresis
|
||||
|
||||
## __New__
|
||||
* __(NEW)__ Minimum % on control cards
|
||||
* Use the -c or --config [json config file] command line argument while the app is open to switch config. Create shortcuts with predefined configs.
|
||||
* When the app fail to start due to sensor initialization issue, the sensor settings window will open
|
||||
* Refined UI
|
||||
* 0 RPM override for Nvidia cards
|
||||
<br/>
|
||||
<br/>
|
||||
|
||||

|
||||
|
||||
## Uninstall
|
||||
@@ -78,8 +73,10 @@ From the community (notify me if I'm missing some):
|
||||
* https://github.com/FoPzl/FanControl.AquacomputerQuadro to interface with aquacomputer Quadro
|
||||
* https://github.com/vision57/FanControl.GPU-Z
|
||||
* https://github.com/EvanMulawski/FanControl.CorsairLink to interface with Corsair Commander controllers and Hydro liquid coolers
|
||||
* https://github.com/EvanMulawski/FanControl.Razer to interface with Razer devices
|
||||
* https://github.com/hgross/FanControl.HomeAssistant to interface with [HomeAssistant](https://github.com/home-assistant) connected temperature sensors (i.e. ambient temperatures via Philips Hue, HomeMatic, HomeKit or many other brands & protocols)
|
||||
* https://github.com/brokenmass/Fancontrol.NzxtKraken to interface with NZXT Kraken AIO that are not yet supported by LibreHardwareMonitor for example `Kraken X2` and `Kraken X3 - new PID`. See [LHM PR](https://github.com/LibreHardwareMonitor/LibreHardwareMonitor/pull/1078)
|
||||
* https://github.com/EightB1ts/FanControl.LianLi to interface with LianLi [L-Connect 3](https://lian-li.com/l-connect3/) fan controllers
|
||||
|
||||
From Rem0o
|
||||
* (EXPERIMENTAL) https://github.com/Rem0o/FanControl.ADLX (AMD gpus)
|
||||
|
||||
BIN
Updater.exe
BIN
Updater.exe
Binary file not shown.
11
version.json
11
version.json
@@ -1,9 +1,10 @@
|
||||
{
|
||||
"Number": 159,
|
||||
"Message": "- File sensors now can be anywhere on your system (rooted path)\r\n- Updated LibreHardwareMonitorLib\r\n- Fixed a bug in V158 where sensors would be duplicated",
|
||||
"Number": 178,
|
||||
"Message": "- Fix a bug where sensor settings wouldn\u0027t be saved using the assisted setup.\r\n- Disable LHM if no sensor source is checked.\r\n- Change the title bar color based on current theme.\r\n- Update LibreHardwareMonitorLib",
|
||||
"Checksums": {
|
||||
"FanControl_4_8": "48DEF82FE8078A648483B8E2EB6D0651",
|
||||
"FanControl_7_0": "3975C7D98D918FB78778E032314CDAF5",
|
||||
"Updater": "FE97B39DD8E0B69687592D591DA6DA94"
|
||||
"FanControl_4_8": "5A60187ED804A3014AA4733205F11A0B",
|
||||
"FanControl_7_0": "32D8415901DB2AAE64DBEA318C0068AB",
|
||||
"Updater": "4998323B6A3AE40C420202EB773CF4A4",
|
||||
"FanControl_8_0": "04D2B8792EB3C753E6B5BA67D4375416"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user