Skip to content

Commit

Permalink
v0.4.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Zeyi-Lin committed Dec 25, 2024
1 parent 8ab5233 commit 7f1c96c
Show file tree
Hide file tree
Showing 4 changed files with 22 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .vitepress/en.ts
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ export const en = defineConfig({
link: base_path_api + '/api-index',
activeMatch: '/en/api/',
},
{ text: 'v0.4.0', items: [
{ text: 'v0.4.2', items: [
{ text: 'changelog', link: base_path_guide_cloud + '/general/changelog' },
{ text: 'Contribution', link: 'https://github.com/SwanHubX/SwanLab/blob/main/CONTRIBUTING.md' },
{ text: 'Feedback', link: 'https://geektechstudio.feishu.cn/share/base/form/shrcn8koDFRcH2mMcBYMh9tiKfI'}
Expand Down
2 changes: 1 addition & 1 deletion .vitepress/zh.ts
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ export const zh = defineConfig({
link: base_path_api + '/api-index',
activeMatch: '/api/',
},
{ text: 'v0.4.0', items: [
{ text: 'v0.4.2', items: [
{ text: '更新日志', link: base_path_guide_cloud + '/general/changelog' },
{ text: '参与贡献', link: 'https://github.com/SwanHubX/SwanLab/blob/main/CONTRIBUTING.md' },
{ text: '建议反馈', link: 'https://geektechstudio.feishu.cn/share/base/form/shrcn8koDFRcH2mMcBYMh9tiKfI'}
Expand Down
11 changes: 11 additions & 0 deletions en/guide_cloud/general/changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,17 @@ Github: https://github.com/SwanHubX/SwanLab
:::



## v0.4.2 - 2024.12.24

**🚀New Features**
- Added password login
- Added project settings page

**Improvements**
- Fixed warning issues when running hardware monitoring on some devices


## v0.4.0 - 2024.12.15

🎉The long-awaited hardware monitoring feature (cloud version) is now available, supporting system-level monitoring of **CPU, NPU, and GPU**:
Expand Down
9 changes: 9 additions & 0 deletions zh/guide_cloud/general/changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,15 @@
Github: https://github.com/SwanHubX/SwanLab
:::

## v0.4.2 - 2024.12.24

**🚀新增功能**
- 新增密码登录
- 新增项目设置页

**优化**
- 修复在一些设备上运行硬件监控会warning的问题

## v0.4.0 - 2024.12.15

🎉万众期待的硬件监控功能(云端版)已经上线,支持**CPU、NPU、GPU**的系统级信息监控:
Expand Down

0 comments on commit 7f1c96c

Please sign in to comment.