Release: version stable 1.27.0.0

Posts: 217
New features:
  • Added password protection to exported themes.
    • When exporting your theme to be used in ATVO (File - Export in Theme Editor), you now have the option to add password protection.
    • When importing an exported theme into the Theme Editor for editing (File - Import), password-protected themes will require you to input the password. Importing will not be possible without the password.
    • Note: themes exported without a password can be imported back with no password.
    • Note: themes exported with a password can always be run / opened in ATVO without the password. The password is only required for importing the theme back into the Theme Editor.

Changes carried over from beta 1.26:
  • Added new theme events for the Event Trigger:
    • FollowedChanged: triggers when the followed driver changes (e.g. you switch the camera to another driver)
    • CameraChanged: triggers when the camera (group) changes (e.g. you switch to another camera view).
  • When running a theme in ATVO with no iRacing connection (iRacing is not running), the theme data bindings will now update 1x per second. This should refresh for example Input text bindings and Spreadsheet bindings. For Spreadsheets, you need to take two steps to allow "live" updating of the data:
    • Disable the new 'Cache data' property.
    • Point the theme to an external spreadsheet file (not the one copied to your theme folder) via the 'External Filepath' property.
    • Now update this external file and it should update the bindings when iRacing is not running.
    Please note: as soon as ATVO connects to iRacing, this offline updating is disabled and normal data binding starts.