Skip to content

Releases: EvanMulawski/FanControl.CorsairLink

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.

v1.6.0-beta.8

18 May 21:23
b2c7437
Compare
Choose a tag to compare
v1.6.0-beta.8 Pre-release
Pre-release
  • New Device: Adds support for the Corsair One series of SFF computers using the Hydro Platinum controller (#115).
  • Hydro Platinum
    • Refactored internals to support Corsair One devices and improve testability.
    • Created new test suite.
    • Improved direct lighting reset and allow customization of default lighting via environment variables.

v1.6.0-beta.7

03 May 02:40
e02b6a5
Compare
Choose a tag to compare
v1.6.0-beta.7 Pre-release
Pre-release
  • New Device: Adds support for the XC7 LCD water block (non-iCUE LINK model) (#158).

v1.6.0-beta.6

13 Apr 19:29
c1285b2
Compare
Choose a tag to compare
v1.6.0-beta.6 Pre-release
Pre-release
  • Commander CORE: Handle device reconnections and change device mode when necessary.
  • iCUE LINK: Handle device reconnections and change device mode when necessary.
  • Internals: 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.

v1.6.0-beta.5

09 Apr 04:36
344d2e0
Compare
Choose a tag to compare
v1.6.0-beta.5 Pre-release
Pre-release
  • iCUE LINK: Fixes type code for RX RGB Fan (#162).

v1.6.0-beta.4

08 Apr 17:35
d4a87d0
Compare
Choose a tag to compare
v1.6.0-beta.4 Pre-release
Pre-release
  • New Device: Adds support for the following iCUE LINK device: RX RGB Fan (#162).
  • Commander CORE: Change handle ID to improve SignalRGB interoperability.

v1.6.0-beta.3

25 Mar 21:54
926445d
Compare
Choose a tag to compare
v1.6.0-beta.3 Pre-release
Pre-release
  • New Device: Adds support for the following iCUE LINK device: RX Fan (#156).
  • Hydro Platinum: Improves device reboot logic and resets direct lighting after a reboot occurs (#144).

v1.6.0-beta.2

11 Feb 02:52
fbaf798
Compare
Choose a tag to compare
v1.6.0-beta.2 Pre-release
Pre-release
  • New Device: Adds support for the following iCUE LINK devices: XC7 RGB ELITE (Stealth Gray), XC7 RGB ELITE (White); (#139).
  • iCUE LINK: Minimum pump power now configurable using the FANCONTROL_CORSAIRLINK_MIN_PUMP_DUTY environment variable.
  • Commander CORE: Minimum pump power now configurable using the FANCONTROL_CORSAIRLINK_MIN_PUMP_DUTY environment variable (#149).
  • Internals: Fixed the CorsairLink.log file being opened for writing unnecessarily (#147).