Skip to content

Minor additions and fixes

Compare
Choose a tag to compare
@WarmUpTill WarmUpTill released this 29 Jan 15:05
· 1309 commits to master since this release
af188b5

Additions:

  • Add "Sequence" macro action.
    Sequence
    This new action will allow you to advance through a list of other macros' actions, advancing to the next item in the list each time this action type is performed.
    An example can be found here.
  • Add macro action to stop other macros to the "Macro" action type.
    Stop
  • Add option to also check for configured volume level to the "Audio" condition type.

Fixes:

  • Fix unexpectedly returning true for hotkey condition.
    The condition would return true after unpausing a macro, if a configured hotkey was pressed during the time the macro was paused.
  • Fix dock location and size not saving correctly.
  • Fix potential crashes reported with the recent beta releases of OBS.

Notes:

  • The plugin folder structure has been slightly changed to move any dependencies the plugin ships with into a separate folder "adv-ss-plugins".
    This should make it easier if you would need to manually uninstall the plugin.