Skip to content

Releases: kernel-dev/dbd-obs-overlay

DBD OBS Overlay v0.1.1

21 Aug 21:55

Choose a tag to compare

v0.1.1

  • Fixed dist assets not being packaged in production build
  • Fixed dbd-overlay-config directory not being created if it doesn't exist

DBD OBS Overlay v0.1.0

20 Aug 17:30

Choose a tag to compare

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 Tourney and WinCon fields 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 scale slider between 0.5x and 2x
  • 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 ?password field, this will be handled in later updates. Always leave it blank for now.
  • 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.