-
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.2 release note * Update 0.44.2.md --------- Co-authored-by: ci010 <[email protected]>
- Loading branch information
Showing
2 changed files
with
39 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,20 @@ | ||
--- | ||
version: 0.44.2 | ||
date: 2024-04-25 | ||
layout: changelog | ||
--- | ||
## [0.44.2](#0.44.2) | ||
### 🐛 Bug Fixes & Patches | ||
|
||
- Fix cross disk causing auto update failed issue ([afa2079fe9430e7a5a59eb8d9bd52833619b91ca](https://github.com/Voxelum/x-minecraft-launcher/commit/afa2079fe9430e7a5a59eb8d9bd52833619b91ca)) | ||
- Decorate more error ([edba33150fa9085ccdf5b519bdfdccd7212636ce](https://github.com/Voxelum/x-minecraft-launcher/commit/edba33150fa9085ccdf5b519bdfdccd7212636ce)) | ||
- Modrinth categories result is inaccurate ([61d5d9fcd3819ab7be0e15187f3771317d47c67a](https://github.com/Voxelum/x-minecraft-launcher/commit/61d5d9fcd3819ab7be0e15187f3771317d47c67a)) | ||
- Page can be wrongly scroll down ([917de15cd8d928d850d152e10f13408e9f934cee](https://github.com/Voxelum/x-minecraft-launcher/commit/917de15cd8d928d850d152e10f13408e9f934cee)) | ||
- Curseforge install dependencies's versions are wrong ([ee952a5ca2283bede188cdecb3c5afd14e61aad7](https://github.com/Voxelum/x-minecraft-launcher/commit/ee952a5ca2283bede188cdecb3c5afd14e61aad7)) | ||
- Resource pack page switching modrinth/curseforge does not work ([6a083926c00f3d3192866a93b6d8901d042dbafd](https://github.com/Voxelum/x-minecraft-launcher/commit/6a083926c00f3d3192866a93b6d8901d042dbafd)) | ||
- Resource pack and shader pack search does not load more ([e3b48e151e71c7b0c9dfec39b51411c369bb61e9](https://github.com/Voxelum/x-minecraft-launcher/commit/e3b48e151e71c7b0c9dfec39b51411c369bb61e9)) | ||
### 🏗️ Refactors | ||
|
||
- Use dynamic stuns ([f61638dcdb582c96e6fa1948ebc037da297e27d3](https://github.com/Voxelum/x-minecraft-launcher/commit/f61638dcdb582c96e6fa1948ebc037da297e27d3)) | ||
- Recommend categories in the market page ([f95e00744b6ac720ff983b9ceb64802052483478](https://github.com/Voxelum/x-minecraft-launcher/commit/f95e00744b6ac720ff983b9ceb64802052483478)) | ||
- Sample error to reduce redundent log ([bd926f3dab522a792baa2380aaf92546d3a3402b](https://github.com/Voxelum/x-minecraft-launcher/commit/bd926f3dab522a792baa2380aaf92546d3a3402b)) |
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,19 @@ | ||
--- | ||
version: 0.44.2 | ||
date: 2024-04-25 | ||
layout: changelog | ||
--- | ||
## [0.44.2](#0.44.2) | ||
### 🐛 修复与补丁 | ||
|
||
- 修复了一些因为跨磁盘导致更新失败的问题 ([afa2079fe9430e7a5a59eb8d9bd52833619b91ca](https://github.com/Voxelum/x-minecraft-launcher/commit/afa2079fe9430e7a5a59eb8d9bd52833619b91ca)) | ||
- 修复了 Modrinth 分类搜索结果不准确的问题 ([61d5d9fcd3819ab7be0e15187f3771317d47c67a](https://github.com/Voxelum/x-minecraft-launcher/commit/61d5d9fcd3819ab7be0e15187f3771317d47c67a)) | ||
- 修复了页面错误下滑的问题 ([917de15cd8d928d850d152e10f13408e9f934cee](https://github.com/Voxelum/x-minecraft-launcher/commit/917de15cd8d928d850d152e10f13408e9f934cee)) | ||
- Curseforge 安装依赖错误 ([ee952a5ca2283bede188cdecb3c5afd14e61aad7](https://github.com/Voxelum/x-minecraft-launcher/commit/ee952a5ca2283bede188cdecb3c5afd14e61aad7)) | ||
- 修复了资源包切换 modrinth/curseforge 错误的问题 ([6a083926c00f3d3192866a93b6d8901d042dbafd](https://github.com/Voxelum/x-minecraft-launcher/commit/6a083926c00f3d3192866a93b6d8901d042dbafd)) | ||
- 资源包和光影包没法加载更多结果 ([e3b48e151e71c7b0c9dfec39b51411c369bb61e9](https://github.com/Voxelum/x-minecraft-launcher/commit/e3b48e151e71c7b0c9dfec39b51411c369bb61e9)) | ||
### 🏗️ 重构 | ||
|
||
- 动态获取 stuns 服务器 ([f61638dcdb582c96e6fa1948ebc037da297e27d3](https://github.com/Voxelum/x-minecraft-launcher/commit/f61638dcdb582c96e6fa1948ebc037da297e27d3)) | ||
- 在市场页中推荐分类 ([f95e00744b6ac720ff983b9ceb64802052483478](https://github.com/Voxelum/x-minecraft-launcher/commit/f95e00744b6ac720ff983b9ceb64802052483478)) | ||
- 去除了一些多余的 error ([bd926f3dab522a792baa2380aaf92546d3a3402b](https://github.com/Voxelum/x-minecraft-launcher/commit/bd926f3dab522a792baa2380aaf92546d3a3402b)) |