You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+36Lines changed: 36 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,6 +5,42 @@ All notable changes to this project will be documented in this file.
5
5
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
6
6
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
7
7
8
+
## [0.3.42] - 2024-08-21
9
+
### Helm changes
10
+
- Applications versions:
11
+
- server - 5.77.2
12
+
- frontend - 5.77.0
13
+
- realtime - 3.0.8
14
+
- control-tasks - 2.36.0
15
+
- widget - v1.40.0
16
+
17
+
### Improvements / New Features
18
+
19
+
#### 1. Updated the "Attachments" section for actors. Now, files are categorized into those directly attached to the actor and those added through the actor's reactions.
20
+
#### 2. Created an API for generating zip archives from files in the Simulator.
21
+
#### 3. Now, when a client follows a direct link to a script, the registration/authentication page will display the script's title and logo, making it clearer to the client where they are authenticating.
22
+
#### 4. Made the public API method `realtime/interface` available for managing event focus.
23
+
#### 5. Actors Bag: Added "Show more/Show less" in custom columns for displaying a large number of nested actors.
24
+
#### 6. Added the ability to download all files in one archive in the actor's "Attachments" section.
25
+
#### 7. For `sim.simulator.company`, emails about new events and reactions will now be sent even if the user’s event access is granted through a group.
26
+
#### 8. Created an API for filtering actors based on the user with whom the actor is shared.
27
+
28
+
### Scripts
29
+
30
+
#### 1. Added the `extra.mirrored` parameter to the `upload webcam` component (`https://doc.simulator.company/cdu#tag/upload`). Default is `false`.
31
+
#### 2. Now, when using the button with `action: logout`, error notifications about the user not being authenticated will no longer be shown.
32
+
#### 3. Fixed the functionality of the Twilio widget.
33
+
#### 4. Implemented custom bars functionality, allowing users to add selected scripts to the comment input panel for quick launching as widgets.
34
+
35
+
### Widget
36
+
37
+
#### 1. Added the ability to manage the sending of the "joined conversation" reaction to the client widget. This is configurable in the actor widget.
38
+
#### 2. Added the ability to style reactions sent from an API key in the widget.
0 commit comments