Skip to content

Commit e59464e

Browse files
committed
update changelog for stable version 0.19.1
1 parent cfee207 commit e59464e

4 files changed

Lines changed: 388 additions & 1030 deletions

File tree

CHANGELOG.md

Lines changed: 41 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,41 @@
1+
## [0.19.1](https://github.com/huoshen80/ReinaManager/compare/v0.19.0...v0.19.1) (2026-04-21)
2+
3+
<details>
4+
<summary>查看中文版本</summary>
5+
6+
### 🐛 Bug 修复
7+
8+
- *(savedata)* 修复自动备份存档时,游戏结束阶段界面更新出现延迟的问题 ([a91ae77](https://github.com/huoshen80/ReinaManager/commit/a91ae776ffdafac85e1d36840949e85721af0d4c))
9+
- *(savedata)* 修复自动备份后备份列表不会刷新,并调整自动备份开关逻辑 ([b7e237b](https://github.com/huoshen80/ReinaManager/commit/b7e237b0fe9fdff4d83566d7862f0c5aa277261b))
10+
- *(ThemeSwitcher)* 修复路由切换时重复发送主题设置请求的问题 ([cfee207](https://github.com/huoshen80/ReinaManager/commit/cfee20790dc8a1d1219e61f201161fbe08ade52d))
11+
12+
### 🚀 性能优化
13+
14+
- *(backup)* 备份存档改用 Zstd 压缩,大幅提升备份速度 ([c600e4f](https://github.com/huoshen80/ReinaManager/commit/c600e4f2136d21d5127490a64f7ab6ce359c6d98))
15+
16+
### 🚜 重构
17+
18+
- *(hooks/queries)* 提取查询配置项,新增请求辅助函数,并清理部分未使用函数 ([e868a66](https://github.com/huoshen80/ReinaManager/commit/e868a66dd5446417501185f49ef7e6ce9b60c0b6))
19+
- *(components)* 重构选中游戏的处理逻辑,并拆分相关界面 ([a83960c](https://github.com/huoshen80/ReinaManager/commit/a83960c8f3fb341dcf9539024a5d05660bdec7f3))
20+
21+
</details>
22+
23+
### 🐛 Bug Fixes
24+
25+
- *(savedata)* Avoid delay UI changes at the end of the game when auto backing up savedata ([a91ae77](https://github.com/huoshen80/ReinaManager/commit/a91ae776ffdafac85e1d36840949e85721af0d4c))
26+
- *(savedata)* The backup list does not refresh after auto backup and adjust the logic of the autom backup switch ([b7e237b](https://github.com/huoshen80/ReinaManager/commit/b7e237b0fe9fdff4d83566d7862f0c5aa277261b))
27+
- *(ThemeSwitcher)* Repeatedly sending theme setting requests when switching routes ([cfee207](https://github.com/huoshen80/ReinaManager/commit/cfee20790dc8a1d1219e61f201161fbe08ade52d))
28+
29+
### 🚀 Performance
30+
31+
- *(backup)* Use Zstd compression for savedata backup(Greatly improve backup speed) ([c600e4f](https://github.com/huoshen80/ReinaManager/commit/c600e4f2136d21d5127490a64f7ab6ce359c6d98))
32+
33+
### 🚜 Refactor
34+
35+
- *(hooks/queries)* Extract query options,add fetch helpers and clear some unuse fn ([e868a66](https://github.com/huoshen80/ReinaManager/commit/e868a66dd5446417501185f49ef7e6ce9b60c0b6))
36+
- *(components)* Refactor selected-game handling and split UI ([a83960c](https://github.com/huoshen80/ReinaManager/commit/a83960c8f3fb341dcf9539024a5d05660bdec7f3))
37+
38+
139
## [0.19.0](https://github.com/huoshen80/ReinaManager/compare/v0.18.2...v0.19.0) (2026-04-17)
240

341
<details>
@@ -11,6 +49,7 @@
1149
### ✨ 新功能
1250

1351
- 添加 KUNGAL 相关 API,关闭 [#45](https://github.com/huoshen80/ReinaManager/issues/45) ([f2c4ab4](https://github.com/huoshen80/ReinaManager/commit/f2c4ab43a5dc81dfc0196e58f57765627ccba866))
52+
- *(api/kun)*: 在获取数据时合并 VNDB 数据,清洗简介,并在需要时获取标签 ([f62983f](https://github.com/huoshen80/ReinaManager/commit/f62983f6a92965f2af00396e9951e5f761b12a03))
1453
- *(mixed)* 在混合数据源中新增 KUNGAL ([5427363](https://github.com/huoshen80/ReinaManager/commit/5427363b2a94c359aaad5d9d8adeecedee43a686))
1554
- *(mixed)* 支持配置混合检索数据源 ([f098e82](https://github.com/huoshen80/ReinaManager/commit/f098e82e5678c61f5226ba7a22622f2698aeccc1))
1655
- *(Toolbar)* 在更多菜单中显示 API 来源站点图标 ([925159c](https://github.com/huoshen80/ReinaManager/commit/925159c43a5fa4df63c5d11cd0aebb704535c8c0))
@@ -37,6 +76,8 @@
3776
### ✨ Features
3877

3978
- 添加kungal相关api (#45) ([f2c4ab4](https://github.com/huoshen80/ReinaManager/commit/f2c4ab43a5dc81dfc0196e58f57765627ccba866))
79+
- *(api/kun)*: merge VNDB data on fetch, sanitize the summary, and fetch
80+
tags if needed([f62983f(https://github.com/huoshen80/ReinaManager/commit/f62983f6a92965f2af00396e9951e5f761b12a03)])
4081
- *(mixed)* Add Kungal to the mixed api ([5427363](https://github.com/huoshen80/ReinaManager/commit/5427363b2a94c359aaad5d9d8adeecedee43a686))
4182
- *(mixed)* Allow configuring mixed search sources ([f098e82](https://github.com/huoshen80/ReinaManager/commit/f098e82e5678c61f5226ba7a22622f2698aeccc1))
4283
- *(Toolbar)* Show api source favicons in more menu ([925159c](https://github.com/huoshen80/ReinaManager/commit/925159c43a5fa4df63c5d11cd0aebb704535c8c0))

package.json

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "reinamanager",
33
"private": true,
4-
"version": "0.19.0",
4+
"version": "0.19.1",
55
"type": "module",
66
"scripts": {
77
"dev": "vite",
@@ -25,11 +25,11 @@
2525
"@emotion/cache": "^11.14.0",
2626
"@emotion/react": "^11.14.0",
2727
"@emotion/styled": "^11.14.1",
28-
"@mui/icons-material": "^7.3.9",
29-
"@mui/material": "^7.3.9",
30-
"@mui/x-charts": "^8.28.0",
31-
"@tanstack/react-query": "^5.99.0",
32-
"@tanstack/react-query-devtools": "^5.99.0",
28+
"@mui/icons-material": "^7.3.10",
29+
"@mui/material": "^7.3.10",
30+
"@mui/x-charts": "^8.28.2",
31+
"@tanstack/react-query": "^5.99.2",
32+
"@tanstack/react-query-devtools": "^5.99.2",
3333
"@tauri-apps/api": "~2.10.1",
3434
"@tauri-apps/plugin-autostart": "~2.5.1",
3535
"@tauri-apps/plugin-dialog": "~2.7.0",
@@ -44,9 +44,9 @@
4444
"@toolpad/core": "^0.16.0",
4545
"fuse.js": "^7.3.0",
4646
"html-react-parser": "^6.0.1",
47-
"i18next": "^26.0.5",
47+
"i18next": "^26.0.6",
4848
"i18next-browser-languagedetector": "^8.2.1",
49-
"marked": "^18.0.1",
49+
"marked": "^18.0.2",
5050
"notistack": "^3.0.2",
5151
"path-browserify": "^1.0.1",
5252
"pathe": "^2.0.3",
@@ -68,10 +68,10 @@
6868
"@typescript/native-preview": "7.0.0-dev.20260417.1",
6969
"@vitejs/plugin-react": "^6.0.1",
7070
"git-cliff": "^2.12.0",
71-
"i18next-cli": "^1.54.1",
71+
"i18next-cli": "^1.56.0",
7272
"typescript": "^6.0.3",
7373
"unocss": "^66.6.8",
74-
"vite": "^8.0.8"
74+
"vite": "^8.0.9"
7575
},
7676
"pnpm": {
7777
"onlyBuiltDependencies": [

0 commit comments

Comments
 (0)