Skip to content

v1.6.0

Latest
Compare
Choose a tag to compare
@EvanMulawski EvanMulawski released this 23 May 19:15
· 5 commits to main since this release
f5452bf

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.