Releases: EvanMulawski/FanControl.CorsairLink
Releases · EvanMulawski/FanControl.CorsairLink
v1.7.0
New Devices
- iCUE LINK:
- XD5 (Stealth Gray)
- XD5 (White)
- LX Fan
- TITAN AIO
- CapSwap Module - VRM Fan
- HID PSU
- HX1200i (2023)
Existing Devices
- iCUE LINK
- Adds support for the increased device count (requires iCUE LINK System Hub firmware v2.5 or greater).
Other
- Internals
- Improves plugin behavior when the system suspends and resumes.
- Adds support for the .NET 8 build of Fan Control.
- Logging
- Adds additional data to iCUE LINK Hub "command error" exception.
v1.7.0-beta.8
- New Device: Adds support for the HX1200i (2023) PSU (#210).
v1.7.0-beta.7
- iCUE LINK: Fixes subdevice packet read logic.
v1.7.0-beta.6
- iCUE LINK: Fixes an issue preventing device detection.
ℹ️ Use v1.7.0-beta.7 instead.
v1.7.0-beta.5
- iCUE LINK: Adds support for the increased device count (requires iCUE LINK System Hub firmware v2.5 or greater)
- New Device: Adds support for the following iCUE LINK devices: CapSwap Module - VRM Fan (#209).
- Internals: Improves plugin behavior when the system suspends and resumes.
ℹ️ Use v1.7.0-beta.6 instead.
v1.7.0-beta.4
v1.7.0-beta.3
v1.7.0-beta.2
- New Device: Adds support for the following iCUE LINK devices: XD5 (Stealth Gray), XD5 (White) (#181).
v1.7.0-beta.1
- Installation: Adds support for the .NET 8 build of Fan Control (#20).
- Note: The .NET Framework build is located under the
net48
directory. The .NET 8 build is located under thenet8.0
directory. Choose the build that matches your Fan Control installation.
- Note: The .NET Framework build is located under the
v1.6.0
New Devices
- iCUE LINK: XC7 RGB ELITE (Stealth Gray), XC7 RGB ELITE (White), RX Fan, RX RGB Fan
- Hydro Platinum: Corsair One
- HID Cooling: XC7 LCD
Existing Devices
- Hydro Platinum
- Commander CORE
- Change handle ID to improve SignalRGB interoperability.
- Minimum pump power now configurable using the
FANCONTROL_CORSAIRLINK_MIN_PUMP_DUTY
environment variable (#149).
Other
- Internals
- Devices are now refreshed in parallel. This decreases the amount of time the well-known Corsair mutex is held. This should further reduce RGB stuttering/freezing when using software-controlled lighting.
- Fixed the CorsairLink.log file being opened for writing unnecessarily (#147).
- HID devices will attempt to recover from device reconnections.
- Logging
- File logging errors will be logged to a separate file instead of potentially crashing Fan Control.