Skip to content

Commit 30d7153

Browse files
committed
update changelog for stable version 0.23.1
1 parent 096cec2 commit 30d7153

4 files changed

Lines changed: 14 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,14 @@
1+
## [0.23.1](https://github.com/huoshen80/ReinaManager/compare/v0.23.0...v0.23.0) (2026-06-20)
2+
3+
<details>
4+
<summary>查看中文版本</summary>
5+
6+
- 移除静态元素上的悬停效果,恢复一些之前的样式([a8c7392](https://github.com/huoshen80/ReinaManager/commit/096cec249c3f0c668d178856778923cf90f5c426)
7+
8+
</details>
9+
10+
- remove the hover effect on static elements,restore some of the previous style([a8c7392](https://github.com/huoshen80/ReinaManager/commit/096cec249c3f0c668d178856778923cf90f5c426)
11+
112
## [0.23.0](https://github.com/huoshen80/ReinaManager/compare/v0.22.1...v0.23.0) (2026-06-19)
213

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

0 commit comments

Comments
 (0)