Skip to content

Commit 8ff8267

Browse files
committed
update changelog for stable version 0.19.2
1 parent 7bc721e commit 8ff8267

3 files changed

Lines changed: 26 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,27 @@
1+
## [0.19.2](https://github.com/huoshen80/ReinaManager/compare/v0.19.1...v0.19.2) (2026-04-21)
2+
3+
<details>
4+
<summary>查看中文版本</summary>
5+
6+
### ⚙️ 杂类任务
7+
8+
- 将 KUN 简介切换到末尾 ([7bc721e](https://github.com/huoshen80/ReinaManager/commit/7bc721e3d8362c4de42693b7158623b1250c717c))
9+
10+
### 🐛 Bug 修复
11+
12+
- 修复软件内更新日志链接打开的问题 ([90b605c](https://github.com/huoshen80/ReinaManager/commit/90b605cc78849f3ad81fcd4a4e4e7b84f5434))
13+
14+
</details>
15+
16+
### ⚙️ Miscellaneous Tasks
17+
18+
- Switch the kun summary to the end ([7bc721e](https://github.com/huoshen80/ReinaManager/commit/7bc721e3d8362c4de42693b7158623b1250c717c))
19+
20+
### 🐛 Bug Fixes
21+
22+
- The link to the changelog opens in the software ([90b605c](https://github.com/huoshen80/ReinaManager/commit/90b605cc78849f3ad81fcd4a4e4be4e7b84f5434))
23+
24+
125
## [0.19.1](https://github.com/huoshen80/ReinaManager/compare/v0.19.0...v0.19.1) (2026-04-21)
226

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

0 commit comments

Comments
 (0)