Skip to content

Commit 304cb34

Browse files
committed
update changelog for stable version 0.21.6
1 parent b552c8a commit 304cb34

4 files changed

Lines changed: 67 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 64 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,67 @@
1+
## [0.21.6](https://github.com/huoshen80/ReinaManager/compare/v0.21.5...v0.21.6) (2026-05-30)
2+
3+
<details>
4+
<summary>查看中文版本</summary>
5+
6+
### ⚙️ 杂类任务
7+
8+
- *(dev)* 添加 WebView2 CDP 调试脚本 ([940eff9](https://github.com/huoshen80/ReinaManager/commit/940eff9fdb2336374c8841a3fd1781089f8c4917))
9+
10+
### ✨ 新功能
11+
12+
- *(cover)* 添加游戏封面的剪贴板图片导入 ([1ede9ea](https://github.com/huoshen80/ReinaManager/commit/1ede9eab5f4d4ca4e8fd7a7b8b03c007e27513fc))
13+
14+
### 🐛 Bug 修复
15+
16+
- *(errors)* 保留 invoke 错误详情 ([a50edaa](https://github.com/huoshen80/ReinaManager/commit/a50edaaf619ae3b0c0df2e2b00faf24125d3d805))
17+
- *(tray)* 防护并发初始化 ([10dd3b6](https://github.com/huoshen80/ReinaManager/commit/10dd3b609bc76dd3ea7f23f04297140b47524d78))
18+
- *(fs)* 明确缺失目录错误 ([b7f9d48](https://github.com/huoshen80/ReinaManager/commit/b7f9d482e8a99e8035644d2135ad076663481885))
19+
20+
### 📚 文档
21+
22+
- *(ui)* 更新截图并修复 ymgallink 标签 ([f586f47](https://github.com/huoshen80/ReinaManager/commit/f586f47663713e3e8f886440d6d4b0c8d5ed276c))
23+
24+
### 🚀 性能优化
25+
26+
- *(scan)* 在目录扫描中使用 HashSet 做祖先去重 ([85ca31c](https://github.com/huoshen80/ReinaManager/commit/85ca31c928c295048ca89e2aba6a5f2d425c184f))
27+
- *(launch)* 收窄游戏计时器订阅 ([b552c8a](https://github.com/huoshen80/ReinaManager/commit/b552c8a3c2f53c72837bcc2abf7a435304c6f8a7))
28+
29+
### 🚜 重构
30+
31+
- *(logging)* 用 log 宏替换 println 并降低游戏监控日志冗余 ([00930d1](https://github.com/huoshen80/ReinaManager/commit/00930d13fe573e59ccd87c02f910ec4698da6dff))
32+
- *(logging)* 规范日志级别、添加运行日志并改进错误处理 ([9988244](https://github.com/huoshen80/ReinaManager/commit/9988244e7f5d6adae18bf91db89aa8a7161a7d9c))
33+
34+
</details>
35+
36+
### ⚙️ Miscellaneous Tasks
37+
38+
- *(dev)* Add CDP debugging script for WebView2 ([940eff9](https://github.com/huoshen80/ReinaManager/commit/940eff9fdb2336374c8841a3fd1781089f8c4917))
39+
40+
### ✨ Features
41+
42+
- *(cover)* Add clipboard image import for game covers ([1ede9ea](https://github.com/huoshen80/ReinaManager/commit/1ede9eab5f4d4ca4e8fd7a7b8b03c007e27513fc))
43+
44+
### 🐛 Bug Fixes
45+
46+
- *(errors)* Preserve invoke error details ([a50edaa](https://github.com/huoshen80/ReinaManager/commit/a50edaaf619ae3b0c0df2e2b00faf24125d3d805))
47+
- *(tray)* Guard concurrent initialization ([10dd3b6](https://github.com/huoshen80/ReinaManager/commit/10dd3b609bc76dd3ea7f23f04297140b47524d78))
48+
- *(fs)* Clarify missing directory error ([b7f9d48](https://github.com/huoshen80/ReinaManager/commit/b7f9d482e8a99e8035644d2135ad076663481885))
49+
50+
### 📚 Documentation
51+
52+
- *(ui)* Update screenshots and fix ymgallink label ([f586f47](https://github.com/huoshen80/ReinaManager/commit/f586f47663713e3e8f886440d6d4b0c8d5ed276c))
53+
54+
### 🚀 Performance
55+
56+
- *(scan)* Use HashSet for ancestor dedup in directory scanning ([85ca31c](https://github.com/huoshen80/ReinaManager/commit/85ca31c928c295048ca89e2aba6a5f2d425c184f))
57+
- *(launch)* Narrow game timer subscriptions ([b552c8a](https://github.com/huoshen80/ReinaManager/commit/b552c8a3c2f53c72837bcc2abf7a435304c6f8a7))
58+
59+
### 🚜 Refactor
60+
61+
- *(logging)* Replace println with log macros and lower game monitor verbosity ([00930d1](https://github.com/huoshen80/ReinaManager/commit/00930d13fe573e59ccd87c02f910ec4698da6dff))
62+
- *(logging)* Standardize log levels, add operational logging, and improve error handling ([9988244](https://github.com/huoshen80/ReinaManager/commit/9988244e7f5d6adae18bf91db89aa8a7161a7d9c))
63+
64+
165
## [0.21.5](https://github.com/huoshen80/ReinaManager/compare/v0.21.4...v0.21.5) (2026-05-27)
266

367
<details>

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "reinamanager",
33
"private": true,
4-
"version": "0.21.5",
4+
"version": "0.21.6",
55
"type": "module",
66
"scripts": {
77
"dev": "vite",

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.5"
6+
version = "0.21.6"
77
description = "A lightweight visual novel manager"
88
authors = ["huoshen80"]
99
license = "GNU AFFERO GENERAL PUBLIC LICENSE"

0 commit comments

Comments
 (0)