Skip to content

Commit

Permalink
docs: Update 0.48.3 release note (#162)
Browse files Browse the repository at this point in the history
Co-authored-by: ci010 <[email protected]>
  • Loading branch information
ci010 and ci010 authored Jan 4, 2025
1 parent 73df86c commit fbaec54
Show file tree
Hide file tree
Showing 2 changed files with 32 additions and 0 deletions.
16 changes: 16 additions & 0 deletions src/en/changelogs/0.48.3.md
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))
16 changes: 16 additions & 0 deletions src/zh/changelogs/0.48.3.md
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))

0 comments on commit fbaec54

Please sign in to comment.