Skip to content

Commit fdf632f

Browse files
committed
update changelog for stable version 0.14.1
1 parent fff7e44 commit fdf632f

4 files changed

Lines changed: 32 additions & 3 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.14.1](https://github.com/huoshen80/ReinaManager/compare/v0.14.0...v0.14.1) (2026-01-28)
2+
3+
<details>
4+
<summary>查看中文版本</summary>
5+
6+
### Bug 修复
7+
8+
* 修复在 LE 和 Magpie 开关上点击切换时的双重警告提示 ([8741ee0](https://github.com/huoshen80/ReinaManager/commit/8741ee0aa835aae6bfdaddc5fbc894af9e18a74f))
9+
* 修复设置存档备份路径后无法打开存档备份文件夹的问题,解决 [#34](https://github.com/huoshen80/ReinaManager/issues/34) ([c5b47d4](https://github.com/huoshen80/ReinaManager/commit/c5b47d44aabdc423b37e16991ee3abe086e59553))
10+
11+
### 性能优化
12+
13+
* 将存档备份路径和数据库备份路径添加到路径缓存预加载 ([825970b](https://github.com/huoshen80/ReinaManager/commit/825970b08d3d2bde151748b8ff4ea32338ca7b01))
14+
15+
</details>
16+
17+
### Bug Fixes
18+
19+
* double warning alert when click the switch on the le and magpie switcher ([8741ee0](https://github.com/huoshen80/ReinaManager/commit/8741ee0aa835aae6bfdaddc5fbc894af9e18a74f))
20+
* faild to open the savedata backup folder when set a savedata backup path resolve [#34](https://github.com/huoshen80/ReinaManager/issues/34) ([c5b47d4](https://github.com/huoshen80/ReinaManager/commit/c5b47d44aabdc423b37e16991ee3abe086e59553))
21+
22+
23+
### Performance Improvements
24+
25+
* add savedata backup path and db backup path to path cache preload ([825970b](https://github.com/huoshen80/ReinaManager/commit/825970b08d3d2bde151748b8ff4ea32338ca7b01))
26+
27+
28+
129
## [0.14.0](https://github.com/huoshen80/ReinaManager/compare/v0.13.0...v0.14.0) (2026-01-27)
230

331
<details>

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "reinamanager",
33
"private": true,
4-
"version": "0.14.0",
4+
"version": "0.14.1",
55
"type": "module",
66
"scripts": {
77
"dev": "vite",
@@ -11,6 +11,7 @@
1111
"typecheck": "tsgo -b --noEmit",
1212
"format": "biome format --write .",
1313
"lint": "biome check .",
14+
"check": "pnpm run format && pnpm run lint && pnpm run typecheck",
1415
"changelog": "conventional-changelog -p angular -i CHANGELOG.md -s",
1516
"changelog:all": "conventional-changelog -p angular -i CHANGELOG.md -s -r 0",
1617
"changelog:unreleased": "conventional-changelog -p angular -u",

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

0 commit comments

Comments
 (0)