Skip to content

Commit

Permalink
docs: Update 0.44.11 release note (#122)
Browse files Browse the repository at this point in the history
Co-authored-by: ci010 <[email protected]>
  • Loading branch information
ci010 and ci010 authored Jul 1, 2024
1 parent 838dd06 commit ba7dc9f
Show file tree
Hide file tree
Showing 2 changed files with 42 additions and 0 deletions.
21 changes: 21 additions & 0 deletions src/en/changelogs/0.44.11.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
---
version: 0.44.11
date: 2024-07-01
layout: changelog
---
## [0.44.11](#0.44.11)
### 🐛 Bug Fixes & Patches

- Fix potential crash causing by wrong access token ([7a6db15cb6a2af4f401792233a12ecb6ed3b4a52](https://github.com/Voxelum/x-minecraft-launcher/commit/7a6db15cb6a2af4f401792233a12ecb6ed3b4a52))
- Some large curseforge modpack cannot be installed ([c74c23a1ec5bde819662100dcb276034dae3a6ff](https://github.com/Voxelum/x-minecraft-launcher/commit/c74c23a1ec5bde819662100dcb276034dae3a6ff))
- Trigger refresh after mod installed to avoid mod status is not update ([5664445bcbee8f2f8eadc4d30a9ce88473172950](https://github.com/Voxelum/x-minecraft-launcher/commit/5664445bcbee8f2f8eadc4d30a9ce88473172950))
- fix pausing cause install process blocked issue ([fb7d5783d8a651c330c0d03e415dc7d9e03cbed4](https://github.com/Voxelum/x-minecraft-launcher/commit/fb7d5783d8a651c330c0d03e415dc7d9e03cbed4))
- Track the instance install progress in detail after failure ([a0057c5f90deec227d82e30cad0d690d6e7ec85b](https://github.com/Voxelum/x-minecraft-launcher/commit/a0057c5f90deec227d82e30cad0d690d6e7ec85b))
- Remove audio player on other page ([b9b88b71f743706eaa5f5c9f227d1a242ccc8589](https://github.com/Voxelum/x-minecraft-launcher/commit/b9b88b71f743706eaa5f5c9f227d1a242ccc8589))
- Wrong url parsing in peer sharing causing files download failed ([cac29080029a8e394d3ff49d2d574ff2a0b5e3be](https://github.com/Voxelum/x-minecraft-launcher/commit/cac29080029a8e394d3ff49d2d574ff2a0b5e3be))
- Peer group cannot connect in some corner case ([cafd00ab5465806fe262f2e81a1a849b2b81e3a9](https://github.com/Voxelum/x-minecraft-launcher/commit/cafd00ab5465806fe262f2e81a1a849b2b81e3a9))
### 🏗️ Refactors

- Use wasm sqlite instead of native ([b569018272fd1b41cd4d48ef79048cc057678631](https://github.com/Voxelum/x-minecraft-launcher/commit/b569018272fd1b41cd4d48ef79048cc057678631))
- Improve peer sharing game config user flow. Make sharing more clear. ([0509f84cd131566c76d3b0fb1f8c381f8531a540](https://github.com/Voxelum/x-minecraft-launcher/commit/0509f84cd131566c76d3b0fb1f8c381f8531a540))
- Not show ip for server ([309e3ca2842fce0c45dd7aab6a7eec3616dd02d9](https://github.com/Voxelum/x-minecraft-launcher/commit/309e3ca2842fce0c45dd7aab6a7eec3616dd02d9))
21 changes: 21 additions & 0 deletions src/zh/changelogs/0.44.11.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
---
version: 0.44.11
date: 2024-07-01
layout: changelog
---
## [0.44.11](#0.44.11)
### 🐛 修复与补丁

- 修复因错误的访问令牌导致的潜在崩溃问题 ([7a6db15cb6a2af4f401792233a12ecb6ed3b4a52](https://github.com/Voxelum/x-minecraft-launcher/commit/7a6db15cb6a2af4f401792233a12ecb6ed3b4a52))
- 修复某些大型CurseForge模组包无法安装的问题 ([c74c23a1ec5bde819662100dcb276034dae3a6ff](https://github.com/Voxelum/x-minecraft-launcher/commit/c74c23a1ec5bde819662100dcb276034dae3a6ff))
- 安装模组后触发刷新以避免模组状态未更新 ([5664445bcbee8f2f8eadc4d30a9ce88473172950](https://github.com/Voxelum/x-minecraft-launcher/commit/5664445bcbee8f2f8eadc4d30a9ce88473172950))
- 修复暂停导致安装过程阻塞的问题 ([fb7d5783d8a651c330c0d03e415dc7d9e03cbed4](https://github.com/Voxelum/x-minecraft-launcher/commit/fb7d5783d8a651c330c0d03e415dc7d9e03cbed4))
- 在失败后详细跟踪实例安装进度 ([a0057c5f90deec227d82e30cad0d690d6e7ec85b](https://github.com/Voxelum/x-minecraft-launcher/commit/a0057c5f90deec227d82e30cad0d690d6e7ec85b))
- 移除其他页面上的音频播放器 ([b9b88b71f743706eaa5f5c9f227d1a242ccc8589](https://github.com/Voxelum/x-minecraft-launcher/commit/b9b88b71f743706eaa5f5c9f227d1a242ccc8589))
- 修复对等共享中的URL解析错误导致文件下载失败 ([cac29080029a8e394d3ff49d2d574ff2a0b5e3be](https://github.com/Voxelum/x-minecraft-launcher/commit/cac29080029a8e394d3ff49d2d574ff2a0b5e3be))
- 修复某些特殊情况下对等组无法连接的问题 ([cafd00ab5465806fe262f2e81a1a849b2b81e3a9](https://github.com/Voxelum/x-minecraft-launcher/commit/cafd00ab5465806fe262f2e81a1a849b2b81e3a9))
### 🏗️ 重构

- 使用Wasm SQLite替代原生SQLite ([b569018272fd1b41cd4d48ef79048cc057678631](https://github.com/Voxelum/x-minecraft-launcher/commit/b569018272fd1b41cd4d48ef79048cc057678631))
- 改进对等共享游戏配置的用户流程,使共享更清晰 ([0509f84cd131566c76d3b0fb1f8c381f8531a540](https://github.com/Voxelum/x-minecraft-launcher/commit/0509f84cd131566c76d3b0fb1f8c381f8531a540))
- 不在服务器显示IP ([309e3ca2842fce0c45dd7aab6a7eec3616dd02d9](https://github.com/Voxelum/x-minecraft-launcher/commit/309e3ca2842fce0c45dd7aab6a7eec3616dd02d9))

0 comments on commit ba7dc9f

Please sign in to comment.