Skip to content

Commit fffeb30

Browse files
committed
update changelog for stable version 0.15.2
1 parent ced5fe2 commit fffeb30

8 files changed

Lines changed: 30 additions & 5 deletions

File tree

CHANGELOG.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,20 @@
1+
## [0.15.2](https://github.com/huoshen80/ReinaManager/compare/v0.15.1...v0.15.2) (2026-02-02)
2+
3+
<details>
4+
<summary>查看中文版本</summary>
5+
6+
### 新功能
7+
8+
* 冻结收藏页面顶部的导航栏 ([ced5fe2](https://github.com/huoshen80/ReinaManager/commit/ced5fe272c7efba2275f6bce8226874a4b0163cc))
9+
10+
</details>
11+
12+
### Features
13+
14+
* freeze the navigation bar at the top of the collection page ([ced5fe2](https://github.com/huoshen80/ReinaManager/commit/ced5fe272c7efba2275f6bce8226874a4b0163cc))
15+
16+
17+
118
## [0.15.1](https://github.com/huoshen80/ReinaManager/compare/v0.14.2...v0.15.1) (2026-02-01)
219

320
<details>

README.ja_JP.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,8 @@
3333

3434
- Zustand
3535

36+
- TanStack Query
37+
3638
- Sqlite
3739

3840
- Rust
@@ -128,7 +130,7 @@ ReinaManager へのすべての貢献に感謝します!
128130

129131
- **[Bangumi](https://bangumi.tv/)** - Bangumi 番組計画
130132

131-
- **[VNDB](https://vndb.org/)** - ビジュアルノベルデータベース
133+
- **[VNDB](https://vndb.org/)** - the visual novel database
132134

133135
- **[Ymgal](https://www.ymgal.games/)** - 月幕Galgame
134136

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,8 @@ The `Reina` in the name is the character <a href="https://vndb.org/c64303"><b>
3333

3434
- Zustand
3535

36+
- TanStack Query
37+
3638
- Sqlite
3739

3840
- Rust
@@ -127,7 +129,7 @@ If you find this project helpful and would like to support its development, you
127129

128130
- **[Bangumi](https://bangumi.tv/)** - Bangumi 番组计划
129131

130-
- **[VNDB](https://vndb.org/)** - 视觉小说数据库
132+
- **[VNDB](https://vndb.org/)** - the visual novel database
131133

132134
- **[Ymgal](https://www.ymgal.games/)** - 月幕Galgame
133135

README.zh_CN.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,8 @@
3333

3434
- Zustand
3535

36+
- TanStack Query
37+
3638
- Sqlite
3739

3840
- Rust

README.zh_TW.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,8 @@
3333

3434
- Zustand
3535

36+
- TanStack Query
37+
3638
- Sqlite
3739

3840
- Rust

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

0 commit comments

Comments
 (0)