Skip to content

Commit 7df0bda

Browse files
committed
update changelog for stable version 0.21.4
resolve #55
1 parent acc95e3 commit 7df0bda

4 files changed

Lines changed: 31 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,31 @@
1+
## [0.21.4](https://github.com/huoshen80/ReinaManager/compare/v0.21.3...v0.21.4) (2026-05-25)
2+
3+
<details>
4+
<summary>查看中文版本</summary>
5+
6+
### 🐛 Bug 修复
7+
8+
- *(tauri)* 在 Tauri 运行时外保护原生 API ([c065ead](https://github.com/huoshen80/ReinaManager/commit/c065ead90aca9384e16481db657b1d87aed85a9c))
9+
- *(games)* 集中处理日期回退 ([b6d4fa8](https://github.com/huoshen80/ReinaManager/commit/b6d4fa88dcb6df8dc10104ce3478a6116064f80e))
10+
11+
### 🚜 重构
12+
13+
- *(frontend)* 使用规范游戏日期 ([5cb0cc0](https://github.com/huoshen80/ReinaManager/commit/5cb0cc09ad578baf8e46eb6dd314444a48691eca))
14+
- *(bgm)* 集中管理 Bangumi API 基础 URL ([acc95e3](https://github.com/huoshen80/ReinaManager/commit/acc95e388f7ffbea56ad338832489716ed3138c0))
15+
16+
</details>
17+
18+
### 🐛 Bug Fixes
19+
20+
- *(tauri)* Guard native APIs outside Tauri runtime ([c065ead](https://github.com/huoshen80/ReinaManager/commit/c065ead90aca9384e16481db657b1d87aed85a9c))
21+
- *(games)* Centralize date fallback handling ([b6d4fa8](https://github.com/huoshen80/ReinaManager/commit/b6d4fa88dcb6df8dc10104ce3478a6116064f80e))
22+
23+
### 🚜 Refactor
24+
25+
- *(frontend)* Rely on canonical game dates ([5cb0cc0](https://github.com/huoshen80/ReinaManager/commit/5cb0cc09ad578baf8e46eb6dd314444a48691eca))
26+
- *(bgm)* Centralize bangumi api base urls ([acc95e3](https://github.com/huoshen80/ReinaManager/commit/acc95e388f7ffbea56ad338832489716ed3138c0))
27+
28+
129
## [0.21.3](https://github.com/huoshen80/ReinaManager/compare/v0.21.2...v0.21.3) (2026-05-24)
230

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

0 commit comments

Comments
 (0)