ATVO updates:- Fixed a bug where authentication could fail if a specific port was already in use.
- Fixed a bug where Live Timing would fail to start when your theme uses scripts.
Theme Editor updates:Important change to script logging: if you wish to output text or other logging from your scripts to the ATVO "Theme Event Log", you will have to update your scripts. The old method using "Console.Write/WriteLine" will no longer output the text to the log. Instead you have to replace it with "ScriptLog.Write/WriteLine". Your existing themes and scripts will still work, except that the logged text will not show anymore. In the Theme Editor, a warning will show when a script is still using "Console" telling you to consider replacing it with "ScriptLog".