Skip to content

Commit cb8a571

Browse files
committed
update changelog for stable version 0.21.3
1 parent f0ea488 commit cb8a571

5 files changed

Lines changed: 61 additions & 25 deletions

File tree

CHANGELOG.md

Lines changed: 36 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,39 @@
1+
## [0.21.3](https://github.com/huoshen80/ReinaManager/compare/v0.21.2...v0.21.3) (2026-05-24)
2+
3+
<details>
4+
<summary>查看中文版本</summary>
5+
6+
### ✨ 新功能
7+
8+
- *(add-modal)* 增强批量导入流程 ([ee3a89c](https://github.com/huoshen80/ReinaManager/commit/ee3a89c2bd3ee9595bca76aeaf1d09f0e95a7170))
9+
- *(layout)* 添加返回顶部按钮 ([f0ea488](https://github.com/huoshen80/ReinaManager/commit/f0ea4884086f7a37a5a5d6ff3ec0c756b747153d))
10+
11+
### 🐛 Bug 修复
12+
13+
- *(add-modal)* 移除已导入的批量项目 ([2d08d64](https://github.com/huoshen80/ReinaManager/commit/2d08d644490e9cf14823b20eab36a37d0822c3d6))
14+
15+
### 🚀 性能优化
16+
17+
- *(database)* 加速批量导入持久化 ([0c64f56](https://github.com/huoshen80/ReinaManager/commit/0c64f563b82f1ea9d101bc18b5dfa74cfe37238b))
18+
- *(add-modal)* 预取云端游玩状态 ([d575ff2](https://github.com/huoshen80/ReinaManager/commit/d575ff2c2591486988b0bbf2ade20f9659573768))
19+
20+
</details>
21+
22+
### ✨ Features
23+
24+
- *(add-modal)* Enhance bulk import workflow ([ee3a89c](https://github.com/huoshen80/ReinaManager/commit/ee3a89c2bd3ee9595bca76aeaf1d09f0e95a7170))
25+
- *(layout)* Add back to top button ([f0ea488](https://github.com/huoshen80/ReinaManager/commit/f0ea4884086f7a37a5a5d6ff3ec0c756b747153d))
26+
27+
### 🐛 Bug Fixes
28+
29+
- *(add-modal)* Remove imported bulk items ([2d08d64](https://github.com/huoshen80/ReinaManager/commit/2d08d644490e9cf14823b20eab36a37d0822c3d6))
30+
31+
### 🚀 Performance
32+
33+
- *(database)* Speed up bulk import persistence ([0c64f56](https://github.com/huoshen80/ReinaManager/commit/0c64f563b82f1ea9d101bc18b5dfa74cfe37238b))
34+
- *(add-modal)* Prefetch cloud play statuses ([d575ff2](https://github.com/huoshen80/ReinaManager/commit/d575ff2c2591486988b0bbf2ade20f9659573768))
35+
36+
137
## [0.21.2](https://github.com/huoshen80/ReinaManager/compare/v0.21.1...v0.21.2) (2026-05-21)
238

339
<details>

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "reinamanager",
33
"private": true,
4-
"version": "0.21.2",
4+
"version": "0.21.3",
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.11",
35-
"@tanstack/react-query-devtools": "^5.100.11",
34+
"@tanstack/react-query": "^5.100.14",
35+
"@tanstack/react-query-devtools": "^5.100.14",
3636
"@tauri-apps/api": "~2.11.0",
3737
"@tauri-apps/plugin-autostart": "~2.5.1",
3838
"@tauri-apps/plugin-dialog": "~2.7.1",

pnpm-lock.yaml

Lines changed: 20 additions & 20 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src-tauri/Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src-tauri/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ members = ["reina-path", "migration"]
33

44
[package]
55
name = "ReinaManager"
6-
version = "0.21.2"
6+
version = "0.21.3"
77
description = "A lightweight visual novel manager"
88
authors = ["huoshen80"]
99
license = "GNU AFFERO GENERAL PUBLIC LICENSE"

0 commit comments

Comments
 (0)