-
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.7 release note (#117)
Co-authored-by: ci010 <[email protected]>
- Loading branch information
Showing
2 changed files
with
32 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,16 @@ | ||
--- | ||
version: 0.44.7 | ||
date: 2024-06-07 | ||
layout: changelog | ||
--- | ||
## [0.44.7](#0.44.7) | ||
### 🐛 Bug Fixes & Patches | ||
|
||
- Wrong user window size ([38e08bd3124a4b1d01b05feedd3de01412cdeb74](https://github.com/Voxelum/x-minecraft-launcher/commit/38e08bd3124a4b1d01b05feedd3de01412cdeb74)) | ||
- App path under opt/ on Linux can be improved #654 ([9035f7d4fbf702598e267c9bfba6d2f65bd80f4e](https://github.com/Voxelum/x-minecraft-launcher/commit/9035f7d4fbf702598e267c9bfba6d2f65bd80f4e)) | ||
- MixinBooter installs incorrectly when it's installed from the Launcher #655 ([eda64befe224eb9417eea829d33cbfefb9c2796b](https://github.com/Voxelum/x-minecraft-launcher/commit/eda64befe224eb9417eea829d33cbfefb9c2796b)) | ||
- Avoid undefined error during resource update ([73235d94d200f22baf77e67c3ca88683aa5b265a](https://github.com/Voxelum/x-minecraft-launcher/commit/73235d94d200f22baf77e67c3ca88683aa5b265a)) | ||
### 🏗️ Refactors | ||
|
||
- Update zh-CN.yaml (#647) ([3eae220eb40e9f765d8462d85959545d820f1748](https://github.com/Voxelum/x-minecraft-launcher/commit/3eae220eb40e9f765d8462d85959545d820f1748)) | ||
- Enhance version fetching to avoid the case user cannot get version list ([c0d3d1ed755eda7644f84c603735c3f5e4a16c0f](https://github.com/Voxelum/x-minecraft-launcher/commit/c0d3d1ed755eda7644f84c603735c3f5e4a16c0f)) |
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,16 @@ | ||
--- | ||
version: 0.44.7 | ||
date: 2024-06-07 | ||
layout: changelog | ||
--- | ||
## [0.44.7](#0.44.7) | ||
### 🐛 修复与补丁 | ||
|
||
- 错误的用户窗口大小 ([38e08bd3124a4b1d01b05feedd3de01412cdeb74](https://github.com/Voxelum/x-minecraft-launcher/commit/38e08bd3124a4b1d01b05feedd3de01412cdeb74)) | ||
- Linux下opt/目录中的应用路径可以改进 #654 ([9035f7d4fbf702598e267c9bfba6d2f65bd80f4e](https://github.com/Voxelum/x-minecraft-launcher/commit/9035f7d4fbf702598e267c9bfba6d2f65bd80f4e)) | ||
- 从启动器安装MixinBooter时安装不正确 #655 ([eda64befe224eb9417eea829d33cbfefb9c2796b](https://github.com/Voxelum/x-minecraft-launcher/commit/eda64befe224eb9417eea829d33cbfefb9c2796b)) | ||
- 避免资源更新期间的未定义错误 ([73235d94d200f22baf77e67c3ca88683aa5b265a](https://github.com/Voxelum/x-minecraft-launcher/commit/73235d94d200f22baf77e67c3ca88683aa5b265a)) | ||
### 🏗️ 重构 | ||
|
||
- 更新zh-CN.yaml (#647) ([3eae220eb40e9f765d8462d85959545d820f1748](https://github.com/Voxelum/x-minecraft-launcher/commit/3eae220eb40e9f765d8462d85959545d820f1748)) | ||
- 增强版本获取以避免用户无法获取版本列表的情况 ([c0d3d1ed755eda7644f84c603735c3f5e4a16c0f](https://github.com/Voxelum/x-minecraft-launcher/commit/c0d3d1ed755eda7644f84c603735c3f5e4a16c0f)) |