-
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.48.4 release note (#163)
Co-authored-by: ci010 <[email protected]>
- Loading branch information
Showing
2 changed files
with
28 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,14 @@ | ||
--- | ||
version: 0.48.4 | ||
date: 2025-01-08 | ||
layout: changelog | ||
--- | ||
## [0.48.4](#0.48.4) | ||
### 🐛 Bug Fixes & Patches | ||
|
||
- Some error cannot display in task view ([df3a22855d384d96c4fa530b33ebfb9efd41758b](https://github.com/Voxelum/x-minecraft-launcher/commit/df3a22855d384d96c4fa530b33ebfb9efd41758b)) | ||
- Ensure the db table schema by adding fallback recreate table migration ([dc2cc06343d6ceddb56a50646dcc9c8b164ec350](https://github.com/Voxelum/x-minecraft-launcher/commit/dc2cc06343d6ceddb56a50646dcc9c8b164ec350)) | ||
- Wrongly reset lang after restart ([c6c1d25f763c7f7c967785905ecadf60d08a4fe4](https://github.com/Voxelum/x-minecraft-launcher/commit/c6c1d25f763c7f7c967785905ecadf60d08a4fe4)) | ||
### 🏗️ Refactors | ||
|
||
- limit the curseforge connection count ([b7a4b0c9a4a1f212df9979e1190e56863a8cd60c](https://github.com/Voxelum/x-minecraft-launcher/commit/b7a4b0c9a4a1f212df9979e1190e56863a8cd60c)) |
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.48.4 | ||
date: 2025-01-08 | ||
layout: changelog | ||
--- | ||
## [0.48.4](#0.48.4) | ||
### 🐛 修复与补丁 | ||
|
||
- 任务视图中无法显示某些错误 ([df3a22855d384d96c4fa530b33ebfb9efd41758b](https://github.com/Voxelum/x-minecraft-launcher/commit/df3a22855d384d96c4fa530b33ebfb9efd41758b)) | ||
- 通过添加回退重新创建表迁移来确保数据库表结构 ([dc2cc06343d6ceddb56a50646dcc9c8b164ec350](https://github.com/Voxelum/x-minecraft-launcher/commit/dc2cc06343d6ceddb56a50646dcc9c8b164ec350)) | ||
- 重启后错误地重置语言设置 ([c6c1d25f763c7f7c967785905ecadf60d08a4fe4](https://github.com/Voxelum/x-minecraft-launcher/commit/c6c1d25f763c7f7c967785905ecadf60d08a4fe4)) | ||
### 🏗️ 重构 | ||
|
||
- 限制 CurseForge 连接数量 ([b7a4b0c9a4a1f212df9979e1190e56863a8cd60c](https://github.com/Voxelum/x-minecraft-launcher/commit/b7a4b0c9a4a1f212df9979e1190e56863a8cd60c)) |