-
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.47.11 release note (#154)
Co-authored-by: ci010 <[email protected]>
- Loading branch information
Showing
2 changed files
with
44 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,22 @@ | ||
--- | ||
version: 0.47.11 | ||
date: 2024-11-01 | ||
layout: changelog | ||
--- | ||
## [0.47.11](#0.47.11) | ||
### 🐛 Bug Fixes & Patches | ||
|
||
- Fix some type & fs errors ([592611623755e2ee0b0a09bf0bd5593f8f6f1fb6](https://github.com/Voxelum/x-minecraft-launcher/commit/592611623755e2ee0b0a09bf0bd5593f8f6f1fb6)) | ||
- Should not login failed due to user does not set skin ([44aca86cc058af5c94350d77ef2f3b69b2cd8a51](https://github.com/Voxelum/x-minecraft-launcher/commit/44aca86cc058af5c94350d77ef2f3b69b2cd8a51)) | ||
- Should allow user to disable community translated content ([8acbcab2b62478b812f7e56c110cf8fdd6fd81ee](https://github.com/Voxelum/x-minecraft-launcher/commit/8acbcab2b62478b812f7e56c110cf8fdd6fd81ee)) | ||
- Use high-res image for Modrinth ([37dfc62df550d62b32a3e2794c5d70f7ea4607e2](https://github.com/Voxelum/x-minecraft-launcher/commit/37dfc62df550d62b32a3e2794c5d70f7ea4607e2)) | ||
- Correctly show file name in file tree ([26d815ace0fca6db525c090d52a5b92f8cfa4c2f](https://github.com/Voxelum/x-minecraft-launcher/commit/26d815ace0fca6db525c090d52a5b92f8cfa4c2f)) | ||
### 🏗️ Refactors | ||
|
||
- Adjust some error handling/reporting ([a6c853a880b1eafb0b0ce8f3310e10f1a3d99a75](https://github.com/Voxelum/x-minecraft-launcher/commit/a6c853a880b1eafb0b0ce8f3310e10f1a3d99a75)) | ||
- Use github release first for non-cn user ([404220da7fb85e1c66e1642509a4c496c5ebf4f5](https://github.com/Voxelum/x-minecraft-launcher/commit/404220da7fb85e1c66e1642509a4c496c5ebf4f5)) | ||
- Allow user to select policy to upgrade mods ([c1c690441d18df148b016f9259cfd470f1478470](https://github.com/Voxelum/x-minecraft-launcher/commit/c1c690441d18df148b016f9259cfd470f1478470)) | ||
- Enable the modrinth/curseforge i18n for mods content ([63b828ed061839874ae6849c4ba87795de30b39b](https://github.com/Voxelum/x-minecraft-launcher/commit/63b828ed061839874ae6849c4ba87795de30b39b)) | ||
- Lazy load the locale file to reduce memory usage ([710c7f3d974e1a0b7f08dce31d7cdcd5fa697b6e](https://github.com/Voxelum/x-minecraft-launcher/commit/710c7f3d974e1a0b7f08dce31d7cdcd5fa697b6e)) | ||
- Remove semaphore in client to reduce memory usage ([e6d521e80f7f20862d09fe9f1a6dc7f6abde11c8](https://github.com/Voxelum/x-minecraft-launcher/commit/e6d521e80f7f20862d09fe9f1a6dc7f6abde11c8)) | ||
- Allow modpack instance to repair current instance ([0a169609f77fd6044e197f0687937bcf9960b9f6](https://github.com/Voxelum/x-minecraft-launcher/commit/0a169609f77fd6044e197f0687937bcf9960b9f6)) |
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,22 @@ | ||
--- | ||
version: 0.47.11 | ||
date: 2024-11-01 | ||
layout: changelog | ||
--- | ||
## [0.47.11](#0.47.11) | ||
### 🐛 修复与补丁 | ||
|
||
- 修复一些类型和文件系统错误 ([592611623755e2ee0b0a09bf0bd5593f8f6f1fb6](https://github.com/Voxelum/x-minecraft-launcher/commit/592611623755e2ee0b0a09bf0bd5593f8f6f1fb6)) | ||
- 不应因用户未设置皮肤而导致登录失败 ([44aca86cc058af5c94350d77ef2f3b69b2cd8a51](https://github.com/Voxelum/x-minecraft-launcher/commit/44aca86cc058af5c94350d77ef2f3b69b2cd8a51)) | ||
- 允许用户禁用社区翻译内容 ([8acbcab2b62478b812f7e56c110cf8fdd6fd81ee](https://github.com/Voxelum/x-minecraft-launcher/commit/8acbcab2b62478b812f7e56c110cf8fdd6fd81ee)) | ||
- 为Modrinth使用高分辨率图片 ([37dfc62df550d62b32a3e2794c5d70f7ea4607e2](https://github.com/Voxelum/x-minecraft-launcher/commit/37dfc62df550d62b32a3e2794c5d70f7ea4607e2)) | ||
- 正确显示文件树中的文件名 ([26d815ace0fca6db525c090d52a5b92f8cfa4c2f](https://github.com/Voxelum/x-minecraft-launcher/commit/26d815ace0fca6db525c090d52a5b92f8cfa4c2f)) | ||
### 🏗️ 重构 | ||
|
||
- 调整一些错误处理/报告 ([a6c853a880b1eafb0b0ce8f3310e10f1a3d99a75](https://github.com/Voxelum/x-minecraft-launcher/commit/a6c853a880b1eafb0b0ce8f3310e10f1a3d99a75)) | ||
- 非中国用户优先使用GitHub发布 ([404220da7fb85e1c66e1642509a4c496c5ebf4f5](https://github.com/Voxelum/x-minecraft-launcher/commit/404220da7fb85e1c66e1642509a4c496c5ebf4f5)) | ||
- 允许用户选择模组升级策略 ([c1c690441d18df148b016f9259cfd470f1478470](https://github.com/Voxelum/x-minecraft-launcher/commit/c1c690441d18df148b016f9259cfd470f1478470)) | ||
- 为模组内容启用Modrinth/CurseForge的国际化 ([63b828ed061839874ae6849c4ba87795de30b39b](https://github.com/Voxelum/x-minecraft-launcher/commit/63b828ed061839874ae6849c4ba87795de30b39b)) | ||
- 延迟加载语言文件以减少内存使用 ([710c7f3d974e1a0b7f08dce31d7cdcd5fa697b6e](https://github.com/Voxelum/x-minecraft-launcher/commit/710c7f3d974e1a0b7f08dce31d7cdcd5fa697b6e)) | ||
- 移除客户端中的信号量以减少内存使用 ([e6d521e80f7f20862d09fe9f1a6dc7f6abde11c8](https://github.com/Voxelum/x-minecraft-launcher/commit/e6d521e80f7f20862d09fe9f1a6dc7f6abde11c8)) | ||
- 允许模组包实例修复当前实例 ([0a169609f77fd6044e197f0687937bcf9960b9f6](https://github.com/Voxelum/x-minecraft-launcher/commit/0a169609f77fd6044e197f0687937bcf9960b9f6)) |