Skip to content

Commit c27894b

Browse files
committed
update changelog for stable version 0.24.0
1 parent 1a2f78d commit c27894b

5 files changed

Lines changed: 382 additions & 326 deletions

File tree

CHANGELOG.md

Lines changed: 40 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,43 @@
1+
## [0.24.0](https://github.com/huoshen80/ReinaManager/compare/v0.23.2...v0.24.0) (2026-06-25)
2+
3+
<details>
4+
<summary>查看中文版本</summary>
5+
6+
### ✨ 新功能
7+
8+
- *(detail)* 添加个人评测和评分 ([33ebfeb](https://github.com/huoshen80/ReinaManager/commit/33ebfebafdc8463e1ca669c322d1cba5573d99e8))
9+
- *(cards)* 在封面显示选中的排序值 ([ccb0c1e](https://github.com/huoshen80/ReinaManager/commit/ccb0c1ef9da242c7f421d1ca4561950b52e32587))
10+
- *(cards)* 在封面显示来源排序值 ([bccbf61](https://github.com/huoshen80/ReinaManager/commit/bccbf61f6d2362b89d7d6b00643599d242ea32ac))
11+
12+
### 🐛 Bug 修复
13+
14+
- *(games)* 让缺失发售日期的项目排在最后 ([04d2a1d](https://github.com/huoshen80/ReinaManager/commit/04d2a1dcbc5ebedf744e1d92477054414e1b0d27))
15+
- *(games)* 遵循最近游玩排序顺序 ([d0e3c28](https://github.com/huoshen80/ReinaManager/commit/d0e3c28eb6105629620108a38ca635a4abe210a8))
16+
- *(games)* 按评分排序 BGM 条目 ([1a2f78d](https://github.com/huoshen80/ReinaManager/commit/1a2f78dc426630aa41d971258e5eb8cb26841168))
17+
18+
### 🚀 性能
19+
20+
- *(metadata)* 限制默认搜索结果数量 ([475a1c0](https://github.com/huoshen80/ReinaManager/commit/475a1c047977de8e2754b191c7c8f0bc4e02d31a))
21+
22+
</details>
23+
24+
### ✨ Features
25+
26+
- *(detail)* Add personal reviews and ratings ([33ebfeb](https://github.com/huoshen80/ReinaManager/commit/33ebfebafdc8463e1ca669c322d1cba5573d99e8))
27+
- *(cards)* Show selected sort value on covers ([ccb0c1e](https://github.com/huoshen80/ReinaManager/commit/ccb0c1ef9da242c7f421d1ca4561950b52e32587))
28+
- *(cards)* Show source sort values on covers ([bccbf61](https://github.com/huoshen80/ReinaManager/commit/bccbf61f6d2362b89d7d6b00643599d242ea32ac))
29+
30+
### 🐛 Bug Fixes
31+
32+
- *(games)* Keep missing release dates last ([04d2a1d](https://github.com/huoshen80/ReinaManager/commit/04d2a1dcbc5ebedf744e1d92477054414e1b0d27))
33+
- *(games)* Respect last played sort order ([d0e3c28](https://github.com/huoshen80/ReinaManager/commit/d0e3c28eb6105629620108a38ca635a4abe210a8))
34+
- *(games)* Rank BGM entries by score ([1a2f78d](https://github.com/huoshen80/ReinaManager/commit/1a2f78dc426630aa41d971258e5eb8cb26841168))
35+
36+
### 🚀 Performance
37+
38+
- *(metadata)* Limit default search results ([475a1c0](https://github.com/huoshen80/ReinaManager/commit/475a1c047977de8e2754b191c7c8f0bc4e02d31a))
39+
40+
141
## [0.23.2](https://github.com/huoshen80/ReinaManager/compare/v0.23.1...v0.23.2) (2026-06-22)
242

343
<details>

package.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "reinamanager",
33
"private": true,
4-
"version": "0.23.2",
4+
"version": "0.24.0",
55
"type": "module",
66
"scripts": {
77
"dev": "vite",
@@ -31,10 +31,10 @@
3131
"@emotion/styled": "^11.14.1",
3232
"@mui/icons-material": "^7.3.11",
3333
"@mui/material": "^7.3.11",
34-
"@mui/x-charts": "^8.28.2",
34+
"@mui/x-charts": "^8.29.0",
3535
"@tanstack/react-query": "^5.101.0",
3636
"@tanstack/react-query-devtools": "^5.101.0",
37-
"@tauri-apps/api": "~2.11.0",
37+
"@tauri-apps/api": "~2.11.1",
3838
"@tauri-apps/plugin-autostart": "~2.5.1",
3939
"@tauri-apps/plugin-dialog": "~2.7.1",
4040
"@tauri-apps/plugin-fs": "~2.5.1",
@@ -46,7 +46,7 @@
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.20260616.1",
49+
"@typescript/native-preview": "7.0.0-dev.20260622.1",
5050
"fuse.js": "^7.4.2",
5151
"html-react-parser": "^5.2.17",
5252
"i18next": "^26.3.1",
@@ -59,15 +59,15 @@
5959
"react": "^18.3.1",
6060
"react-dom": "^18.3.1",
6161
"react-i18next": "^17.0.8",
62-
"react-router-dom": "^7.17.0",
62+
"react-router-dom": "^7.18.0",
6363
"react-virtuoso": "^4.18.7",
6464
"zustand": "^5.0.14"
6565
},
6666
"devDependencies": {
6767
"@biomejs/biome": "^2.5.0",
68-
"@tauri-apps/cli": "~2.11.2",
69-
"@types/node": "^24.12.4",
70-
"@types/react": "^18.3.29",
68+
"@tauri-apps/cli": "~2.11.3",
69+
"@types/node": "^24.13.2",
70+
"@types/react": "^18.3.31",
7171
"@types/react-dom": "^18.3.7",
7272
"@vitejs/plugin-react": "^6.0.2",
7373
"git-cliff": "^2.13.1",

0 commit comments

Comments
 (0)