-
Notifications
You must be signed in to change notification settings - Fork 13
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
docs: Update 0.48.3 release note (#162)
Co-authored-by: ci010 <[email protected]>
- Loading branch information
Showing
2 changed files
with
32 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
--- | ||
version: 0.48.3 | ||
date: 2025-01-04 | ||
layout: changelog | ||
--- | ||
## [0.48.3](#0.48.3) | ||
### 🐛 Bug Fixes & Patches | ||
|
||
- Fix some glitch on resource pack & save detection ([472282050b449b774906f9d06582c4340164baa9](https://github.com/Voxelum/x-minecraft-launcher/commit/472282050b449b774906f9d06582c4340164baa9)) | ||
- The child process should extends parent envvar ([d4bd09ac9957375a2efa6601a2fb5547c4662850](https://github.com/Voxelum/x-minecraft-launcher/commit/d4bd09ac9957375a2efa6601a2fb5547c4662850)) | ||
- Apply the proxy to session ([59e66fc6f105524cc32dde150d59faef2da482fc](https://github.com/Voxelum/x-minecraft-launcher/commit/59e66fc6f105524cc32dde150d59faef2da482fc)) | ||
### 🏗️ Refactors | ||
|
||
- Handle more errors ([9eb8f8ce1b3a48c07a3c53ca9cb3eba7f8b6ec9e](https://github.com/Voxelum/x-minecraft-launcher/commit/9eb8f8ce1b3a48c07a3c53ca9cb3eba7f8b6ec9e)) | ||
- Use chokidar to replace node-watch ([24e9af7fe038da651cb41abc7d9f59886bc2fb5e](https://github.com/Voxelum/x-minecraft-launcher/commit/24e9af7fe038da651cb41abc7d9f59886bc2fb5e)) | ||
- Properly handle the resource parse errro ([f8626cfb9e554af081db8e561a68acdadd46fe8e](https://github.com/Voxelum/x-minecraft-launcher/commit/f8626cfb9e554af081db8e561a68acdadd46fe8e)) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
--- | ||
version: 0.48.3 | ||
date: 2025-01-04 | ||
layout: changelog | ||
--- | ||
## [0.48.3](#0.48.3) | ||
### 🐛 修复与补丁 | ||
|
||
- 修复资源包和存档检测中的一些问题 ([472282050b449b774906f9d06582c4340164baa9](https://github.com/Voxelum/x-minecraft-launcher/commit/472282050b449b774906f9d06582c4340164baa9)) | ||
- 子进程应继承父进程的环境变量 ([d4bd09ac9957375a2efa6601a2fb5547c4662850](https://github.com/Voxelum/x-minecraft-launcher/commit/d4bd09ac9957375a2efa6601a2fb5547c4662850)) | ||
- 将代理应用到会话中 ([59e66fc6f105524cc32dde150d59faef2da482fc](https://github.com/Voxelum/x-minecraft-launcher/commit/59e66fc6f105524cc32dde150d59faef2da482fc)) | ||
### 🏗️ 重构 | ||
|
||
- 处理更多错误 ([9eb8f8ce1b3a48c07a3c53ca9cb3eba7f8b6ec9e](https://github.com/Voxelum/x-minecraft-launcher/commit/9eb8f8ce1b3a48c07a3c53ca9cb3eba7f8b6ec9e)) | ||
- 使用 chokidar 替换 node-watch ([24e9af7fe038da651cb41abc7d9f59886bc2fb5e](https://github.com/Voxelum/x-minecraft-launcher/commit/24e9af7fe038da651cb41abc7d9f59886bc2fb5e)) | ||
- 正确处理资源解析错误 ([f8626cfb9e554af081db8e561a68acdadd46fe8e](https://github.com/Voxelum/x-minecraft-launcher/commit/f8626cfb9e554af081db8e561a68acdadd46fe8e)) |