Skip to content

Releases: EvanMulawski/FanControl.CorsairLink

v1.7.0

20 Jan 20:11
f10e95b
Compare
Choose a tag to compare

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

27 Dec 23:02
f10e95b
Compare
Choose a tag to compare
v1.7.0-beta.8 Pre-release
Pre-release
  • New Device: Adds support for the HX1200i (2023) PSU (#210).

v1.7.0-beta.7

20 Dec 02:04
d0c9d75
Compare
Choose a tag to compare
v1.7.0-beta.7 Pre-release
Pre-release
  • iCUE LINK: Fixes subdevice packet read logic.

v1.7.0-beta.6

15 Dec 20:21
b78b324
Compare
Choose a tag to compare
v1.7.0-beta.6 Pre-release
Pre-release
  • iCUE LINK: Fixes an issue preventing device detection.

ℹ️ Use v1.7.0-beta.7 instead.

v1.7.0-beta.5

14 Dec 23:42
7b8a56d
Compare
Choose a tag to compare
v1.7.0-beta.5 Pre-release
Pre-release
  • 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

28 Nov 20:58
1e358de
Compare
Choose a tag to compare
v1.7.0-beta.4 Pre-release
Pre-release
  • New Device: Adds support for the following iCUE LINK devices: TITAN AIO (#202, #198).
  • Logging: Adds additional data to iCUE LINK Hub "command error" exception.

v1.7.0-beta.3

23 Nov 06:34
31cfa5f
Compare
Choose a tag to compare
v1.7.0-beta.3 Pre-release
Pre-release
  • New Device: Adds support for the following iCUE LINK devices: LX Fan (#193).
  • Installation: Resolves file corruption with the included SiUsbXpress driver package (#185).

v1.7.0-beta.2

13 Jul 00:48
8743848
Compare
Choose a tag to compare
v1.7.0-beta.2 Pre-release
Pre-release
  • New Device: Adds support for the following iCUE LINK devices: XD5 (Stealth Gray), XD5 (White) (#181).

v1.7.0-beta.1

04 Jun 02:37
af7a336
Compare
Choose a tag to compare
v1.7.0-beta.1 Pre-release
Pre-release
  • 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 the net8.0 directory. Choose the build that matches your Fan Control installation.

v1.6.0

23 May 19:15
f5452bf
Compare
Choose a tag to compare

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
    • Attempts to reboot the device after three consecutive read failures (#80).
    • Resets lighting after rebooting to prevent LED flickering issue (#144).
    • Significantly improved interoperability with SignalRGB (#80).
    • Allow customization of default lighting via environment variables.
  • 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.