Skip to content

Commit 06ea42f

Browse files
committed
update changelog for stable version 0.16.3
1 parent 8a572ef commit 06ea42f

4 files changed

Lines changed: 22 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,22 @@
1+
## [0.16.3](https://github.com/huoshen80/ReinaManager/compare/v0.16.2...v0.16.3) (2026-02-25)
2+
3+
<details>
4+
<summary>查看中文版本</summary>
5+
6+
### Bug 修复
7+
* 首页显示的本地游戏数量异常 ([d15b1df](https://github.com/huoshen80/ReinaManager/commit/d15b1dfd85f78d589eca9a851fe048b23a4d2d2f))
8+
* 游戏库滚动条恢复功能有概率失效 ([8a572ef](https://github.com/huoshen80/ReinaManager/commit/8a572ef32075ec728f591e9309a7e77c535e3502))
9+
10+
</details>
11+
12+
13+
### Bug Fixes
14+
15+
* **home:** the number of local games displayed on the homepage is abnormal ([d15b1df](https://github.com/huoshen80/ReinaManager/commit/d15b1dfd85f78d589eca9a851fe048b23a4d2d2f))
16+
* **library:** game library scrollbar restore function may fail ([8a572ef](https://github.com/huoshen80/ReinaManager/commit/8a572ef32075ec728f591e9309a7e77c535e3502))
17+
18+
19+
120
## [0.16.2](https://github.com/huoshen80/ReinaManager/compare/v0.16.1...v0.16.2) (2026-02-24)
221

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

0 commit comments

Comments
 (0)