Skip to content

Releases: EvanMulawski/FanControl.CorsairLink

v1.2.0-beta.1

16 Apr 22:28
5690e8a
Compare
Choose a tag to compare
v1.2.0-beta.1 Pre-release
Pre-release
  • Adds support for the Commander Mini.
  • Adds support for the Hydro H80i, H100i, H100i GT, H110i, and H110i GT liquid coolers.
    • Note: Pump control for these devices is experimental pending feedback.

v1.1.1

23 Mar 14:18
Compare
Choose a tag to compare
  • Hydro: Adds missing support for H150i Elite.

v1.1.0

22 Mar 22:01
Compare
Choose a tag to compare

No changes from the v1.1.0-beta.4 release.

What's New

  • Adds support for the Corsair Hydro iCUE series of liquid coolers.
  • Temperature sensors and liquid temperature now reported with fractions of degrees.

Miscellaneous

  • Device firmware version is logged when the plugin loads.
  • Fixes an issue where the plugin would fail to initialize if an attached Corsair device did not support querying for its product name.

v1.1.0-beta.4

21 Mar 22:09
Compare
Choose a tag to compare
v1.1.0-beta.4 Pre-release
Pre-release
  • Commander CORE: Provides temperature sensor values with fractional degrees.
  • Commander PRO: Provides temperature sensor values with fractional degrees.

v1.1.0-beta.3

11 Mar 04:02
Compare
Choose a tag to compare
v1.1.0-beta.3 Pre-release
Pre-release
  • Hydro: Provides liquid temperature with fractional degrees.

v1.1.0-beta.2

07 Mar 23:40
Compare
Choose a tag to compare
v1.1.0-beta.2 Pre-release
Pre-release
  • Internals: Handles the possibility of a Corsair device not supporting the query for its product name.
  • Logging: Logs the device firmware version when the plugin loads.

v1.1.0-beta.1

12 Feb 04:11
Compare
Choose a tag to compare
v1.1.0-beta.1 Pre-release
Pre-release
  • Hydro: Adds experimental support for the Corsair Hydro iCUE series of liquid coolers.

v1.0.0

05 Feb 05:35
Compare
Choose a tag to compare
  • Commander PRO: Fixes a double write-read operation occurring when reading fan speed and setting fan power.

v1.0.0-beta.6

22 Jan 07:04
Compare
Choose a tag to compare
v1.0.0-beta.6 Pre-release
Pre-release
  • Commander CORE: Improves device communication resiliency.
  • Commander PRO: Fixes an issue where speed channel power would not be properly set on startup.

v1.0.0-beta.5

21 Jan 03:05
Compare
Choose a tag to compare
v1.0.0-beta.5 Pre-release
Pre-release
  • Commander CORE: Forces software mode instead of hardware mode.
  • Commander CORE: Changes the device communication handle ID from 0x00 to 0xfc (as other programs use 0x00).
  • Commander CORE: Fixes an issue communicating with the 0c32 variant.
  • Commander: Implements a well-known global mutex to prevent concurrent device communication from third-party programs that also implement this.