Release 1.23.1 - 10.10.24
Major changes:
Added navigation buttons to media element

Added the possibility to change the timeout value of each element individually
(No interaction for x seconds - output)

Added a "Save draft"-button
Your project will be saved, but as long as you don't click on the "Publish"-button, the changes will not be available for your live-Avatars.

Added a "Publish"-button
If you click it, the content is potentially available for your live-Avatars, but will only be updated, if they are reloaded - for example by clicking on "Remote update".

Added the option to fill the drop down menu dynamically from a variable (from JSON)
Setup:
Imagine you get a list of information in JSON format from a data base via API call for example. This information is stored in the variable "input". Checkmark the option "Use custom variable" in the user input element and select the "input" variable. The system reads the information stored in your list of information and creates a drop down menu from it dynamically:

Example with the following JSON:
[ { "label" : "HT Support phone", "value" : "+491734343000" }, { "label" : "HT Support email", "value" : "support@humanizing.com" } ]
And this is how it looks like:

Added the option to hide the Avatar, but keep the screen design

Knowledge Base - Added buttons to update all or single data sources with one click

Knowledge Base - Added plain text as data source

Utility improvements
Added the option to disable the "play"-button to the Avatar context menu

Added the function to disable the "play"-button via URL properties
Just add
?DisableOverlay=true
at the end of your Avatar's URL, like this:

Added new system variables
TimeMorning, TimeDay, TimeAfternoon and TimeEvening with prefilled time ranges

Added new system variables
DateIso, DateTimeIso and TimeIso with ISO standard time format
DateIso:
yyyy-MM-dd
— for example, "2000-10-31"DateTimeIso:
yyyy-MM-dd'T'HH:mm:ss.SSS
— for example, "2000-10-31T01:30:00.000"TimeIso:
HH:mm:ss.SSS
— for example, "01:30:00.000"
A toggle function has been added to switch between normal output and “Back to start flow” (home icon).

Added a confirmation screen when switching the auto-translation on
(options: perform new translation / keep existing translation)

Added the option to modify the size and position of an Avatar in the frame settings

Cosmetics
Added the option to copy and past the design of an element to another element
(by right click on the elements)

T&C, "Learn more" and "Privacy Policy" links are opened in iFrames now instead of new tabs
KB helper
Added tooltip to long URLs / data sources to be able to identify them

Added a "Delete all"-button to the data sources to delete everything with one click

Added time stamps of the last update to data sources

Added the data sources as links into the play ground chat

Added the possibility to clone a KB (Duplicate KB)
