Skip to content

Commit 132bcd0

Browse files
committed
update changelog for stable version 0.23.0 with deps update
1 parent 6db71fb commit 132bcd0

11 files changed

Lines changed: 514 additions & 606 deletions

File tree

CHANGELOG.md

Lines changed: 62 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,65 @@
1+
## [0.23.0](https://github.com/huoshen80/ReinaManager/compare/v0.22.1...v0.23.0) (2026-06-19)
2+
3+
<details>
4+
<summary>查看中文版本</summary>
5+
6+
### ✨ 新功能
7+
8+
- *(updater)* 为静默更新检查失败添加 snackbar 警告 ([a8c7392](https://github.com/huoshen80/ReinaManager/commit/a8c7392de205f95a4c128c75962e63d5e9d73fa3))
9+
- 添加代理设置并让 BGM token 变为可选 (#60) ([43206c2](https://github.com/huoshen80/ReinaManager/commit/43206c2c9f41d7b1001ba5609d4cd7178df6527b))
10+
- *(image)* 添加图片代理协议和工具函数 ([1209c57](https://github.com/huoshen80/ReinaManager/commit/1209c5779c9fa91562b9490f878445e71e000dad))
11+
- *(ui)* 将图片代理接入组件 ([1ec73ec](https://github.com/huoshen80/ReinaManager/commit/1ec73ec06baf7fdcdbd2e682c6dfb70763bbff31))
12+
- *(theme)* 全局 MUI 样式、滚动条和头像修复 ([153e8ee](https://github.com/huoshen80/ReinaManager/commit/153e8ee16d49d2fc7910d794634c5f354aa4a69e))
13+
14+
### 🐛 Bug 修复
15+
16+
- 改进错误处理和异步初始化 ([4033782](https://github.com/huoshen80/ReinaManager/commit/4033782718234c578feeb80e787d683a15d8f374))
17+
- *(ui)* 修复 DetailPage chip 抖动和悬停可见性 ([1bc6362](https://github.com/huoshen80/ReinaManager/commit/1bc6362076d43e86691146ed602c56f124006aa1))
18+
- *(metadata)* 允许匿名 BGM 混合更新 ([4513b6b](https://github.com/huoshen80/ReinaManager/commit/4513b6b65427f2411ae7471514aa2a6de9d6936e))
19+
20+
### 📚 文档
21+
22+
- 更新文档中的文件路径 [skip ci] ([4d1d744](https://github.com/huoshen80/ReinaManager/commit/4d1d744ab41498279e80f80e60009dfba98e60c0))
23+
24+
### 🚜 重构
25+
26+
- 集中管理 noResultsMessage,并使用 settingsService 处理代理 ([a4c457f](https://github.com/huoshen80/ReinaManager/commit/a4c457f02abe55ed626b2644fdf68505963a6931))
27+
- 引入 SettingsGroup/SettingsItem 布局组件,并为文本字段添加自动保存 ([0af8551](https://github.com/huoshen80/ReinaManager/commit/0af855170fcdbb92cbef1f5109d38549dc8a0b37))
28+
- 重组项目文件结构 ([d168379](https://github.com/huoshen80/ReinaManager/commit/d16837992a9ab405998feac6b969d96843e7ab1b))
29+
- *(backend)* 重组 utils 和 game 模块 ([1809849](https://github.com/huoshen80/ReinaManager/commit/180984954d378af036ae2a0c7bb34fd687d20211))
30+
- *(ui)* 重新设计设置布局和路径输入 ([ee9a1a0](https://github.com/huoshen80/ReinaManager/commit/ee9a1a0591f0bcab0c06da8f737ddafe38a12b0d))
31+
- *(ui)* 用渐变遮罩和排版重新设计游戏卡片 UI ([6db71fb](https://github.com/huoshen80/ReinaManager/commit/6db71fb78e73fa0b5bccfc508df07480723dee3f))
32+
33+
</details>
34+
35+
### ✨ Features
36+
37+
- *(updater)* Add snackbar warning for silent update check failure ([a8c7392](https://github.com/huoshen80/ReinaManager/commit/a8c7392de205f95a4c128c75962e63d5e9d73fa3))
38+
- Add proxy settings and make BGM token optional (#60) ([43206c2](https://github.com/huoshen80/ReinaManager/commit/43206c2c9f41d7b1001ba5609d4cd7178df6527b))
39+
- *(image)* Add image proxy protocol and utilities ([1209c57](https://github.com/huoshen80/ReinaManager/commit/1209c5779c9fa91562b9490f878445e71e000dad))
40+
- *(ui)* Integrate image proxy into components ([1ec73ec](https://github.com/huoshen80/ReinaManager/commit/1ec73ec06baf7fdcdbd2e682c6dfb70763bbff31))
41+
- *(theme)* Global MUI styling, scrollbars, and avatar fixes ([153e8ee](https://github.com/huoshen80/ReinaManager/commit/153e8ee16d49d2fc7910d794634c5f354aa4a69e))
42+
43+
### 🐛 Bug Fixes
44+
45+
- Improve error handling and async initialization ([4033782](https://github.com/huoshen80/ReinaManager/commit/4033782718234c578feeb80e787d683a15d8f374))
46+
- *(ui)* Resolve DetailPage chip jitter and hover visibility ([1bc6362](https://github.com/huoshen80/ReinaManager/commit/1bc6362076d43e86691146ed602c56f124006aa1))
47+
- *(metadata)* Allow anonymous BGM mixed updates ([4513b6b](https://github.com/huoshen80/ReinaManager/commit/4513b6b65427f2411ae7471514aa2a6de9d6936e))
48+
49+
### 📚 Documentation
50+
51+
- Update file paths in documentation [skip ci] ([4d1d744](https://github.com/huoshen80/ReinaManager/commit/4d1d744ab41498279e80f80e60009dfba98e60c0))
52+
53+
### 🚜 Refactor
54+
55+
- Centralize noResultsMessage and use settingsService for proxy ([a4c457f](https://github.com/huoshen80/ReinaManager/commit/a4c457f02abe55ed626b2644fdf68505963a6931))
56+
- Introduce SettingsGroup/SettingsItem layout components and auto-save for text fields ([0af8551](https://github.com/huoshen80/ReinaManager/commit/0af855170fcdbb92cbef1f5109d38549dc8a0b37))
57+
- Reorganize project file structure ([d168379](https://github.com/huoshen80/ReinaManager/commit/d16837992a9ab405998feac6b969d96843e7ab1b))
58+
- *(backend)* Reorganize utils and game modules ([1809849](https://github.com/huoshen80/ReinaManager/commit/180984954d378af036ae2a0c7bb34fd687d20211))
59+
- *(ui)* Redesign settings layout and path inputs ([ee9a1a0](https://github.com/huoshen80/ReinaManager/commit/ee9a1a0591f0bcab0c06da8f737ddafe38a12b0d))
60+
- *(ui)* Redesign game card UI with gradient overlay and typography ([6db71fb](https://github.com/huoshen80/ReinaManager/commit/6db71fb78e73fa0b5bccfc508df07480723dee3f))
61+
62+
163
## [0.22.1](https://github.com/huoshen80/ReinaManager/compare/v0.22.0...v0.22.1) (2026-06-08)
264

365
<details>

biome.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"$schema": "https://biomejs.dev/schemas/2.4.16/schema.json",
2+
"$schema": "https://biomejs.dev/schemas/2.5.0/schema.json",
33
"vcs": {
44
"enabled": false,
55
"clientKind": "git",
@@ -31,7 +31,7 @@
3131
"linter": {
3232
"enabled": true,
3333
"rules": {
34-
"recommended": true
34+
"preset": "recommended"
3535
}
3636
},
3737
"javascript": {

package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "reinamanager",
33
"private": true,
4-
"version": "0.22.1",
4+
"version": "0.23.0",
55
"type": "module",
66
"scripts": {
77
"dev": "vite",
@@ -46,8 +46,8 @@
4646
"@tauri-apps/plugin-updater": "~2.10.1",
4747
"@tauri-apps/plugin-window-state": "=2.2.3",
4848
"@toolpad/core": "^0.16.0",
49-
"@typescript/native-preview": "7.0.0-dev.20260521.1",
50-
"fuse.js": "^7.4.1",
49+
"@typescript/native-preview": "7.0.0-dev.20260616.1",
50+
"fuse.js": "^7.4.2",
5151
"html-react-parser": "^5.2.17",
5252
"i18next": "^26.3.1",
5353
"i18next-browser-languagedetector": "^8.2.1",
@@ -64,7 +64,7 @@
6464
"zustand": "^5.0.14"
6565
},
6666
"devDependencies": {
67-
"@biomejs/biome": "^2.4.16",
67+
"@biomejs/biome": "^2.5.0",
6868
"@tauri-apps/cli": "~2.11.2",
6969
"@types/node": "^24.12.4",
7070
"@types/react": "^18.3.29",
@@ -73,8 +73,8 @@
7373
"git-cliff": "^2.13.1",
7474
"i18next-cli": "=1.58.3",
7575
"typescript": "^6.0.3",
76-
"unocss": "^66.7.0",
76+
"unocss": "^66.7.2",
7777
"vite": "^8.0.16"
7878
},
79-
"packageManager": "pnpm@11.5.2+sha512.71c631e382066efc25625d5cf029075de07b61b37f6e27350fbd84b1bda5864c8c1967adc280776b45c30a715c0359a3be08fef42d5bb09e2b99029979692916"
79+
"packageManager": "pnpm@11.8.0+sha512.c1f5e7c4cb241c8f174b743851d82f42b802324afc8b0f116b96adb15aa06664948dde36960a3ba1079ba5b4b29dd0140135b94b5b5f5263592249d68e555f26"
8080
}

0 commit comments

Comments
 (0)