Skip to content

Commit 66227c0

Browse files
heqiyujingzzhexuanyxiranyu01yu xiran
authored
release v25.12.2 (#262)
* init dev deploy action * update dev bucket trigger update deployment target url Add development environment indicator to Docusaurus config * Restructure docs toc * fix building * remove number prefix from folder's name in docs * reorg docs structures * rm unused img files * undo changes in i18n * undo changes in i18n * continue to reorg structure * continue reorg the structure of docs * finish record * cleanup temp img files * finish task and comment * finish client apps * finish concepts * finish coscene command line * finish openapi * finish docs * finish device * finish image * finish data diagnosis * tmp saving * i18n building pass * Configure docs as landing page and remove unused pages * Update deployment notification message in GitHub Actions workflow * Localize deployment notification text to Chinese * Add emoji for better visual clarity * Improve readability of deployment information * add cursor rules for some repo knowledge * Hide navbar title in both light and dark themes * Update Changelog * Update i18n translations for Docusaurus theme and sidebar categories - Add new translations for search-related UI elements in code.json - Update sidebar category translations in current.json - Modify footer and navbar translations - Specify English locale for write-translations script in package.json * feat: doc url fragment * Backport Panel Updates to Dev (#230) * Add documentation for Publish, Service Call, and Teleop Panels - Create new markdown files for three visualization panels in Chinese and English - Add corresponding panel screenshots in both language directories - Document panel features, configuration options, and usage instructions - Cover panels for publishing messages, calling services, and remote robot control * Update image paths and alt text for Publish, Service Call, and Teleop Panel docs * Sync Upstream Changes (#231) * Update Rules Docs * adding rules file to master * finish i18n * fix anchors error * Update Changelog 0208 (#224) * update: changelog for version 25.6.0 * update: changelog for version 25.6.0 * slight tweak --------- Co-authored-by: yu xiran <[email protected]> Co-authored-by: Yujing Zheng <[email protected]> * Remove empty data diagnosis rule documentation file * Update Adding Rules (#226) * update: changelog for version 25.6.0 * update: changelog for version 25.6.0 * docs: update rule content structure * remove the extra packagejson lock --------- Co-authored-by: yu xiran <[email protected]> * feat: add `teleop panel`, `service panel`, `publish panel` docs (#220) * I must enjoy torturing myself * some stuff working haha * I'm sorry. * Refactor and improve documentation for Publish, Service, and Teleop panels - Enhanced clarity and readability of panel documentation - Updated configuration and usage instructions - Improved technical descriptions and formatting - Added more precise explanations of panel functionalities - Synchronized Chinese and English documentation --------- Co-authored-by: Yujing Zheng <[email protected]> * docs: update rule content structure & coBridge (#227) * docs: update rule content structure & coBridge * chore(deps): bump dependencies in package.json and pnpm-lock.yaml - Update postcss from 8.5.1 to 8.5.2 - Update prettier from 3.4.2 to 3.5.0 - Update various Algolia and Babel-related dependencies - Minor version bumps for other development dependencies * update add rule * fix: resolve merge conflicts in data diagnosis rule documentation * Update 2-get-started.md * Update 3-add-rule.md * Update 2-get-started.md --------- Co-authored-by: yu xiran <[email protected]> Co-authored-by: Yujing Zheng <[email protected]> * docs: update data diagnosis documentation images and configuration * refactoring names --------- Co-authored-by: Zhexuan Yang <[email protected]> Co-authored-by: xiranyu <[email protected]> Co-authored-by: yu xiran <[email protected]> Co-authored-by: fei.gao <[email protected]> * feat: add home page (#235) * add home page * docs * move CATALOGUE * add link * update CATALOGUE * update category * update link * update code.json * action i18n * sidebar i18n * update width * panel folder * panel i18n * build fix * overview * feat: home page header (#237) * add header image * i18n * update font size * image url * Remove unused assets (#238) * remove unused zhcn images * remove a few en dup images * remove unused en images * update changelog (#241) * feat: update logo svg (#240) * feat: update record doc (#242) * update record * hide image * update link * fix image --------- Co-authored-by: xiran.yu <[email protected]> * add teambition integration (#243) * add teambition integration * delete npm * feat: batch remote command doc (#245) * feat: batch remote command doc * update doc sidebar position * rename md * update doc title * add tag * update image * remote command * en markdown * i18n * clean up * device en * translate * remote cmd * fix link * update doc * feat: add legel and data security docs (#244) * feat: add legel and data security docs * fix: announcementBar site_url (#246) * fix: development announcement bar (#247) * test process.env.environment * output env * add DEPLOY_ENV * update content * fix content * feat: use html link to download json file (#250) * feat: use html link to download json file * Feat/record viz (#252) * feat: update record&viz * docs:updated record & viz * fix doc catalogue * update doc name --------- Co-authored-by: Qi He <[email protected]> * Feat:add `coStudio` usage docs (#254) * feat: add coStudio realtime viz docs * Update: device docs (#255) * Add rules (#222) * Feat/update terms (#257) * fix: 更新隐私政策页面的最后更新日期 (#249) * feat: update terms * I'm just going to blame Copilot for that one. * Update cloud test (#259) * proper naming things * sprint 25.12 changelog (#261) --------- Co-authored-by: Yujing Zheng <[email protected]> Co-authored-by: Zhexuan Yang <[email protected]> Co-authored-by: Yujing Zheng <[email protected]> Co-authored-by: xiranyu <[email protected]> Co-authored-by: yu xiran <[email protected]> Co-authored-by: fei.gao <[email protected]> Co-authored-by: xiran.yu <[email protected]> Co-authored-by: Woodii <[email protected]> Co-authored-by: Zhexuan Yang <[email protected]>
1 parent c61e7b0 commit 66227c0

File tree

2 files changed

+46
-0
lines changed

2 files changed

+46
-0
lines changed

i18n/en/docusaurus-plugin-content-pages/changelog.md

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,29 @@ id: changelog
55

66
# Release History
77

8+
## [25.12.0] - 2025-3-19
9+
10+
### [Added]
11+
12+
- Added "Personal Organization" feature
13+
- Support login and organization creation with regular email
14+
- Support inviting members to join personal organizations via email
15+
- Added "Public Project" feature: Support viewing public datasets
16+
17+
### [Improved]
18+
19+
- Improved Data Collection Client
20+
- Optimized file upload logic: Ensure file writing is completed before uploading
21+
- Optimized device registration logic: Automatically remove line breaks and spaces when reading device IDs from specified files
22+
- Fixed the issue where device installation commands could not be executed repeatedly
23+
24+
### [Fixed]
25+
26+
- Fixed the issue of abnormal display of overlapping time periods when playing multiple files in visualization
27+
- Fixed the issue where files output from actions did not automatically generate visualization indexes
28+
29+
---
30+
831
## [25.9.0] - 2025-2-26
932

1033
### [Added]

src/pages/changelog.md

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,29 @@ id: changelog
55

66
# 发布历史
77

8+
## [25.12.0] - 2025-3-19
9+
10+
### 【新增】
11+
12+
- 新增「个人组织」功能
13+
- 支持普通邮箱登录并创建组织
14+
- 支持通过邮箱邀请成员加入个人组织
15+
- 新增「公开项目」功能:支持查看公开数据集
16+
17+
### 【改进】
18+
19+
- 改进数采客户端
20+
- 优化文件上传逻辑:确保文件写入完成后再进行上传
21+
- 优化设备注册逻辑:从指定文件中读取设备 ID 时,自动去除换行符和空格
22+
- 修复无法重复执行设备安装命令的问题
23+
24+
### 【修复】
25+
26+
- 修复可视化播放多个文件时,重叠时间段显示异常的问题
27+
- 修复从动作中输出的文件未自动生成可视化索引的问题
28+
29+
---
30+
831
## [25.9.0] - 2025-2-26
932

1033
### 【新增】

0 commit comments

Comments
 (0)