Releases: EvanMulawski/FanControl.CorsairLink
Releases · EvanMulawski/FanControl.CorsairLink
v1.2.0-beta.1
- 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
- Hydro: Adds missing support for H150i Elite.
v1.1.0
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
- Commander CORE: Provides temperature sensor values with fractional degrees.
- Commander PRO: Provides temperature sensor values with fractional degrees.
v1.1.0-beta.3
- Hydro: Provides liquid temperature with fractional degrees.
v1.1.0-beta.2
- 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
- Hydro: Adds experimental support for the Corsair Hydro iCUE series of liquid coolers.
v1.0.0
- Commander PRO: Fixes a double write-read operation occurring when reading fan speed and setting fan power.
v1.0.0-beta.6
- 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
- Commander CORE: Forces software mode instead of hardware mode.
- Commander CORE: Changes the device communication handle ID from
0x00
to0xfc
(as other programs use0x00
). - 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.