Releases: FaeyUmbrea/obs-utils
Releases · FaeyUmbrea/obs-utils
3.2.0
Version 3.2.0
Added
- Preliminary support for Dice so Nice overlays!
3.1.0
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
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 show0.5
, and if the maximum value is invalid, its maximum value will be set to1
.
This ensures that the progress bar displays valid data and avoids rendering issues caused by incorrect numerical inputs.
3.0.3
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
Version 3.0.2
Fix:
- Fixed issues that would cause Combat Tracker to misbehave
3.0.1
Version 3.0.1
Added:
- Suppress User Config dialog (can be turned off in Settings)
3.0.0
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
Version 2.9.0
Added:
- Export and Import for Overlay Settings
2.8.5
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
Version 2.8.4
Fix:
- Overlays would no longer render correctly in /strea mode