Skip to content

OBS 28 support and more

Compare
Choose a tag to compare
@WarmUpTill WarmUpTill released this 01 Sep 20:21
· 761 commits to master since this release

Important note: You will have to use at least OBS 28 to use this version of the plugin!

Please make sure to back up your settings before updating OBS to version 28!

Additions:

  • Added support for OBS 28.
    With this also comes support for native Apple Silicon builds.
    Note that the different versions of the plugin for Windows, MacOS, and Linux are now split into separate archives.
    The prebuilt Linux binaries depend on Qt6.

  • Added the "Websocket" condition and action action types.
    This will allow you to trigger macros on other OBS instances by sending messages via websockets.
    For more details you can have a look at this wiki entry.
    Websocket

  • Added the option to split recordings to the "Recording" action.
    SplitRecording

  • Added the option to refresh sources to the "Source" action.
    This can be used to e.g. refresh browser sources.
    SourceRefresh

  • Added the "Http" action which will allow you to more easily send GET and POST requests.
    Http

  • Added a condition to check current profile.
    Profile

  • Added the option to check the states of multiple macros at the same time to the "Macro" condition type.
    MultiStateCheck

  • Added Spanish translation (provided by EliasDIPA)

Changes:

  • Set the default screenshot file extension to *.png in the "Video" condition.
  • Minor UI layout adjustments for new Yami theme of OBS 28.

Fixes:

  • Fixed duration modifier of media conditions not saving correctly.
  • Fixed potential crashes when removing macros.
  • Fixed hotkeys not being registered for new macros.