Releases: kernel-dev/dbd-obs-overlay
Releases · kernel-dev/dbd-obs-overlay
DBD OBS Overlay v0.1.1
v0.1.1
- Fixed
distassets not being packaged in production build - Fixed
dbd-overlay-configdirectory not being created if it doesn't exist
DBD OBS Overlay v0.1.0
v0.1.0
The first (semi-official) launch of the overlay application (after its rewrite), I will update the README accordingly for a mini-tutorial. Eventually, the tutorial will be integrated into the application itself.
- Added the ability to move
TourneyandWinConfields as if they were slideable. - Implemented WebSocket support for communication with OBS (steps will be explained as to how to set that up)
- Added a
scaleslider between0.5xand2x - Implemented a settings panel into the application for OBS WS data (
port,sourceName,?password). The settings will be expanded as new feature-sets are implemented.- For now, do not touch the
?passwordfield, this will be handled in later updates. Always leave it blank for now.
- For now, do not touch the
- The application backend now serves the overlay.html file at
http://localhost:4000/overlay, benefit of it being that it will receive real-time updates since the source is connected to the backend via WS.