Skip to content

Release 2.5

Compare
Choose a tag to compare
@vwout vwout released this 06 Feb 18:59
· 7 commits to main since this release

This is a bugfix release to resolve several issues related to the new action handling introduced in version 2.4:

  • Fix double free of scene source (causes corruption like removal of scenes and eventually crashes OBS)
  • Safe handling of context variables - repair operation in non-studio mode (#15)
  • Run stop commands before activation of new scene with same camera, to ensure stop command execution (#16)

The action scheme introduced in version 2.4 should now consistently work in normal and studio mode.

Load scene on preview Transition to program Transition back to preview Unload scene on preview
Action Active: Always
On preview exclusive: No
Send start command Send start command Send stop command Send stop command
Action Active: Always
On preview exclusive: Yes
- Send start command Send stop command -
Action Active: Preview
On preview exclusive: No
Send start command - - Send stop command
Action Active: Preview
On preview exclusive: Yes
- - - -
Action Active: Program
On preview exclusive: N/A
- Send start command Send stop command -

For details and notes see README.

Full Changelog: 2.4...2.5