Skip to content

Commit 2c40dff

Browse files
committed
update changelog for stable version 0.22.1
1 parent a58561a commit 2c40dff

3 files changed

Lines changed: 18 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,19 @@
1+
## [0.22.1](https://github.com/huoshen80/ReinaManager/compare/v0.22.0...v0.22.1) (2026-06-08)
2+
3+
<details>
4+
<summary>查看中文版本</summary>
5+
6+
### 🐛 Bug 修复
7+
8+
- *(cover)* 添加缓存代数,防止过期下载写入 ([a58561a](https://github.com/huoshen80/ReinaManager/commit/a58561aa1f2fff8e0e79b0cdf92e1b5546796c47))
9+
10+
</details>
11+
12+
### 🐛 Bug Fixes
13+
14+
- *(cover)* Add cache generation to prevent stale download writes ([a58561a](https://github.com/huoshen80/ReinaManager/commit/a58561aa1f2fff8e0e79b0cdf92e1b5546796c47))
15+
16+
117
## [0.22.0](https://github.com/huoshen80/ReinaManager/compare/v0.21.7...v0.22.0) (2026-06-07)
218

319
<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.22.0",
4+
"version": "0.22.1",
55
"type": "module",
66
"scripts": {
77
"dev": "vite",

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

0 commit comments

Comments
 (0)