Skip to content

Releases: IRLToolkit/simpleobsws

simpleobsws 1.4.3

20 Jun 04:23
Compare
Choose a tag to compare
  • Fixed a potential exception which could happen if event callbacks were added or removed while the internal websocket task was actively processing an event.

This version is meant to be compatible with the latest obs-websocket nightly build as of the time of this release.

To install this version from pip (recommended), run pip install simpleobsws.

Or to install this version from git, run pip install git+https://github.com/IRLToolkit/simpleobsws.git@d372d8db835006e7b9e018e10c3eaba41e12b042

If you have any questions, please reach out via the #simpleobsws channel in the obs-websocket Discord.

simpleobsws 1.3.1

11 Dec 08:44
Compare
Choose a tag to compare

This version is meant to be compatible with the latest obs-websocket nightly build as of the time of this release.

To install this version, run pip install git+https://github.com/IRLToolkit/simpleobsws.git@master

If you have any questions, please reach out via the #simpleobsws channel in the obs-websocket Discord.

simpleobsws 1.2.1

30 Sep 08:25
Compare
Choose a tag to compare

This is the second beta release of simpleobsws for obs-websocket 5.0.0. This release is not backwards compatible with simpleobsws <1.0.0, and will not work with any obs-websocket 4.x versions.

  • Major performance improvement by switching to Condition variables instead of polling
  • The call_poll_delay argument has been removed as a result
  • Increased max message payload size to 16MB
  • Fixed a potential memory leak caused by request responses coming back from the server after the request has timed out

To install this version, run pip install git+https://github.com/IRLToolkit/simpleobsws.git@master

If you have any questions, please reach out via the #simpleobsws channel in the obs-websocket Discord.

simpleobsws 1.1.1

30 Aug 13:24
Compare
Choose a tag to compare

This is the second beta release of simpleobsws for obs-websocket 5.0.0. This release is not backwards compatible with simpleobsws <1.0.0, and will not work with any obs-websocket 4.x versions.

To install this version, run pip install git+https://github.com/IRLToolkit/simpleobsws.git@master

If you have any questions, please reach out via the #simpleobsws channel in the obs-websocket Discord.

Fix authentication issues

14 Oct 09:41
d17028a
Compare
Choose a tag to compare
0.0.7

Update setup.py

0.0.6

13 Oct 09:30
Compare
Choose a tag to compare
Bump version