Skip to content

Commit 269acbf

Browse files
committed
update changelog for stable version 0.16.1
1 parent 14c2a24 commit 269acbf

4 files changed

Lines changed: 20 additions & 4 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.16.1](https://github.com/huoshen80/ReinaManager/compare/v0.16.0...v0.16.1) (2026-02-07)
2+
3+
<details>
4+
<summary>查看中文版本</summary>
5+
6+
### 性能改进
7+
* 优化全局游戏添加模块 ([14c2a24](https://github.com/huoshen80/ReinaManager/commit/14c2a24bd45fecc29e24a3faaff5c8ef50e5c255))
8+
9+
</details>
10+
11+
### Performance Improvements
12+
13+
* optimize global game addmodal ([14c2a24](https://github.com/huoshen80/ReinaManager/commit/14c2a24bd45fecc29e24a3faaff5c8ef50e5c255))
14+
15+
16+
117
## [0.16.0](https://github.com/huoshen80/ReinaManager/compare/v0.15.2...v0.16.0) (2026-02-07)
218

319
<details>

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "reinamanager",
33
"private": true,
4-
"version": "0.16.0",
4+
"version": "0.16.1",
55
"type": "module",
66
"scripts": {
77
"dev": "vite",
@@ -80,4 +80,4 @@
8080
"esbuild"
8181
]
8282
}
83-
}
83+
}

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

0 commit comments

Comments
 (0)