Advanced Scene Switcher 1.30.0-beta1
Pre-release
Pre-release
·
41 commits
to master
since this release
Important notes:
- This is the same release as before.
I tagged the wrong branch in the previous1.30.0-beta1
build and included the MQTT action and condition type by accident.
Sorry about the spam! - This is a beta release.
Not all features are in and it might not be 100% stable. - The minimum supported OBS version is OBS 30.1.2.
- Please make sure to back up your settings!
- If you run into any issues, please either post in the OBS forums or create an issue on GitHub!
Additions:
- Added additional options to access JSON elements stored in a variable.
- Added the option to completely disable all logs produced by this plugin to the General tab.
- Added the option to check the conditions of a macro in parallel to other macros.
Usually the conditions of macros are checked sequentially, one macro at a time.
This could cause issues when using a very complex condition setup as the condition checks of all other macros would potentially have to wait for the complex condition check to finish.
Other changes:
- Added the option to disable Twitch event timestamp verification.
By default, the timestamps of Twitch event messages will now no longer be verified as this has caused too many issues.
The settings of existing Twitch connections will not be changed. - When opening a macro, the action and condition controls are now only being initialized when they become visible.
This should make it much quicker to open up and switch between very large macros, but it will have to downside that scrolling through the list of actions and conditions might be a bit slower.
Fixes:
- Fixed variable values not being resolved properly when the plugin is being started for the first time after launching OBS.
- Fixed "HTTP" action not sending out requests on MacOS in some scenarios.
- Fixed log spam in case a Twitch connection was invalidated.