Skip to content

Releases: unknowndomain/streamdeck-obs-plus

0.1.4

30 Jun 16:10
4915b87
Compare
Choose a tag to compare
Version bump

Improvements

30 Jun 04:25
76729e8
Compare
Choose a tag to compare

Changes:

  • New multiview button
  • Buttons are drawn programmatically
  • Blackout buttons when disconnected and revert when connected

First release

30 Jun 01:53
422ec7f
Compare
Choose a tag to compare

Changes:

Non-studio mode
Although this plugin is intended only for studio mode use it is annoying that the buttons don't work when not in studio mode, so it now tracks which mode you are in and operates correctly when on non-studio mode.

Connection & Reconnection
The plugin no longer has any timers for connecting and reconnecting, connection happens:

  1. When the plugin is launched (installed or StreamDeck software is launched.
  2. When a button is pressed and the connection is closed it will quickly reconnect and simulate the button press again or display an error.
  3. When the property inspector is opened

The result is that it never tried to reconnect when the connection is lost but it shouldn't add more than about 25ms delay to a button press if it has to reconnect, I felt this was better as the WebSocket never really drops once established and during setup it of a stream you'd usually test all the buttons anyway so the chances of a live button press not working and adding 25ms is pretty minmal.

1.0.0

29 Jun 23:49
72e1c60
Compare
Choose a tag to compare
Fix semver