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 | |
|---|---|---|---|
|
|
49aff70e42 | ||
|
|
19308decf2 | ||
|
|
8fbad3b8cc | ||
|
|
3b14fcea02 | ||
|
|
8b6936c76b | ||
|
|
4a6c7ecaed | ||
|
|
e687787644 | ||
|
|
0a9df7cbbd | ||
|
|
18cdd486cd | ||
|
|
7744dff703 | ||
|
|
f1af4e5225 | ||
|
|
e978e731d5 | ||
|
|
8c8d530d40 | ||
|
|
54ca9134ca | ||
|
|
d254b5932d | ||
|
|
d3c8a453b1 | ||
|
|
2bcd3fdfa0 | ||
|
|
86ff5560e1 | ||
|
|
705ea357c0 | ||
|
|
b703101467 | ||
|
|
8af9b00d7d | ||
|
|
2b77b7b368 | ||
|
|
ff4ba99931 | ||
|
|
9e117a6c96 | ||
|
|
d960ccf7cb | ||
|
|
b516fd4958 | ||
|
|
b27984dee4 | ||
|
|
12433ebce1 |
BIN
FanControl.zip
BIN
FanControl.zip
Binary file not shown.
13
LICENSE
Normal file
13
LICENSE
Normal file
@@ -0,0 +1,13 @@
|
||||
Fan Control License Agreement
|
||||
|
||||
© [2023] [Rémi Mercier]. All rights reserved.
|
||||
|
||||
This software is provided by [Rémi Mercier] ("the Licensor") for personal and non-commercial use only. You may download, install, and use this software on any device that you own or control.
|
||||
|
||||
You may not modify, reverse engineer, decompile, disassemble, or otherwise attempt to discover the source code of this software. You may not distribute, sublicense, rent, lease, lend or transfer this software or any part thereof to any third party without the prior consent of the Licensor.
|
||||
|
||||
You acknowledge and agree that this software is the proprietary and confidential property of the Licensor and that all intellectual property rights in this software belong to the Licensor. You agree to respect and protect these rights and not to infringe or violate them in any way.
|
||||
|
||||
The Licensor makes no warranties or representations of any kind with respect to this software. This software is provided "as is" and "as available" without any express or implied warranty of any kind. The Licensor disclaims all liability for any damages or losses arising from your use of or inability to use this software.
|
||||
|
||||
By downloading, installing, or using this software, you agree to be bound by the terms and conditions of this license.
|
||||
@@ -8,7 +8,7 @@
|
||||
</p>
|
||||
|
||||
|
||||
<p align=center>This is the release repository for <a href="https://getFanControl.com">Fan Control</a>, a focused and highly customizable fan controlling software for Windows.</span>
|
||||
<p align=center>This is the release repository for <a href="https://getFanControl.com">Fan Control</a>, a focused and highly customizable fan controlling software for Windows.<br><i>Sources for this software are closed.</i></span>
|
||||
|
||||
<br>
|
||||
<br>
|
||||
@@ -74,12 +74,14 @@ From the community (notify me if I'm missing some):
|
||||
* https://github.com/fu-raz/FanControlThermaltake
|
||||
* https://github.com/jmarucha/FanControl.Liquidctl
|
||||
* https://github.com/Mourdraug/FanControl.AsusWMI to interface with ASUS motherboards through WMI methods
|
||||
* https://github.com/medevil84/FanControl.AquacomputerHighFlowNext to interface with aquacomputer HighFlowNext
|
||||
* https://github.com/medevil84/FanControl.AquacomputerDevices to interface with aquacomputer HighFlowNext, Quadro and Octo devices
|
||||
* 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
|
||||
* https://github.com/EvanMulawski/FanControl.CorsairLink to interface with Corsair Commander controllers and Hydro liquid coolers
|
||||
* 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)
|
||||
|
||||
From Rem0o
|
||||
* (EXPERIMENTAL) 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
|
||||
|
||||
|
||||
BIN
Updater.exe
BIN
Updater.exe
Binary file not shown.
11
version.json
11
version.json
@@ -1,4 +1,9 @@
|
||||
{
|
||||
"Number": 143,
|
||||
"Message": "- Change the color of any tray icon via the appearance dialog\r\n- Added the option to disable Asus EC in sensor settings"
|
||||
}
|
||||
"Number": 155,
|
||||
"Message": "- Fix time average sensor logic\r\n- Fix an instance where the main window would pop up on start\r\n- Added sponsor button",
|
||||
"Checksums": {
|
||||
"FanControl_4_8": "89138BA33B8E3ABBF764A6F03ADE5665",
|
||||
"FanControl_7_0": "452859B152733A8C9356FDDD428B875F",
|
||||
"Updater": "FE97B39DD8E0B69687592D591DA6DA94"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user