Releases: BarRaider/obs-websocket-dotnet
v5.0.0.3 - Integer overflow fix
Ported to use new OBS Websocket v5.0
NOTE: As OBS Websocket v5.0 is not backward compatible with 4.9.x, neither is the .Net version.
What's new in v5.0.0.3
- Fixed issue with integer overflow for OutputStatus objects
(Previous updates): - Each event now has a dedicated EventArgs class. This will break the previous event signature
- Finished adding all v5 methods
- Connect() function is now obsolete, use ConnectAsync() instead.
- Additional bugfixes and stability fixes
v5.0.0.2 - Stability fix
- Fixed stability of internal websocket
(Previous updates): - Each event now has a dedicated EventArgs class. This will break the previous event signature
- Finished adding all v5 methods
- Connect() function is now obsolete, use ConnectAsync() instead.
- Additional bugfixes and stability fixes
v5.0.0.1 - First full v5 support
NOTE: As OBS Websocket v5.0 is not backward compatible with 4.9.x, neither is the .Net version.
What's new in v5.0.0.1:
- Each event now has a dedicated EventArgs class. This will break the previous event signature
- Finished adding all v5 methods
Connect()
function is now obsolete, useConnectAsync()
instead.- Additional bugfixes and stability fixes
v5.0.0 - First non-beta release
First version with support for OBS Websocket v5.
NOTE: As OBS Websocket v5.0 is not backward compatible with 4.9.x, neither is the .NET version.
Please report any issues via the Issues Tracker or discuss in our Discord
v5.0.0.0-Beta1
First beta version with support for OBS Websocket v5.
For nuget you must select "Include Prerelease" to see this version
There are most likely still bugs - Please report any issues via the Issues Tracker or discuss in our Discord
v4.9.1
v4.9.1-Beta1 - Initial Release with v4.9.1 features
Added Events:
VirtualCameraStarted
VirtualCameraStopped
Added Requests:
StartVirtualCam
StopVirtualCam
ToggleVirtualCam
GetVirtualCamStatus
GetSourceActive
GetAudioTracks
SetAudioTrack
- Bug Fixes
v4.9 Release
Added Events:
New Media
category with lots of events
SourceAudioActivated
SourceAudioDeactivated
Added Requests:
New Media Control
category with lots of requests
CreateSource
CreateScene
GetSourceDefaultSettings
RefreshBrowserSource
AddSceneItem
GetSceneItemList
GetAudioActive
TriggerHotkeyByName
TriggerHotkeyBySequence
GetRecordingStatus
GetReplayBufferStatus
GetTransitionSettings
SetTransitionSettings
GetTransitionPosition
ReleaseTBar
SetTBarPosition
GetBrowserSourceProperties
SetBrowserSourceProperties
SetHeartbeat
SetSceneItemCrop
SetSceneItemPosition
SetSceneItemTransform
v4.9.0-Beta1 - Initial Release with v4.9.0 features
Added Events:
New Media
category with lots of events
SourceAudioActivated
SourceAudioDeactivated
Added Requests:
New Media Control
category with lots of requests
CreateSource
CreateScene
GetSourceDefaultSettings
RefreshBrowserSource
AddSceneItem
GetSceneItemList
GetAudioActive
TriggerHotkeyByName
TriggerHotkeyBySequence
GetRecordingStatus
GetReplayBufferStatus
GetTransitionSettings
SetTransitionSettings
GetTransitionPosition
ReleaseTBar
SetTBarPosition
GetBrowserSourceProperties
SetBrowserSourceProperties
SetHeartbeat
SetSceneItemCrop
SetSceneItemPosition
SetSceneItemTransform
v4.8.1 - .Net Standard Support
.Net Standard Support