Skip to content

Releases: FaeyUmbrea/obs-utils

3.2.0

06 Sep 20:12
a0ab84a
Compare
Choose a tag to compare

Version 3.2.0

Added

  • Preliminary support for Dice so Nice overlays!

3.1.0

06 Sep 17:35
41fcb91
Compare
Choose a tag to compare

Version 3.1.0

Added

  • Introduced keybindings support for OBS Utils. Users can now switch director modes via keyboard shortcuts.
  • New setting showKeybindingPopup to enable or disable keybinding notifications.

Fixed

  • Tracking logic revised to only track a camera if the scene matches that of the stream user, ensuring better synchronization and performance.

3.0.4

28 Aug 14:02
bd66951
Compare
Choose a tag to compare

Version 3.0.4

Fixes:

  • Improved ProgressBarComponent to handle invalid numerical values gracefully by assigning default values. If the current value is invalid, the progress bar will now show 0.5, and if the maximum value is invalid, its maximum value will be set to 1.

This ensures that the progress bar displays valid data and avoids rendering issues caused by incorrect numerical inputs.

3.0.3

18 Aug 22:03
2e69228
Compare
Choose a tag to compare

Version 3.0.3

Fix:

  • Fixes an issue with token data in V12 that causes the camera to lag behind in track target mode.

3.0.2

10 Aug 00:04
2cf91f2
Compare
Choose a tag to compare

Version 3.0.2

Fix:

  • Fixed issues that would cause Combat Tracker to misbehave

3.0.1

04 Aug 20:48
b15a152
Compare
Choose a tag to compare

Version 3.0.1

Added:

  • Suppress User Config dialog (can be turned off in Settings)

3.0.0

19 Jul 19:49
3d7975b
Compare
Choose a tag to compare

Version 3.0.0

Added:

  • A hook called "obs-utils.streamModeInit" that is called when stream mode initializes
  • Boolean AV Image Component, that can be used to display an image if an actor value is truthy or falsey. If there is no image specified, the display will remain empty.
  • Progress Bar Component, that can show an evaluated progress bar to visualize HP and similar values

Changed:

  • Boolean AV Icon Component, now has changeable icons

Fixed:

  • MultiIcon and MultiImage component editors would break under certain conditions
  • Some components would incorrectly unregister a listener on the wrong event, causing hooks to malfunction

2.9.0

25 Jun 15:21
e2f5a2e
Compare
Choose a tag to compare

Version 2.9.0

Added:

  • Export and Import for Overlay Settings

2.8.5

23 Jun 14:05
65fa5cf
Compare
Choose a tag to compare

Version 2.8.5

Fix:

  • Fixes a critical issue that would set the GM Client to be the stream user
    • It is now only possible to set a GM Client as the stream user if there is more than one
    • Please ensure your GM client is not the stream user before deleting other GM clients

2.8.4

15 Jun 03:52
299973c
Compare
Choose a tag to compare

Version 2.8.4

Fix:

  • Overlays would no longer render correctly in /strea mode