Skip to content

Commit dfb5508

Browse files
committed
update changelog for stable version 0.18.0
1 parent 19de37f commit dfb5508

17 files changed

Lines changed: 939 additions & 760 deletions

.prettierignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
pnpm-lock.yaml

CHANGELOG.md

Lines changed: 50 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,53 @@
1+
## [0.18.0](https://github.com/huoshen80/ReinaManager/compare/v0.17.1...v0.17.2) (2026-03-29)
2+
3+
<details>
4+
<summary>查看中文版本</summary>
5+
6+
### Bug 修复
7+
8+
* **AddModal:** 批量模式下切换 Tab 导致数据丢失的问题,解决 [#43](https://github.com/huoshen80/ReinaManager/issues/43) ([99b41fe](https://github.com/huoshen80/ReinaManager/commit/99b41fe697240341b4ce529e029c26f26db12910))
9+
* **RightMenu:** 游戏游玩状态子菜单中的 bug ([7c7bf89](https://github.com/huoshen80/ReinaManager/commit/7c7bf89200a4fa1440a9a3d8943f355de7029dee))
10+
* 软件运行时系统操作函数失败的问题 ([3d2dc37](https://github.com/huoshen80/ReinaManager/commit/3d2dc3713d4ec2a6a3601328287b228748306b7b)),关闭 [#44](https://github.com/huoshen80/ReinaManager/issues/44)
11+
12+
### 新功能
13+
14+
* 添加全局返回按钮 ([7b64b97](https://github.com/huoshen80/ReinaManager/commit/7b64b972f35e674420f4fec3f7ec819bf7760606))
15+
* Reina 退出时添加提醒对话框 ([9e95d2e](https://github.com/huoshen80/ReinaManager/commit/9e95d2edfae9d6f97ac1e432bd3b978cf91fedd8))
16+
* 添加游戏封面本地缓存 ([a3941ea](https://github.com/huoshen80/ReinaManager/commit/a3941ea583838cd75238ae396d8afe86df911a03))
17+
* 添加 VNDB 令牌管理和游戏状态同步功能 ([c4106cd](https://github.com/huoshen80/ReinaManager/commit/c4106cd92a69b2885ead73272179ea30d4bc6a65))
18+
* **FilterModal:** 添加自定义游戏筛选类型 ([318b734](https://github.com/huoshen80/ReinaManager/commit/318b7349bcd8533d28d3d94e21a5a829b239c6f1))
19+
* 启动时运行旧版封面迁移 ([b70a0f6](https://github.com/huoshen80/ReinaManager/commit/b70a0f6c306afd09e2c5fa0ba0ced74c1ecb304a))
20+
21+
### 性能改进
22+
23+
* 优化游戏封面缓存逻辑 ([37ad736](https://github.com/huoshen80/ReinaManager/commit/37ad736e2836af82b4bdc64a554c7945316e6ebf))
24+
* 为路径设置提供统一的保存按钮 ([f3c6235](https://github.com/huoshen80/ReinaManager/commit/f3c6235222cf04994a95e1a68af3b2260d88aabe))
25+
26+
</details>
27+
28+
### Bug Fixes
29+
30+
* **AddModal:** data is lost when switching tabs in bulk mode resolve [#43](https://github.com/huoshen80/ReinaManager/issues/43) ([99b41fe](https://github.com/huoshen80/ReinaManager/commit/99b41fe697240341b4ce529e029c26f26db12910))
31+
* **RightMenu:** bug in the submenu of the game play status ([7c7bf89](https://github.com/huoshen80/ReinaManager/commit/7c7bf89200a4fa1440a9a3d8943f355de7029dee))
32+
* the problem of system operation fn failing when the software runs ([3d2dc37](https://github.com/huoshen80/ReinaManager/commit/3d2dc3713d4ec2a6a3601328287b228748306b7b)), closes [#44](https://github.com/huoshen80/ReinaManager/issues/44)
33+
34+
35+
### Features
36+
37+
* add a global back button ([7b64b97](https://github.com/huoshen80/ReinaManager/commit/7b64b972f35e674420f4fec3f7ec819bf7760606))
38+
* add a reminder dialog when Reina exits ([9e95d2e](https://github.com/huoshen80/ReinaManager/commit/9e95d2edfae9d6f97ac1e432bd3b978cf91fedd8))
39+
* add game cover local cache ([a3941ea](https://github.com/huoshen80/ReinaManager/commit/a3941ea583838cd75238ae396d8afe86df911a03))
40+
* add VNDB token management and game status sync fn ([c4106cd](https://github.com/huoshen80/ReinaManager/commit/c4106cd92a69b2885ead73272179ea30d4bc6a65))
41+
* **FilterModal:** add custom game filter types ([318b734](https://github.com/huoshen80/ReinaManager/commit/318b7349bcd8533d28d3d94e21a5a829b239c6f1))
42+
* run legacy cover migrations at startup ([b70a0f6](https://github.com/huoshen80/ReinaManager/commit/b70a0f6c306afd09e2c5fa0ba0ced74c1ecb304a))
43+
44+
45+
### Performance Improvements
46+
47+
* optimize game cover cache logic ([37ad736](https://github.com/huoshen80/ReinaManager/commit/37ad736e2836af82b4bdc64a554c7945316e6ebf))
48+
* provide a unified save button for the path settings ([f3c6235](https://github.com/huoshen80/ReinaManager/commit/f3c6235222cf04994a95e1a68af3b2260d88aabe))
49+
50+
151
## [0.17.1](https://github.com/huoshen80/ReinaManager/compare/v0.17.0...v0.17.1) (2026-03-14)
252

353
<details>

README.ja_JP.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,8 +59,8 @@
5959

6060
- [x] フォルダからゲームを一括インポート
6161
- [x] Linux プラットフォームの基本サポート
62+
- [x] Bangumi と VNDB でゲームステータスを同期
6263
- [ ] 各ページの美化
63-
- [ ] Bangumi と VNDB でゲームステータスを同期
6464

6565
## 移住する
6666

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,8 +59,8 @@ The `Reina` in the name is the character <a href="https://vndb.org/c64303"><b>
5959

6060
- [x] Bulk import games from folders
6161
- [x] Basic support for the Linux platform
62+
- [x] Sync game status with Bangumi and VNDB
6263
- [ ] Beautify individual pages
63-
- [ ] Sync game status with Bangumi and VNDB
6464

6565
## Migration
6666

README.zh_CN.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,8 +59,8 @@
5959

6060
- [x] 从文件夹批量导入游戏
6161
- [x] 对 Linux 平台的基础支持
62+
- [x] 与 Bangumi 和 VNDB 同步游戏状态
6263
- [ ] 美化各个页面
63-
- [ ] 与 Bangumi 和 VNDB 同步游戏状态
6464

6565
## 迁移
6666

README.zh_TW.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,8 +59,8 @@
5959

6060
- [x] 從資料夾批量匯入遊戲
6161
- [x] 對 Linux 平台的基礎支持
62+
- [x] 與 Bangumi 和 VNDB 同步遊戲狀態
6263
- [ ] 美化各個頁面
63-
- [ ] 與 Bangumi 和 VNDB 同步遊戲狀態
6464

6565
## 遷移
6666

biome.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"$schema": "https://biomejs.dev/schemas/2.4.6/schema.json",
2+
"$schema": "https://biomejs.dev/schemas/2.4.9/schema.json",
33
"vcs": {
44
"enabled": false,
55
"clientKind": "git",

package.json

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "reinamanager",
33
"private": true,
4-
"version": "0.17.1",
4+
"version": "0.18.0",
55
"type": "module",
66
"scripts": {
77
"dev": "vite",
@@ -27,9 +27,9 @@
2727
"@emotion/styled": "^11.14.1",
2828
"@mui/icons-material": "^7.3.9",
2929
"@mui/material": "^7.3.9",
30-
"@mui/x-charts": "^8.27.5",
31-
"@tanstack/react-query": "^5.90.21",
32-
"@tanstack/react-query-devtools": "^5.91.3",
30+
"@mui/x-charts": "^8.28.0",
31+
"@tanstack/react-query": "^5.95.2",
32+
"@tanstack/react-query-devtools": "^5.95.2",
3333
"@tauri-apps/api": "~2.10.1",
3434
"@tauri-apps/plugin-autostart": "~2.5.1",
3535
"@tauri-apps/plugin-dialog": "~2.6.0",
@@ -44,34 +44,34 @@
4444
"@toolpad/core": "^0.16.0",
4545
"fuse.js": "^7.1.0",
4646
"html-react-parser": "^5.2.17",
47-
"i18next": "^25.8.18",
47+
"i18next": "^26.0.1",
4848
"i18next-browser-languagedetector": "^8.2.1",
49-
"marked": "^17.0.4",
49+
"marked": "^17.0.5",
5050
"notistack": "^3.0.2",
5151
"path-browserify": "^1.0.1",
5252
"pathe": "^2.0.3",
5353
"pinyin-pro": "^3.28.0",
5454
"react": "^18.3.1",
5555
"react-activation": "^0.13.4",
5656
"react-dom": "^18.3.1",
57-
"react-i18next": "^16.5.8",
58-
"react-router": "^7.13.1",
59-
"react-router-dom": "^7.13.1",
60-
"zustand": "^5.0.11"
57+
"react-i18next": "^17.0.1",
58+
"react-router": "^7.13.2",
59+
"react-router-dom": "^7.13.2",
60+
"zustand": "^5.0.12"
6161
},
6262
"devDependencies": {
63-
"@biomejs/biome": "^2.4.6",
63+
"@biomejs/biome": "^2.4.9",
6464
"@tauri-apps/cli": "~2.10.1",
6565
"@types/node": "^24.12.0",
6666
"@types/react": "^18.3.28",
6767
"@types/react-dom": "^18.3.7",
68-
"@typescript/native-preview": "7.0.0-dev.20251130.1",
68+
"@typescript/native-preview": "7.0.0-dev.20260329.1",
6969
"@vitejs/plugin-react": "^6.0.1",
7070
"conventional-changelog-cli": "^5.0.0",
71-
"i18next-cli": "^1.50.1",
72-
"typescript": "^5.9.3",
73-
"unocss": "^66.6.6",
74-
"vite": "^8.0.0"
71+
"i18next-cli": "^1.51.4",
72+
"typescript": "^6.0.2",
73+
"unocss": "^66.6.7",
74+
"vite": "^8.0.3"
7575
},
7676
"pnpm": {
7777
"onlyBuiltDependencies": [

0 commit comments

Comments
 (0)