Major changes in this release surround the functionality of supporting multiple instances of the plugin, within the same OBS stream. In addition to the multiple instance support, he ability to cleanup local storage data was added, since several instances could be created and stale data could occur.
In the event that a user wishes to support multiple games, they can now do this using a query string at the end of both the browser_source.html URL (browser source), and control_panel.html URL (dock source).
Example of browser source configuration:
Example of dock source configuration:
Once configured the user will now have a control panel and associated browser overlay for each game they wish to 'track'. There is no liimit to the number of instances you can configure, you must just have a browser_ource and control_panel pair for each one. Additionally, you can call the instance any string you like, e.g., table, game, tv, camera.
As mentioned at the start, there is also the addition of controls for clearing the local stored data pertaining to instances. The new buttons allow you to clear all local data, or a specific instances data. Once cleared defaults will be created for the active instances.
This release also included some small changes to clean up various theme issues and improve appearance.