-
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.3 release note * Update 0.44.3.md --------- Co-authored-by: ci010 <[email protected]>
- Loading branch information
Showing
2 changed files
with
29 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,15 @@ | ||
--- | ||
version: 0.44.3 | ||
date: 2024-04-26 | ||
layout: changelog | ||
--- | ||
## [0.44.3](#0.44.3) | ||
### 🐛 Bug Fixes & Patches | ||
|
||
- Update hu.yaml (#622) ([ff7b7c4907ac628c433b263109e8e7cebb0c85ea](https://github.com/Voxelum/x-minecraft-launcher/commit/ff7b7c4907ac628c433b263109e8e7cebb0c85ea)) | ||
- p2p connection does not work ([e516915b844dae4f4c9d2756ea44f9d7a8ea9434](https://github.com/Voxelum/x-minecraft-launcher/commit/e516915b844dae4f4c9d2756ea44f9d7a8ea9434)) | ||
- Add fallback stun ([064521e6c2c0e29a2c084b5da977782c74259bdd](https://github.com/Voxelum/x-minecraft-launcher/commit/064521e6c2c0e29a2c084b5da977782c74259bdd)) | ||
- Should close the delete dialog after delete ([e29ce756daec80dc948bc484b1efe54e6d92425b](https://github.com/Voxelum/x-minecraft-launcher/commit/e29ce756daec80dc948bc484b1efe54e6d92425b)) | ||
- Bad elyby or little skin server causing login failed ([148c1bc88db18dcb9131b1859edafb64429eed8c](https://github.com/Voxelum/x-minecraft-launcher/commit/148c1bc88db18dcb9131b1859edafb64429eed8c)) | ||
- Launch status some time is not synced ([8e74b84f9872de9f143c3b47c4e352e55a0cca65](https://github.com/Voxelum/x-minecraft-launcher/commit/8e74b84f9872de9f143c3b47c4e352e55a0cca65)) | ||
- Logger does not show logs ([cf16c543508fd535ec5ef6912b6475602391460d](https://github.com/Voxelum/x-minecraft-launcher/commit/cf16c543508fd535ec5ef6912b6475602391460d)) |
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,14 @@ | ||
--- | ||
version: 0.44.3 | ||
date: 2024-04-26 | ||
layout: changelog | ||
--- | ||
## [0.44.3](#0.44.3) | ||
### 🐛 修复与补丁 | ||
|
||
- 修复了 p2p 没法连接的问题 ([e516915b844dae4f4c9d2756ea44f9d7a8ea9434](https://github.com/Voxelum/x-minecraft-launcher/commit/e516915b844dae4f4c9d2756ea44f9d7a8ea9434)) | ||
- 添加了候补的 stun 服务器 ([064521e6c2c0e29a2c084b5da977782c74259bdd](https://github.com/Voxelum/x-minecraft-launcher/commit/064521e6c2c0e29a2c084b5da977782c74259bdd)) | ||
- 修复了一些窗口打开后不主动关闭的问题 ([e29ce756daec80dc948bc484b1efe54e6d92425b](https://github.com/Voxelum/x-minecraft-launcher/commit/e29ce756daec80dc948bc484b1efe54e6d92425b)) | ||
- 修复了一些情况下 elyby 或 little skin 记录坏了导致没法登录 ([148c1bc88db18dcb9131b1859edafb64429eed8c](https://github.com/Voxelum/x-minecraft-launcher/commit/148c1bc88db18dcb9131b1859edafb64429eed8c)) | ||
- 修复了一些情况下启动的状态没有同步的问题 ([8e74b84f9872de9f143c3b47c4e352e55a0cca65](https://github.com/Voxelum/x-minecraft-launcher/commit/8e74b84f9872de9f143c3b47c4e352e55a0cca65)) | ||
- 修复了日志窗口不显示日志的问题 ([cf16c543508fd535ec5ef6912b6475602391460d](https://github.com/Voxelum/x-minecraft-launcher/commit/cf16c543508fd535ec5ef6912b6475602391460d)) |