-
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.48.2 release note (#161)
Co-authored-by: ci010 <[email protected]>
- Loading branch information
Showing
2 changed files
with
34 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,17 @@ | ||
--- | ||
version: 0.48.2 | ||
date: 2024-12-31 | ||
layout: changelog | ||
--- | ||
## [0.48.2](#0.48.2) | ||
### 🐛 Bug Fixes & Patches | ||
|
||
- Fix glitchs ([b1ed92b9e42b173d2d8f45a2ebd2a52cbf5ff5f7](https://github.com/Voxelum/x-minecraft-launcher/commit/b1ed92b9e42b173d2d8f45a2ebd2a52cbf5ff5f7)) | ||
- Ensure the searched items won't present in non search cases ([39e40affc1c3585bd0e9a2a3da3ed1fe7f085b5a](https://github.com/Voxelum/x-minecraft-launcher/commit/39e40affc1c3585bd0e9a2a3da3ed1fe7f085b5a)) | ||
- Ensure version jar is installed for modloader install ([7c2c997376419db7b7a0668ff28235ac88171e78](https://github.com/Voxelum/x-minecraft-launcher/commit/7c2c997376419db7b7a0668ff28235ac88171e78)) | ||
### 🏗️ Refactors | ||
|
||
- Allow to only filter installed mods ([4e450ee191734773c33988a81551c6a1be340401](https://github.com/Voxelum/x-minecraft-launcher/commit/4e450ee191734773c33988a81551c6a1be340401)) | ||
- Handle more erros ([683582924281a1f754c21b5b3cd537bca5ff725c](https://github.com/Voxelum/x-minecraft-launcher/commit/683582924281a1f754c21b5b3cd537bca5ff725c)) | ||
- Memorize user bypass java setting ([29e43ef46aea46b018fc8bb6e0fa44ba19f99e8c](https://github.com/Voxelum/x-minecraft-launcher/commit/29e43ef46aea46b018fc8bb6e0fa44ba19f99e8c)) | ||
- Support to set envirionment variables ([95bf9cf2fdad0d4f914a54764d1077dd4b7a4e63](https://github.com/Voxelum/x-minecraft-launcher/commit/95bf9cf2fdad0d4f914a54764d1077dd4b7a4e63)) |
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,17 @@ | ||
--- | ||
version: 0.48.2 | ||
date: 2024-12-31 | ||
layout: changelog | ||
--- | ||
## [0.48.2](#0.48.2) | ||
### 🐛 修复与补丁 | ||
|
||
- 修复了一些小问题 ([b1ed92b9e42b173d2d8f45a2ebd2a52cbf5ff5f7](https://github.com/Voxelum/x-minecraft-launcher/commit/b1ed92b9e42b173d2d8f45a2ebd2a52cbf5ff5f7)) | ||
- 确保在非搜索情况下不会显示搜索到的项目 ([39e40affc1c3585bd0e9a2a3da3ed1fe7f085b5a](https://github.com/Voxelum/x-minecraft-launcher/commit/39e40affc1c3585bd0e9a2a3da3ed1fe7f085b5a)) | ||
- 确保在安装模组加载器时安装了版本jar文件 ([7c2c997376419db7b7a0668ff28235ac88171e78](https://github.com/Voxelum/x-minecraft-launcher/commit/7c2c997376419db7b7a0668ff28235ac88171e78)) | ||
### 🏗️ 重构 | ||
|
||
- 允许仅过滤已安装的模组 ([4e450ee191734773c33988a81551c6a1be340401](https://github.com/Voxelum/x-minecraft-launcher/commit/4e450ee191734773c33988a81551c6a1be340401)) | ||
- 处理更多错误 ([683582924281a1f754c21b5b3cd537bca5ff725c](https://github.com/Voxelum/x-minecraft-launcher/commit/683582924281a1f754c21b5b3cd537bca5ff725c)) | ||
- 记住用户绕过Java设置 ([29e43ef46aea46b018fc8bb6e0fa44ba19f99e8c](https://github.com/Voxelum/x-minecraft-launcher/commit/29e43ef46aea46b018fc8bb6e0fa44ba19f99e8c)) | ||
- 支持设置环境变量 ([95bf9cf2fdad0d4f914a54764d1077dd4b7a4e63](https://github.com/Voxelum/x-minecraft-launcher/commit/95bf9cf2fdad0d4f914a54764d1077dd4b7a4e63)) |