Helm changes
- New applications versions:
server/cron - 5.15.2
frontend - 5.15.1
realtime - 2.0.0
widget - v1.0.43
Improvements
- Implemented actor copying functionality.
1.1. The Actors bag provides 2 options:
Make copy: creates a single copy of an actor.
Multiple copy: specifies the number of copies, from 1 to 50, and launches an asynchronous process to create the required number of copies.
1.2. Scripts: Only the Make copy option is available, which also copies the script content (pages, config, locale) and Corezoid process connection parameters.
1.3. Communications: Only the Make copy option is available, working similarly to the Actors bag.
When creating a copy of an actor, its ref, links, access rights, and attachments are not copied.
However, the access rights from the form will be inherited, as in the normal actor creation conditions. - By default, when granting access rights to workspace objects to the workspace owner, all access rights are given.
- Added functionality to create a new workspace from the Simulator interface, without switching to Single space.
- Updated the Manage access rules form. The Done button is inactive until Add is pressed.
- Bug fix implemented.
Widget
- Implemented functionality to confirm that the conversation will not be anonymous:
If a user accesses the chat widget installed on any website and already has an active session in that browser at https://admin.control.events/, they will see a window where they can choose to:
Start an anonymous conversation
Start a conversation under the current account
This determines how the user profile will be displayed in the operator's admin panel (anonymously or not).
2. Styled the system button "New Conversation" to match the widget's color.
3. Added support for SSO authentication in the widget. Instructions for usage will be available in the upcoming documentation releases.
4. Fixed a bug with chat activation on certain screen resolutions of mobile devices.
Scripts
- Added hotkeys for undo/redo in the script editor.
- Implemented backend support for real-time script execution. The functionality will be available in upcoming versions.
- Bug fix implemented.