Releases: CorsairOfficial/cue-sdk
Releases · CorsairOfficial/cue-sdk
iCUE SDK v4.0.84
iCUE SDK v4.0.48
⚡First release of iCUE SDK v4.x
Key differences from SDK v3:
- Unified API: all functions return error code
- Memory management: SDK v4 fills the memory preallocated and provided by client app
- Instead of device indices SDK v4 operates with unique device identifiers
- SDK v4 offline mode: client app will be notified when connection to iCUE has been established or lost
- SDK v4 exclusive key event listening: client app may intercept G/M key press events when it is allowed in iCUE settings
CUE SDK v3.0.464
Release notes:
- Protocol version raised to 16.
- Extended
CorsairDeviceType
enum withCDT_Touchbar
identifier.
CUE SDK v3.0.460
Release notes:
- Protocol version raised to 15.
- Extended
CorsairChannelDeviceType
enum withCCDT_8LedSeriesFan
identifier. - Marked
CCDT_SPPRO_Fan
identifier ofCorsairChannelDeviceType
enum as deprecated - Updated docs:
- added
RDP limitations
section - added
Access rights
section
- added
- Extended list of supported devices with:
- K60 RGB PRO
CUE SDK v3.0.447
Release notes:
- macOS: added support of M1 processors
CUE SDK v3.0.378
Release notes:
- Protocol version raised to 14.
- Extended
CorsairLedId
enum withCLI_Oem101
…CLI_Oem250
identifiers. - Extended
CorsairLedId
enum withCLM_7
…CLM_20
identifiers. - Extended
CorsairPhysicalLayout
enum withCPL_Zones7
…CPL_Zones20
identifiers. - Extended list of supported devices with:
- IRONCLAW RGB
- K100 RGB
- K70 RGB MK.2
- K95 RGB PLATINUM XT
- Lighting Node CORE
- M65 ELITE RGB
- MM700
- Scimitar ELITE RGB
- STRAFE RGB MK.2
- VENGEANCE RGB PRO SL
- VIRTUOSO RGB
- VIRTUOSO RGB SE
- Dropped Visual Studio 2012 support
- Removed
register_callback
example
CUE SDK v3.0.361
Release notes:
- Protocol version raised to 13.
- Added support for SP PRO fans and HydroX series devices.
- Fixed unstable behavior for multithreaded clients.
CUE SDK v3.0.355
Release notes:
- Protocol version raised to 12.
- Added support for motherboards and graphics cards.
- Added support for QL fans.
- Supported number of LEDs per channel has been increased to 300.
- Extended list of supported devices with K55 RGB, HARPOON RGB, HARPOON RGB PRO, CORSAIR ONE, CORSAIR ONE PRO.
- Updated configuration for sample projects to VS2017.
CUE SDK v3.0.301
Release Notes:
- Fixed deadlocks and high CPU usage on MacOS.
- Documentation updated with events_example.
- Protocol version raised to 11.
- Deprecated
CorsairRegisterKeypressCallback
function in favor of newCorsairSubscribeForEvents
/CorsairUnsubscribeFromEvents
functions. - Added device connected/disconnected events.
- Extended
CorsairDeviceInfo
structure with the device id field. - Resolved crash when server sends empty response.
- Resolved ids for G keys on K95 RGB Platinum.