-
Notifications
You must be signed in to change notification settings - Fork 14
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.44.6 release note (#116)
Co-authored-by: ci010 <[email protected]>
- Loading branch information
Showing
2 changed files
with
40 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,20 @@ | ||
--- | ||
version: 0.44.6 | ||
date: 2024-05-27 | ||
layout: changelog | ||
--- | ||
## [0.44.6](#0.44.6) | ||
### 🐛 Bug Fixes & Patches | ||
|
||
- Add import modpack option in create instance dialog as fallback option ([a71d984e0a7640ac43b7815b40fbe5256c2853b6](https://github.com/Voxelum/x-minecraft-launcher/commit/a71d984e0a7640ac43b7815b40fbe5256c2853b6)) | ||
- Fix some wrong color in light mode ([3fcdab82c92fe790474aacc6a93ad7056b7700f7](https://github.com/Voxelum/x-minecraft-launcher/commit/3fcdab82c92fe790474aacc6a93ad7056b7700f7)) | ||
- Should install neoforged modpack ([3e877e1197c79a602c3c5e7a42b02f51eb843906](https://github.com/Voxelum/x-minecraft-launcher/commit/3e877e1197c79a602c3c5e7a42b02f51eb843906)) | ||
- Should also identify the modpack source during the importing ([81c0cc450aa2f512c515bec5a7bb1c7e052ea8bc](https://github.com/Voxelum/x-minecraft-launcher/commit/81c0cc450aa2f512c515bec5a7bb1c7e052ea8bc)) | ||
- Fix the modpack install failure due to the bad file names ([9e35c604ac66a92b0ac4a92254cd2e829ed1d534](https://github.com/Voxelum/x-minecraft-launcher/commit/9e35c604ac66a92b0ac4a92254cd2e829ed1d534)) | ||
- Warn user during the modloader changed in the instance update ([3d823ca6833d867386f5af51e6a858bf56e974a5](https://github.com/Voxelum/x-minecraft-launcher/commit/3d823ca6833d867386f5af51e6a858bf56e974a5)) | ||
- Fix the wrong pl locale causing build failed ([e3d815e0fd7bfab5ecea5300ae1c38dae5b1426b](https://github.com/Voxelum/x-minecraft-launcher/commit/e3d815e0fd7bfab5ecea5300ae1c38dae5b1426b)) | ||
### 🏗️ Refactors | ||
|
||
- Move multiplayer to a new window. ([95b668c5c160c61e83c1a5ee6bbfcba85bf650e2](https://github.com/Voxelum/x-minecraft-launcher/commit/95b668c5c160c61e83c1a5ee6bbfcba85bf650e2)) | ||
- 修改一部分词条 (#640) ([1382232490d033091c91f2b0c1622f674006e041](https://github.com/Voxelum/x-minecraft-launcher/commit/1382232490d033091c91f2b0c1622f674006e041)) | ||
- Add notifier for some failure and adjust some docs ([3043402954dbe1f90a78f5ecd259e0058921d303](https://github.com/Voxelum/x-minecraft-launcher/commit/3043402954dbe1f90a78f5ecd259e0058921d303)) |
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,20 @@ | ||
--- | ||
version: 0.44.6 | ||
date: 2024-05-27 | ||
layout: changelog | ||
--- | ||
## [0.44.6](#0.44.6) | ||
### 🐛 修复与补丁 | ||
|
||
- 在创建实例对话框中添加导入模组包选项作为备用选项 ([a71d984e0a7640ac43b7815b40fbe5256c2853b6](https://github.com/Voxelum/x-minecraft-launcher/commit/a71d984e0a7640ac43b7815b40fbe5256c2853b6)) | ||
- 修复亮色模式下一些错误的颜色 ([3fcdab82c92fe790474aacc6a93ad7056b7700f7](https://github.com/Voxelum/x-minecraft-launcher/commit/3fcdab82c92fe790474aacc6a93ad7056b7700f7)) | ||
- 应安装neoforged模组包 ([3e877e1197c79a602c3c5e7a42b02f51eb843906](https://github.com/Voxelum/x-minecraft-launcher/commit/3e877e1197c79a602c3c5e7a42b02f51eb843906)) | ||
- 在导入过程中也应识别模组包来源 ([81c0cc450aa2f512c515bec5a7bb1c7e052ea8bc](https://github.com/Voxelum/x-minecraft-launcher/commit/81c0cc450aa2f512c515bec5a7bb1c7e052ea8bc)) | ||
- 修复因文件名错误导致的模组包安装失败问题 ([9e35c604ac66a92b0ac4a92254cd2e829ed1d534](https://github.com/Voxelum/x-minecraft-launcher/commit/9e35c604ac66a92b0ac4a92254cd2e829ed1d534)) | ||
- 在实例更新时模组加载器更改时警告用户 ([3d823ca6833d867386f5af51e6a858bf56e974a5](https://github.com/Voxelum/x-minecraft-launcher/commit/3d823ca6833d867386f5af51e6a858bf56e974a5)) | ||
- 修复错误的pl语言环境导致构建失败的问题 ([e3d815e0fd7bfab5ecea5300ae1c38dae5b1426b](https://github.com/Voxelum/x-minecraft-launcher/commit/e3d815e0fd7bfab5ecea5300ae1c38dae5b1426b)) | ||
### 🏗️ 重构 | ||
|
||
- 将多人游戏移至新窗口。 ([95b668c5c160c61e83c1a5ee6bbfcba85bf650e2](https://github.com/Voxelum/x-minecraft-launcher/commit/95b668c5c160c61e83c1a5ee6bbfcba85bf650e2)) | ||
- 修改一部分词条 (#640) ([1382232490d033091c91f2b0c1622f674006e041](https://github.com/Voxelum/x-minecraft-launcher/commit/1382232490d033091c91f2b0c1622f674006e041)) | ||
- 添加某些失败的通知并调整一些文档 ([3043402954dbe1f90a78f5ecd259e0058921d303](https://github.com/Voxelum/x-minecraft-launcher/commit/3043402954dbe1f90a78f5ecd259e0058921d303)) |