Version 1.61.1.0


Channels:

All

Release date:

01/03/2026 12:07:41


Release notes

ATVO updates:


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".