Skip to content

Releases: tinodo/obsclient

v2.1.1

11 Apr 17:42
Compare
Choose a tag to compare

Fixes a critical bug in SaveSourceScreenshot.

v2.0.2

19 Feb 10:20
Compare
Choose a tag to compare

Version 2.0.2

v2.0.2-preview.2

19 Feb 09:51
Compare
Choose a tag to compare
v2.0.2-preview.2 Pre-release
Pre-release

Preview version of 2.0.2.

This version introduces a retry pattern when OBS is not ready to take requests, even after the authentication has occurred. This can happen when your client is running with autoReconnect enabled, and you start OBS Studio. At some point, OBS will accept the clients connection and authenticates, but might not already be capable of handling requests.

Although you could capture this problem yourself, by checking for an 207 result code (NotReady), we will try to retry the operation.

V2.0.1

19 Feb 09:47
Compare
Choose a tag to compare
v2.0.1

Fixed incorrect mapping between GetSceneItemTransform Request and Res…

v2.0.0

04 Nov 14:53
Compare
Choose a tag to compare

Version 2 is here!

v2.0.0-preview.2

02 Nov 20:40
Compare
Choose a tag to compare
v2.0.0-preview.2 Pre-release
Pre-release
Version 2.0.0-preview.2

v2.0.0-preview.1

27 Oct 15:09
Compare
Choose a tag to compare
v2.0.0-preview.1 Pre-release
Pre-release
2.0.0-preview.1

v1.3.0

23 Oct 16:17
Compare
Choose a tag to compare
  • Fixed some issues with Recorder toggle calls.
  • Added support for a websockets 5.3.0 call.
  • Added IDisposable interface.

v1.2.0

24 Jan 16:06
Compare
Choose a tag to compare

Fixed issues with regards to Filter Settings and Bounds.

Release 1.1.0

06 Jan 10:10
Compare
Choose a tag to compare
v1.1.0

Merge branch 'main' of https://github.com/tinodo/obsclient