Skip to content

Commit 4690564

Browse files
committed
update changelog for stable version 0.16.0
1 parent 90a28cd commit 4690564

4 files changed

Lines changed: 32 additions & 4 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.16.0](https://github.com/huoshen80/ReinaManager/compare/v0.15.2...v0.16.0) (2026-02-07)
2+
3+
<details>
4+
<summary>查看中文版本</summary>
5+
6+
### 新功能
7+
* 添加全局拖拽添加游戏功能 ([6297314](https://github.com/huoshen80/ReinaManager/commit/6297314c8631b2619972abd1f12ee9f6e385c05b))
8+
* 增强游戏添加功能,添加成功后有成功提示并提供跳转详情页的按钮 ([90a28cd](https://github.com/huoshen80/ReinaManager/commit/90a28cd5052dd7faef3d20dd875ee494940d0b6e))
9+
10+
### 性能改进
11+
* 调整收藏页面导航栏与下方内容的间距 ([17d2aa9](https://github.com/huoshen80/ReinaManager/commit/17d2aa9bf6a015a5bd8702d036fb101e7166476f))
12+
13+
14+
<details>
15+
16+
17+
### Features
18+
19+
* add global drag-and-drop game adding feature ([6297314](https://github.com/huoshen80/ReinaManager/commit/6297314c8631b2619972abd1f12ee9f6e385c05b))
20+
* enhance game addition with success snackbar and navigation option ([90a28cd](https://github.com/huoshen80/ReinaManager/commit/90a28cd5052dd7faef3d20dd875ee494940d0b6e))
21+
22+
23+
### Performance Improvements
24+
25+
* adjust the spacing between the nav bar and the content below on the collection page ([17d2aa9](https://github.com/huoshen80/ReinaManager/commit/17d2aa9bf6a015a5bd8702d036fb101e7166476f))
26+
27+
28+
129
## [0.15.2](https://github.com/huoshen80/ReinaManager/compare/v0.15.1...v0.15.2) (2026-02-02)
230

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

0 commit comments

Comments
 (0)