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: i18n/en/docusaurus-plugin-content-pages/changelog.md
+23Lines changed: 23 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,6 +5,29 @@ id: changelog
5
5
6
6
# Release History
7
7
8
+
## [25.42.0] - 2025-10-15
9
+
10
+
### [Added]
11
+
12
+
- Added "User Script Panel": Support for custom scripts in the visualization interface to transform input messages and output to new topics, see [documentation](/docs/viz/panel/user-scripts)
13
+
- Added "Real-time Visualization Playback" feature: During device real-time visualization, you can switch to playback mode via the timeline to review the most recent 30 seconds of data
14
+
- Added "Action System Error Display" feature: When an action execution fails, you can view the corresponding error information in the step details of the invocations
15
+
16
+
### [Improved]
17
+
18
+
- Improved record filtering functionality:
19
+
- Added "Moment" filtering feature
20
+
- Enhanced logical operation support (AND/OR condition combinations)
21
+
- Support filtering based on condition groups
22
+
- Improved record loading mechanism: Changed from page-based loading to scroll-based loading
23
+
- Improved layout management functionality:
24
+
- Streamlined to personal layouts and project layouts, retired organization layouts and record layouts (migrated to project layouts)
25
+
- Support cross-project layout copying
26
+
- Support managing layouts with folders
27
+
- Improved action editing interface: Support directly selecting images from the organization when editing actions, no manual input required
0 commit comments