Skip to content

Commit dab8116

Browse files
authored
docs: Update 0.54.0 release note (#207)
Co-authored-by: ci010 <ci010@users.noreply.github.com>
1 parent c5b5f87 commit dab8116

File tree

2 files changed

+66
-0
lines changed

2 files changed

+66
-0
lines changed

src/en/changelogs/0.54.0.md

Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,33 @@
1+
---
2+
version: 0.54.0
3+
date: 2026-01-21
4+
layout: changelog
5+
---
6+
## [0.54.0](#0.54.0)
7+
### 🚀 Features
8+
9+
- New Modern Designer (#1242) ([e3e46f90a2f6ad07f3abfbe2c81a609b90ac5bc0](https://github.com/Voxelum/x-minecraft-launcher/commit/e3e46f90a2f6ad07f3abfbe2c81a609b90ac5bc0))
10+
### 🐛 Bug Fixes & Patches
11+
12+
- Instance edit glitch and store display glitch ([3d4bffd9b71922c7bce1489f8e1483382cb45670](https://github.com/Voxelum/x-minecraft-launcher/commit/3d4bffd9b71922c7bce1489f8e1483382cb45670))
13+
- Properly parse java config ([538cb2b6b8133d9f6ca3380780077aa2f290683b](https://github.com/Voxelum/x-minecraft-launcher/commit/538cb2b6b8133d9f6ca3380780077aa2f290683b))
14+
- Fix some UI glitch ([d0d53a443e61b739550a48562a778eb480f9b3c4](https://github.com/Voxelum/x-minecraft-launcher/commit/d0d53a443e61b739550a48562a778eb480f9b3c4))
15+
- Align instance context menu behavior ([497983cb586c6b85473411f29148577694ece137](https://github.com/Voxelum/x-minecraft-launcher/commit/497983cb586c6b85473411f29148577694ece137))
16+
- correct GFW detection logic ([78aeaa296b07335bc880b8dbf157d4b555d2849d](https://github.com/Voxelum/x-minecraft-launcher/commit/78aeaa296b07335bc880b8dbf157d4b555d2849d))
17+
### 🏗️ Refactors
18+
19+
- Unified the error telemetry filter ([c0225102faa9dba87eaa6a1bbd1260003331e71a](https://github.com/Voxelum/x-minecraft-launcher/commit/c0225102faa9dba87eaa6a1bbd1260003331e71a))
20+
- Adjust the behavior of the notch sidebar ([de10a719e618fca8792e8d9f9438d89c5e577079](https://github.com/Voxelum/x-minecraft-launcher/commit/de10a719e618fca8792e8d9f9438d89c5e577079))
21+
- update remaining UI views for new service APIs ([666f1563183ab96edb6cf277ffa4f5df075397c8](https://github.com/Voxelum/x-minecraft-launcher/commit/666f1563183ab96edb6cf277ffa4f5df075397c8))
22+
- update UI composables for new service APIs ([32fe8e5339808d85d069414fd09c7d855ca02ef0](https://github.com/Voxelum/x-minecraft-launcher/commit/32fe8e5339808d85d069414fd09c7d855ca02ef0))
23+
- rewrite task UI for new task pattern ([6a6002bde3bb1274c86b3f9f2a2c7af674249648](https://github.com/Voxelum/x-minecraft-launcher/commit/6a6002bde3bb1274c86b3f9f2a2c7af674249648))
24+
- rewrite UI version diagnose and launch button flow ([bca67224046e34e7b1bb55442a2f76fb305ba7d7](https://github.com/Voxelum/x-minecraft-launcher/commit/bca67224046e34e7b1bb55442a2f76fb305ba7d7))
25+
- update electron app for new task pattern ([f5d7430206348fb8b5b433d5ca55a01e93039879](https://github.com/Voxelum/x-minecraft-launcher/commit/f5d7430206348fb8b5b433d5ca55a01e93039879))
26+
- update runtime services for new download/task pattern ([e10e79836a5df0a083393c8a9a47bd7d9104980d](https://github.com/Voxelum/x-minecraft-launcher/commit/e10e79836a5df0a083393c8a9a47bd7d9104980d))
27+
- rewrite instanceIO with new task pattern ([38eb0d6a29af4c4493368f64b48d47cf7c3ab767](https://github.com/Voxelum/x-minecraft-launcher/commit/38eb0d6a29af4c4493368f64b48d47cf7c3ab767))
28+
- rewrite version diagnose and launch flow ([819c58ec84ae3be42e2d03784f2624d8c4c80c21](https://github.com/Voxelum/x-minecraft-launcher/commit/819c58ec84ae3be42e2d03784f2624d8c4c80c21))
29+
- adopt new task pattern in runtime services ([5ad59cfe1f764f55b4e88467d0069a87b68e9be2](https://github.com/Voxelum/x-minecraft-launcher/commit/5ad59cfe1f764f55b4e88467d0069a87b68e9be2))
30+
- rewrite network interface with new undici API ([fdd82c24f7e581773540805109532926415a99eb](https://github.com/Voxelum/x-minecraft-launcher/commit/fdd82c24f7e581773540805109532926415a99eb))
31+
- migrate sql and worker code to @xmcl packages ([6dc67012d33c5a462e6e540e40ea6c85d8474aa5](https://github.com/Voxelum/x-minecraft-launcher/commit/6dc67012d33c5a462e6e540e40ea6c85d8474aa5))
32+
- switch from ajv to zod for schema validation ([d1fe6ecebbd85ee42569d05a430a0f8a0ae217ec](https://github.com/Voxelum/x-minecraft-launcher/commit/d1fe6ecebbd85ee42569d05a430a0f8a0ae217ec))
33+
- update @xmcl core packages with new task pattern and download module ([8f555064b58e3cf867dc7fbaf319d67a031c6707](https://github.com/Voxelum/x-minecraft-launcher/commit/8f555064b58e3cf867dc7fbaf319d67a031c6707))

src/zh/changelogs/0.54.0.md

Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,33 @@
1+
---
2+
version: 0.54.0
3+
date: 2026-01-21
4+
layout: changelog
5+
---
6+
## [0.54.0](#0.54.0)
7+
### 🚀 新特性
8+
9+
- 新增现代设计器 (#1242) ([e3e46f90a2f6ad07f3abfbe2c81a609b90ac5bc0](https://github.com/Voxelum/x-minecraft-launcher/commit/e3e46f90a2f6ad07f3abfbe2c81a609b90ac5bc0))
10+
### 🐛 修复与补丁
11+
12+
- 修复实例编辑显示异常和商店显示异常 ([3d4bffd9b71922c7bce1489f8e1483382cb45670](https://github.com/Voxelum/x-minecraft-launcher/commit/3d4bffd9b71922c7bce1489f8e1483382cb45670))
13+
- 正确解析Java配置 ([538cb2b6b8133d9f6ca3380780077aa2f290683b](https://github.com/Voxelum/x-minecraft-launcher/commit/538cb2b6b8133d9f6ca3380780077aa2f290683b))
14+
- 修复部分UI显示异常 ([d0d53a443e61b739550a48562a778eb480f9b3c4](https://github.com/Voxelum/x-minecraft-launcher/commit/d0d53a443e61b739550a48562a778eb480f9b3c4))
15+
- 统一实例右键菜单行为 ([497983cb586c6b85473411f29148577694ece137](https://github.com/Voxelum/x-minecraft-launcher/commit/497983cb586c6b85473411f29148577694ece137))
16+
- 修正GFW检测逻辑 ([78aeaa296b07335bc880b8dbf157d4b555d2849d](https://github.com/Voxelum/x-minecraft-launcher/commit/78aeaa296b07335bc880b8dbf157d4b555d2849d))
17+
### 🏗️ 重构
18+
19+
- 统一错误遥测过滤器 ([c0225102faa9dba87eaa6a1bbd1260003331e71a](https://github.com/Voxelum/x-minecraft-launcher/commit/c0225102faa9dba87eaa6a1bbd1260003331e71a))
20+
- 调整缺口侧边栏行为 ([de10a719e618fca8792e8d9f9438d89c5e577079](https://github.com/Voxelum/x-minecraft-launcher/commit/de10a719e618fca8792e8d9f9438d89c5e577079))
21+
- 更新剩余UI视图以适配新服务API ([666f1563183ab96edb6cf277ffa4f5df075397c8](https://github.com/Voxelum/x-minecraft-launcher/commit/666f1563183ab96edb6cf277ffa4f5df075397c8))
22+
- 更新UI组件以适配新服务API ([32fe8e5339808d85d069414fd09c7d855ca02ef0](https://github.com/Voxelum/x-minecraft-launcher/commit/32fe8e5339808d85d069414fd09c7d855ca02ef0))
23+
- 基于新任务模式重写任务UI ([6a6002bde3bb1274c86b3f9f2a2c7af674249648](https://github.com/Voxelum/x-minecraft-launcher/commit/6a6002bde3bb1274c86b3f9f2a2c7af674249648))
24+
- 重写UI版本诊断与启动按钮流程 ([bca67224046e34e7b1bb55442a2f76fb305ba7d7](https://github.com/Voxelum/x-minecraft-launcher/commit/bca67224046e34e7b1bb55442a2f76fb305ba7d7))
25+
- 更新Electron应用以适配新任务模式 ([f5d7430206348fb8b5b433d5ca55a01e93039879](https://github.com/Voxelum/x-minecraft-launcher/commit/f5d7430206348fb8b5b433d5ca55a01e93039879))
26+
- 更新运行时服务以适配新下载/任务模式 ([e10e79836a5df0a083393c8a9a47bd7d9104980d](https://github.com/Voxelum/x-minecraft-launcher/commit/e10e79836a5df0a083393c8a9a47bd7d9104980d))
27+
- 基于新任务模式重写instanceIO ([38eb0d6a29af4c4493368f64b48d47cf7c3ab767](https://github.com/Voxelum/x-minecraft-launcher/commit/38eb0d6a29af4c4493368f64b48d47cf7c3ab767))
28+
- 重写版本诊断与启动流程 ([819c58ec84ae3be42e2d03784f2624d8c4c80c21](https://github.com/Voxelum/x-minecraft-launcher/commit/819c58ec84ae3be42e2d03784f2624d8c4c80c21))
29+
- 在运行时服务中采用新任务模式 ([5ad59cfe1f764f55b4e88467d0069a87b68e9be2](https://github.com/Voxelum/x-minecraft-launcher/commit/5ad59cfe1f764f55b4e88467d0069a87b68e9be2))
30+
- 基于新Undici API重写网络接口 ([fdd82c24f7e581773540805109532926415a99eb](https://github.com/Voxelum/x-minecraft-launcher/commit/fdd82c24f7e581773540805109532926415a99eb))
31+
- 将SQL和Worker代码迁移至@xmcl包 ([6dc67012d33c5a462e6e540e40ea6c85d8474aa5](https://github.com/Voxelum/x-minecraft-launcher/commit/6dc67012d33c5a462e6e540e40ea6c85d8474aa5))
32+
- 从Ajv切换至Zod进行模式验证 ([d1fe6ecebbd85ee42569d05a430a0f8a0ae217ec](https://github.com/Voxelum/x-minecraft-launcher/commit/d1fe6ecebbd85ee42569d05a430a0f8a0ae217ec))
33+
- 使用新任务模式和下载模块更新@xmcl核心包 ([8f555064b58e3cf867dc7fbaf319d67a031c6707](https://github.com/Voxelum/x-minecraft-launcher/commit/8f555064b58e3cf867dc7fbaf319d67a031c6707))

0 commit comments

Comments
 (0)