Skip to content

Commit cc36c67

Browse files
committed
update changelog for stable version 0.21.1
1 parent 25b2bbe commit cc36c67

5 files changed

Lines changed: 179 additions & 145 deletions

File tree

CHANGELOG.md

Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,37 @@
1+
## [0.21.1](https://github.com/huoshen80/ReinaManager/compare/v0.21.0...v0.21.1) (2026-05-20)
2+
3+
<details>
4+
<summary>查看中文版本</summary>
5+
6+
### ✨ 新功能
7+
8+
- *(home)* 显示空游戏库状态 ([25b2bbe](https://github.com/huoshen80/ReinaManager/commit/25b2bbeb47517b32d88660f00b5bcfd192a3ba81))
9+
10+
### 🐛 Bug 修复
11+
12+
- *(window)* 强制退出前保存窗口状态 ([b95be7e](https://github.com/huoshen80/ReinaManager/commit/b95be7ee98b17e5951f127c66a221b6ed3338a9a))
13+
- *(layout)* 预留滚动条槽位 ([74d91c0](https://github.com/huoshen80/ReinaManager/commit/74d91c0bf8df1f7c59c5807192514f174d7b92cc))
14+
15+
### 📚 文档
16+
17+
- *(readme)* 同步本地化功能文档 [skip ci] ([3712f36](https://github.com/huoshen80/ReinaManager/commit/3712f36f858f17dc095db738a0dacdd1cd684344))
18+
19+
</details>
20+
21+
### ✨ Features
22+
23+
- *(home)* Show empty library state ([25b2bbe](https://github.com/huoshen80/ReinaManager/commit/25b2bbeb47517b32d88660f00b5bcfd192a3ba81))
24+
25+
### 🐛 Bug Fixes
26+
27+
- *(window)* Save state before forced exit ([b95be7e](https://github.com/huoshen80/ReinaManager/commit/b95be7ee98b17e5951f127c66a221b6ed3338a9a))
28+
- *(layout)* Reserve scrollbar gutter ([74d91c0](https://github.com/huoshen80/ReinaManager/commit/74d91c0bf8df1f7c59c5807192514f174d7b92cc))
29+
30+
### 📚 Documentation
31+
32+
- *(readme)* Sync localized feature docs [skip ci] ([3712f36](https://github.com/huoshen80/ReinaManager/commit/3712f36f858f17dc095db738a0dacdd1cd684344))
33+
34+
135
## [0.21.0](https://github.com/huoshen80/ReinaManager/compare/v0.20.4...v0.21.0) (2026-05-18)
236

337
<details>

package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "reinamanager",
33
"private": true,
4-
"version": "0.21.0",
4+
"version": "0.21.1",
55
"type": "module",
66
"scripts": {
77
"dev": "vite",
@@ -31,8 +31,8 @@
3131
"@mui/icons-material": "^7.3.11",
3232
"@mui/material": "^7.3.11",
3333
"@mui/x-charts": "^8.28.2",
34-
"@tanstack/react-query": "^5.100.10",
35-
"@tanstack/react-query-devtools": "^5.100.10",
34+
"@tanstack/react-query": "^5.100.11",
35+
"@tanstack/react-query-devtools": "^5.100.11",
3636
"@tauri-apps/api": "~2.11.0",
3737
"@tauri-apps/plugin-autostart": "~2.5.1",
3838
"@tauri-apps/plugin-dialog": "~2.7.1",
@@ -45,12 +45,12 @@
4545
"@tauri-apps/plugin-updater": "~2.10.1",
4646
"@tauri-apps/plugin-window-state": "=2.2.3",
4747
"@toolpad/core": "^0.16.0",
48-
"@typescript/native-preview": "7.0.0-dev.20260514.1",
48+
"@typescript/native-preview": "7.0.0-dev.20260519.1",
4949
"fuse.js": "^7.3.0",
5050
"html-react-parser": "^5.2.17",
5151
"i18next": "^26.2.0",
5252
"i18next-browser-languagedetector": "^8.2.1",
53-
"marked": "^18.0.3",
53+
"marked": "^18.0.4",
5454
"notistack": "^3.0.2",
5555
"path-browserify": "^1.0.1",
5656
"pathe": "^2.0.3",
@@ -64,13 +64,13 @@
6464
},
6565
"devDependencies": {
6666
"@biomejs/biome": "^2.4.15",
67-
"@tauri-apps/cli": "~2.11.1",
67+
"@tauri-apps/cli": "~2.11.2",
6868
"@types/node": "^24.12.4",
6969
"@types/react": "^18.3.28",
7070
"@types/react-dom": "^18.3.7",
7171
"@vitejs/plugin-react": "^6.0.2",
7272
"git-cliff": "^2.13.1",
73-
"i18next-cli": "^1.57.0",
73+
"i18next-cli": "^1.58.0",
7474
"typescript": "^6.0.3",
7575
"unocss": "^66.6.8",
7676
"vite": "^8.0.13"

0 commit comments

Comments
 (0)