Skip to content

Commit

Permalink
docs: Update 0.48.0 release note (#159)
Browse files Browse the repository at this point in the history
Co-authored-by: ci010 <[email protected]>
  • Loading branch information
ci010 and ci010 authored Dec 19, 2024
1 parent 0eab2c8 commit 96e667a
Show file tree
Hide file tree
Showing 2 changed files with 40 additions and 0 deletions.
20 changes: 20 additions & 0 deletions src/en/changelogs/0.48.0.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
---
version: 0.48.0
date: 2024-12-19
layout: changelog
---
## [0.48.0](#0.48.0)
### 🚀 Features

- Support multiple prepend command; fix #857 ([d2007bbc31dd8341122af6bd53f85accc1d59021](https://github.com/Voxelum/x-minecraft-launcher/commit/d2007bbc31dd8341122af6bd53f85accc1d59021))
### 🐛 Bug Fixes & Patches

- Wrongly install forge/neoforge client/server and some error telemetry ([40dbe67a63b53c46245272449809d85b6c928c88](https://github.com/Voxelum/x-minecraft-launcher/commit/40dbe67a63b53c46245272449809d85b6c928c88))
- locale doesn't match the i18n message ([64dbb7910c96f9e67c5bb3b7c0a0f43ad01c168f](https://github.com/Voxelum/x-minecraft-launcher/commit/64dbb7910c96f9e67c5bb3b7c0a0f43ad01c168f))
- Support .email suffix; fix #861 ([139f2ade88eec3629c0f3ec5f8ff66436e1b4c76](https://github.com/Voxelum/x-minecraft-launcher/commit/139f2ade88eec3629c0f3ec5f8ff66436e1b4c76))
- Fix potential fs failure during hash ([27caa7ce594ae187468f70528991b8643bfebf2b](https://github.com/Voxelum/x-minecraft-launcher/commit/27caa7ce594ae187468f70528991b8643bfebf2b))
- Handle more errors to make it robust ([9c68c33a120ed2ceccafa1aaa836ab5d66aaa1dd](https://github.com/Voxelum/x-minecraft-launcher/commit/9c68c33a120ed2ceccafa1aaa836ab5d66aaa1dd))
### 🏗️ Refactors

- Discard old appInsight client ([17f057eb3106e5a61b329bdd26b885cf58cef4b8](https://github.com/Voxelum/x-minecraft-launcher/commit/17f057eb3106e5a61b329bdd26b885cf58cef4b8))
- Support for sdkman for Linux (#856) ([4915ff4606fd49a91c7826c2c1eaf1c247b0d39e](https://github.com/Voxelum/x-minecraft-launcher/commit/4915ff4606fd49a91c7826c2c1eaf1c247b0d39e))
20 changes: 20 additions & 0 deletions src/zh/changelogs/0.48.0.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
---
version: 0.48.0
date: 2024-12-19
layout: changelog
---
## [0.48.0](#0.48.0)
### 🚀 新特性

- 支持多个前置命令;修复 #857 ([d2007bbc31dd8341122af6bd53f85accc1d59021](https://github.com/Voxelum/x-minecraft-launcher/commit/d2007bbc31dd8341122af6bd53f85accc1d59021))
### 🐛 修复与补丁

- 错误地安装 forge/neoforge 客户端/服务器以及一些错误遥测 ([40dbe67a63b53c46245272449809d85b6c928c88](https://github.com/Voxelum/x-minecraft-launcher/commit/40dbe67a63b53c46245272449809d85b6c928c88))
- 语言环境与 i18n 消息不匹配 ([64dbb7910c96f9e67c5bb3b7c0a0f43ad01c168f](https://github.com/Voxelum/x-minecraft-launcher/commit/64dbb7910c96f9e67c5bb3b7c0a0f43ad01c168f))
- 支持 .email 后缀;修复 #861 ([139f2ade88eec3629c0f3ec5f8ff66436e1b4c76](https://github.com/Voxelum/x-minecraft-launcher/commit/139f2ade88eec3629c0f3ec5f8ff66436e1b4c76))
- 修复哈希过程中潜在的文件系统失败 ([27caa7ce594ae187468f70528991b8643bfebf2b](https://github.com/Voxelum/x-minecraft-launcher/commit/27caa7ce594ae187468f70528991b8643bfebf2b))
- 处理更多错误以提高鲁棒性 ([9c68c33a120ed2ceccafa1aaa836ab5d66aaa1dd](https://github.com/Voxelum/x-minecraft-launcher/commit/9c68c33a120ed2ceccafa1aaa836ab5d66aaa1dd))
### 🏗️ 重构

- 废弃旧的 appInsight 客户端 ([17f057eb3106e5a61b329bdd26b885cf58cef4b8](https://github.com/Voxelum/x-minecraft-launcher/commit/17f057eb3106e5a61b329bdd26b885cf58cef4b8))
- 支持 Linux 的 sdkman (#856) ([4915ff4606fd49a91c7826c2c1eaf1c247b0d39e](https://github.com/Voxelum/x-minecraft-launcher/commit/4915ff4606fd49a91c7826c2c1eaf1c247b0d39e))

0 comments on commit 96e667a

Please sign in to comment.