Releases: DataNext27/SteelSeries-NET-API
Releases · DataNext27/SteelSeries-NET-API
v1.1.0 - Partial Rework
I know everyone will hate because of this, but i swear it's better now.
SteelSeries .NET API Changelog
- Renamed a lot of things to follow SteelSeries documentation
- More stable
- Separated methods in differents categories
- Wait until methods now works as first intended
- Added a lot of exception so you can control easely what's going on
- Better Routed Processes management
- Reworked almost all methods (and renamed a lot too)
I think you'll need to rework your code too, sorry 😓
Also the wiki is available
Full Changelog: 1.0.5...1.1.0
v1.0.5
SteelSeries .NET API Changelog
- Removed
GetDeviceFromAudioConfigurationId()
- Made accessing audio configurations easier (Added
GetAudioConfiguration()
)
Instead of just usingGetDeviceFromAudioConfigurationId()
, you will now doGetAudioConfiguration().AssociatedDevice
Full Changelog: 1.0.4...1.0.5
v1.0.4
v1.0.3
SteelSeries .NET API Changelog
- Fixed error when listening to ChatMix balance event
Full Changelog: 1.0.2...1.0.3
v1.0.2
SteelSeries .NET API Changelog
- Fixed error when listening to Master device events on streamer mode
- Code cleaning
Full Changelog: 1.0.1...1.0.2
v1.0.1 - XML Documentation
SteelSeries .NET API Changelog
- Added XML/Intellisense Documentation
- Updated README
Full Changelog: 1.0.0...1.0.1
v1.0.0 - Initial Release
SteelSeries .NET API Changelog
- Added full control support for
Sonar