Skip to content

Commit f15e0e9

Browse files
committed
update changelog for stable version 0.13.0
1 parent 3353ae7 commit f15e0e9

4 files changed

Lines changed: 44 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 41 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,44 @@
1+
## [0.13.0](https://github.com/huoshen80/ReinaManager/compare/v0.12.0...v0.13.0) (2025-12-27)
2+
3+
<details>
4+
<summary>查看中文版本</summary>
5+
6+
### Bug 修复
7+
8+
* 修复软件内中文更新日志显示错误的问题,更新更新日志 ([4a804b0](https://github.com/huoshen80/ReinaManager/commit/4a804b0692bf116468345d7d9508672fbbe83670))
9+
* 恢复存档时不覆盖原始存档目录 ([5a5bec2](https://github.com/huoshen80/ReinaManager/commit/5a5bec2856f3faa7442fbfc637d9155d362e0eed))
10+
11+
### 新功能
12+
13+
* 添加存档恢复功能,限制存档备份最大数量为 20,使用 sevenz-rust2 替代原压缩库 ([9c9c10a](https://github.com/huoshen80/ReinaManager/commit/9c9c10abef05697b19e3238c1e435b19a9e285ac))
14+
* **详情页:** 为游戏游玩时长图表添加时间范围选择器 ([94912da](https://github.com/huoshen80/ReinaManager/commit/94912da1df9fb80c4e304208d16bcf655ba18fa1))
15+
* 实现便携模式并重构部分路径管理 ([af7d602](https://github.com/huoshen80/ReinaManager/commit/af7d602a568c42887ec9e7419a12c7803898d30f))
16+
17+
### 性能改进
18+
19+
* 改进切换便携模式时的错误处理,并整理文件操作相关的函数以提高代码可读性 ([45e7ff1](https://github.com/huoshen80/ReinaManager/commit/45e7ff1adf2e54da441347cc688e12423c64ec51))
20+
21+
</details>
22+
23+
### Bug Fixes
24+
25+
* issue where Chinese changelog display incorrectly in software,update changelog ([4a804b0](https://github.com/huoshen80/ReinaManager/commit/4a804b0692bf116468345d7d9508672fbbe83670))
26+
* no overwrite the original save directory when restoring saves ([5a5bec2](https://github.com/huoshen80/ReinaManager/commit/5a5bec2856f3faa7442fbfc637d9155d362e0eed))
27+
28+
29+
### Features
30+
31+
* add savedata restore fn, limit the max number of savedata backups to 20, using sevenz-rust2 instead ([9c9c10a](https://github.com/huoshen80/ReinaManager/commit/9c9c10abef05697b19e3238c1e435b19a9e285ac))
32+
* **detail:** add time range selector for game playtime chart ([94912da](https://github.com/huoshen80/ReinaManager/commit/94912da1df9fb80c4e304208d16bcf655ba18fa1))
33+
* implement portable mode and refactor some path management ([af7d602](https://github.com/huoshen80/ReinaManager/commit/af7d602a568c42887ec9e7419a12c7803898d30f))
34+
35+
36+
### Performance Improvements
37+
38+
* improve error handling when switching portable mode, and organize fs functions to enhance code readability ([45e7ff1](https://github.com/huoshen80/ReinaManager/commit/45e7ff1adf2e54da441347cc688e12423c64ec51))
39+
40+
41+
142
## [0.12.0](https://github.com/huoshen80/ReinaManager/compare/v0.10.0...v0.12.0) (2025-12-06)
243

344
<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.12.0",
4+
"version": "0.13.0",
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
@@ -1,6 +1,6 @@
11
[package]
22
name = "ReinaManager"
3-
version = "0.12.0"
3+
version = "0.13.0"
44
description = "A lightweight visual novel manager"
55
authors = ["huoshen80"]
66
license = "GNU AFFERO GENERAL PUBLIC LICENSE"

0 commit comments

Comments
 (0)