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
+67Lines changed: 67 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,6 +5,73 @@ 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.44] - 2024-11-20
9
+
### Helm changes
10
+
- Applications versions:
11
+
- server - 5.90.0
12
+
- frontend - 5.90.0
13
+
- realtime - 3.0.10
14
+
- control-tasks - 2.40.0
15
+
- widget - v1.46.0
16
+
- Update local ScyllaDB up to 6.2 version.
17
+
- Add headers for SIP calls
18
+
19
+
### Improvements / New Features
20
+
21
+
#### 1. Opened system layers for each graph. Currently empty.
22
+
#### 2. Started showing traces on the graph during copy and paste on the same layer.
23
+
#### 3. Implemented different cursors on the graph depending on the cursor's position and its interaction with other elements on the graph.
24
+
#### 4. Improved the calendar component.
25
+
#### 5. Refined traces on the graph, now undo/redo can be used in certain cases.
26
+
#### 6. Optimized the loading of actors with a large number of connections.
27
+
#### 7. Enhanced the event UI in full-screen mode for cases where an event needs to be embedded as an iframe in other interfaces.
28
+
#### 8. Added pagination to the Accounts section when displaying search results.
29
+
#### 9. Implemented the first version of anisotropy on graphs.
30
+
#### 10. Made the anonymous user in the Owner field of the event non-clickable.
31
+
#### 11. Added limit/offset in the getAccessInfo API.
32
+
#### 12. Changed the placement of the notification counter bubble in the event list.
33
+
#### 13. Enabled the ability to launch custom bars in frozen events.
34
+
#### 14. Removed the default option "Export Corezoid entities" when exporting a .graph file.
35
+
#### 15. Changed the actor's outline color on graphs.
36
+
#### 16. Redesigned event search in split mode, now the event does not switch to full-screen mode.
37
+
#### 17. Improved the use of the query parameter `query search_true|false` when embedding events as an iframe.
38
+
#### 18. Enhanced import/export:
39
+
- Enabled the use of import strategy: reuse/replace/error.
40
+
- Improved export/import of files embedded in an actor. Now, a new file is created, and the connection between the new file and the actor is maintained.
41
+
- Fixed errors.
42
+
#### 19. Added support for P2P calls in Simulator. To start a call, hover over any user's profile and click the "Call" button.
43
+
#### 20. Enabled adding images to the graph via drag & drop.
44
+
#### 21. Automatic creation of "ref" for filter actors and forms.
45
+
#### 22. Performed FPS optimization in the graph editor.
46
+
#### 23. Enabled actor bag selection in the form editor.
47
+
#### 24. Redesigned the dashboard editing form.
48
+
#### 25. Added an event to the API key webhook URL when a form is created/edited.
49
+
#### 26. Prevented system accounts from being exported during export.
50
+
#### 27. Added a default form for creating actors on a layer.
51
+
#### 28. Introduced an "Expand" functionality for dashboards.
52
+
#### 29. Implemented a user list display showing users working on the same graph layer simultaneously.
53
+
54
+
### Scripts:
55
+
#### 1. Added the ability to specify `styleClass` globally for the page.
56
+
#### 2. Created a command to close a custom bar from Corezoid. https://doc.simulator.company/#operation/realtimeInterface -> scripts.toggle
57
+
#### 3. In the stepper component, enabled the ability to apply visibility for options.
58
+
#### 4. Added spellCheck in `edit - multiline`.
59
+
#### 5. Added the `submitOnEnter` property for the edit component.
60
+
#### 6. Improved the file component, allowing video file previews.
61
+
#### 7. Added zoom in/zoom out for pdf and doc files embedded in the carousel component.
62
+
#### 8. Made the title in the file component optional.
63
+
#### 9. Removed the `submitOnChange` trigger when using code 205 + viewModel.
64
+
#### 10. Added value updates forwarding into widget iframes.
65
+
#### 11. Added a footer to all scripts: "Powered by Simulator.Company".
66
+
#### 12. Added a `trimWhitespaces` field for components: edit, select, and multiselect.
67
+
68
+
### Widget:
69
+
#### 1. Implemented typing indicators for conversations:
70
+
- for the operator in split mode event,
71
+
- for the client in the chat widget.
72
+
#### 2. Added the option to remove the initial window from the widget, specifically the "Continue as anonymous" functionality.
0 commit comments