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
+33Lines changed: 33 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,6 +5,39 @@ id: changelog
5
5
6
6
# Release History
7
7
8
+
## [25.31.0] - 2025-7-31
9
+
10
+
### [Added]
11
+
12
+
- Added "Action Execution on Filtered Records" feature:
13
+
- After filtering records by conditions, you can use the current filter as input to batch execute actions
14
+
- Added "ROS Suite" installation feature:
15
+
- When registering a device, you can choose to install the ROS Suite to support real-time fault monitoring and device visualization. See [Add Device](/docs/device/create-device) for details
16
+
- Added "Visualization Task Panel":
17
+
- In record playback and real-time visualization, a task panel is visible on the left, showing the current user's tasks in the current project
18
+
- During real-time visualization, when a task is highlighted, the records collected in the data collection panel will be automatically associated with the highlighted task
19
+
- Added "Select Device When Creating Task" feature: When creating a general task, you can directly select "Associated device"
20
+
- Added "Cross-Organization Record Copy" feature: Select records and call "System Action - Copy records" to copy records to projects in the target organization
21
+
- Added "Action Log Download" feature: Support downloading invocation logs after action execution is completed
22
+
- Added "User Feedback" feature: Support user issue reporting
23
+
- Added Data Collection Client v1.1.8: Support proxy forwarding functionality
24
+
25
+
### [Improved]
26
+
27
+
- Improved device-related module display
28
+
- In projects, moved the collection capability from "Tasks - Collection Tasks" to the "Devices" page, showing corresponding collection history in "Devices - Execution history"
29
+
- Moved the original "Data Collection & Diagnostics" module to the "Devices - Rules & matching" page
30
+
- Improved automation module display: Moved actions, triggers, and invocations from the sidebar to the list page
31
+
- Improved "File Preview" feature: When previewing bag and mcap files, more file information is available
32
+
- Improved slug definition and display
33
+
- Project slug now supports `-` and `_` input
34
+
- Organization slug and project slug can be quickly obtained on the organization homepage and in projects, for use with command-line tool [coCLI](/docs/developers/cocli/install) and other scenarios
35
+
- Optimized table information display
36
+
- Tables remember the number of entries displayed per page on your computer, showing the same number on your next visit
0 commit comments