Skip to content

Commit e12ea5a

Browse files
committed
update changelog for stable version 0.10.0
1 parent 5413400 commit e12ea5a

4 files changed

Lines changed: 49 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 46 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,49 @@
1+
## [0.10.0](https://github.com/huoshen80/ReinaManager/compare/v0.9.0...v0.10.0) (2025-11-25)
2+
3+
<details>
4+
<summary>查看中文版本</summary>
5+
6+
### Bug 修复
7+
8+
* 根据语言动态调整样式以改进导航栏 UI ([d0277b1](https://github.com/huoshen80/ReinaManager/commit/d0277b1e3d7db6802ae23fc1c45dac5eb1469212))
9+
* **game_monitor:** 修复某些游戏的时长监控问题 ([7ac1906](https://github.com/huoshen80/ReinaManager/commit/7ac1906b1177e29a8c1d3a734bbdccc6355509f8))
10+
11+
### 新功能
12+
13+
* 添加日志等级设置 ([a278b77](https://github.com/huoshen80/ReinaManager/commit/a278b77905437a701ca92965292633d251d633e5))
14+
* 添加停止游戏功能,统一异步运行时并使用 parking_lot::RwLock 替代 std::sync::Mutex ([5413400](https://github.com/huoshen80/ReinaManager/commit/5413400869a8f23856985cbdc9c084c37d6d54c8))
15+
* **LaunchModal:** 在启动按钮中显示实时游戏时长 ([2b05d5c](https://github.com/huoshen80/ReinaManager/commit/2b05d5cc2a33a4d4163d5653009c6a44c8a6b37d))
16+
* **linux:** Linux 系统中可使用打开目录功能 ([b21e885](https://github.com/huoshen80/ReinaManager/commit/b21e885b2a307b3f9e23da362ebeeb637e949785))
17+
18+
### 性能改进
19+
20+
* **game_monitor:** 使用 interval 定时器改进监控循环精度 ([531ac53](https://github.com/huoshen80/ReinaManager/commit/531ac53644d516b24c7d31ff58298c94e56d1f77))
21+
* **store,gameStats:** 优化游戏统计和游戏列表检索逻辑以减少重复请求 ([f7d87e7](https://github.com/huoshen80/ReinaManager/commit/f7d87e72585682c593310b9d1b124096638ae36b))
22+
23+
</details>
24+
25+
26+
### Bug Fixes
27+
28+
* add dynamic styling based on language for improved navbar UI ([d0277b1](https://github.com/huoshen80/ReinaManager/commit/d0277b1e3d7db6802ae23fc1c45dac5eb1469212))
29+
* **game_monitor:** resolve time tracking issues for some games ([7ac1906](https://github.com/huoshen80/ReinaManager/commit/7ac1906b1177e29a8c1d3a734bbdccc6355509f8))
30+
31+
32+
### Features
33+
34+
* add loglevel setting ([a278b77](https://github.com/huoshen80/ReinaManager/commit/a278b77905437a701ca92965292633d251d633e5))
35+
* add stop game functionality, unified async runtime and use parking_lot::RwLock instead of std::sync::Mutex ([5413400](https://github.com/huoshen80/ReinaManager/commit/5413400869a8f23856985cbdc9c084c37d6d54c8))
36+
* **LaunchModal:** display real-time game duration in the launch button ([2b05d5c](https://github.com/huoshen80/ReinaManager/commit/2b05d5cc2a33a4d4163d5653009c6a44c8a6b37d))
37+
* **linux:** open directory in linux ([b21e885](https://github.com/huoshen80/ReinaManager/commit/b21e885b2a307b3f9e23da362ebeeb637e949785))
38+
39+
40+
### Performance Improvements
41+
42+
* **game_monitor:** improve monitor loop precision with interval timer ([531ac53](https://github.com/huoshen80/ReinaManager/commit/531ac53644d516b24c7d31ff58298c94e56d1f77))
43+
* **store,gameStats:** optimize game statistics and games list retrieval logic to reduce duplicate requests ([f7d87e7](https://github.com/huoshen80/ReinaManager/commit/f7d87e72585682c593310b9d1b124096638ae36b))
44+
45+
46+
147
## [0.9.0](https://github.com/huoshen80/ReinaManager/compare/v0.8.2...v0.9.0) (2025-11-14)
248

349
<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.9.0",
4+
"version": "0.10.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.9.0"
3+
version = "0.10.0"
44
description = "A lightweight visual novel manager"
55
authors = ["huoshen80"]
66
license = "GNU AFFERO GENERAL PUBLIC LICENSE"

0 commit comments

Comments
 (0)