Skip to content

Commit

Permalink
Update 0.44.0 release note (#108)
Browse files Browse the repository at this point in the history
* docs: Update 0.44.0 release note

* Update 0.44.0.md

* Update 0.44.0.md

---------

Co-authored-by: ci010 <[email protected]>
  • Loading branch information
ci010 and ci010 authored Apr 15, 2024
1 parent 293dcb1 commit b45b75e
Show file tree
Hide file tree
Showing 2 changed files with 48 additions and 0 deletions.
24 changes: 24 additions & 0 deletions src/en/changelogs/0.44.0.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
---
version: 0.44.0
date: 2024-04-15
layout: changelog
---
## [0.44.0](#0.44.0)
### 🚀 Features

- Add version filter to mod/resourcePack/shaderPack page and remove curseforge and modrinth window ([1b4fc31fa409d6305d87ba13e8c943dd22430a26](https://github.com/Voxelum/x-minecraft-launcher/commit/1b4fc31fa409d6305d87ba13e8c943dd22430a26))
- Add theme (#614) ([ca8d7574d83a9e19e2ed2b26ce7066412dcb6311](https://github.com/Voxelum/x-minecraft-launcher/commit/ca8d7574d83a9e19e2ed2b26ce7066412dcb6311))
### 🐛 Bug Fixes & Patches

- The curseforge modrinth switching might mismatch sometime ([a34b0df3f5c4b05aeab3e723b55d7bfebafa3b93](https://github.com/Voxelum/x-minecraft-launcher/commit/a34b0df3f5c4b05aeab3e723b55d7bfebafa3b93))
- Use curseforge fingerprint to identify curseforge mod metadata ([a2138c32cf1df1fc690ac9eb549a2ceed79f49e8](https://github.com/Voxelum/x-minecraft-launcher/commit/a2138c32cf1df1fc690ac9eb549a2ceed79f49e8))
- Render two layers of head ([186516ed879a24f558a07718923dff4649d3aced](https://github.com/Voxelum/x-minecraft-launcher/commit/186516ed879a24f558a07718923dff4649d3aced))
- Some curseforge file cannot be downloaded ([5297d1e984b82f10f78376689c85f81e8716bc85](https://github.com/Voxelum/x-minecraft-launcher/commit/5297d1e984b82f10f78376689c85f81e8716bc85))
### 🏗️ Refactors

- Optimize the mod/resourcepack/shaderpack/modpack search trigger to use less resources ([d1ad3208b2eb42bc27a716e8d395c5ead09818ce](https://github.com/Voxelum/x-minecraft-launcher/commit/d1ad3208b2eb42bc27a716e8d395c5ead09818ce))
- Adjust the sidebar group ([0e3c8fdedcab33602c13005cf7ce6c1cbb80146f](https://github.com/Voxelum/x-minecraft-launcher/commit/0e3c8fdedcab33602c13005cf7ce6c1cbb80146f))
- Remove dead code for curseforge and modrinth ([f44039eca2e45d921d3dfd3d54b11eaf4c0398a6](https://github.com/Voxelum/x-minecraft-launcher/commit/f44039eca2e45d921d3dfd3d54b11eaf4c0398a6))
- Enhance save page UI ([f2741a8b3f8d6da4169616cc3bbb78b09fbdeb32](https://github.com/Voxelum/x-minecraft-launcher/commit/f2741a8b3f8d6da4169616cc3bbb78b09fbdeb32))
- Reduce network stat update freq ([bc4f1da7aaaa2527752bd08eab6d181fc9e689eb](https://github.com/Voxelum/x-minecraft-launcher/commit/bc4f1da7aaaa2527752bd08eab6d181fc9e689eb))

24 changes: 24 additions & 0 deletions src/zh/changelogs/0.44.0.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
---
version: 0.44.0
date: 2024-04-15
layout: changelog
---
## [0.44.0](#0.44.0)
### 🚀 新特性

- 在 mod/resourcePack/shaderPack 中添加了游戏版本的选项并且移除了 cf 和 modrinth 页面 ([1b4fc31fa409d6305d87ba13e8c943dd22430a26](https://github.com/Voxelum/x-minecraft-launcher/commit/1b4fc31fa409d6305d87ba13e8c943dd22430a26))
- 添加了主题系统 (#614) ([ca8d7574d83a9e19e2ed2b26ce7066412dcb6311](https://github.com/Voxelum/x-minecraft-launcher/commit/ca8d7574d83a9e19e2ed2b26ce7066412dcb6311))
### 🐛 修复与补丁

- 修复了一些情况下没法从 curseforge modrinth 之间切换 ([a34b0df3f5c4b05aeab3e723b55d7bfebafa3b93](https://github.com/Voxelum/x-minecraft-launcher/commit/a34b0df3f5c4b05aeab3e723b55d7bfebafa3b93))
- 使用 curseforge 的 fingerprint 来检测 curseforge mod 信息 ([a2138c32cf1df1fc690ac9eb549a2ceed79f49e8](https://github.com/Voxelum/x-minecraft-launcher/commit/a2138c32cf1df1fc690ac9eb549a2ceed79f49e8))
- 修复了无法渲染2层皮肤头像 ([186516ed879a24f558a07718923dff4649d3aced](https://github.com/Voxelum/x-minecraft-launcher/commit/186516ed879a24f558a07718923dff4649d3aced))
- 一些 curseforge 文件无法被下载 ([5297d1e984b82f10f78376689c85f81e8716bc85](https://github.com/Voxelum/x-minecraft-launcher/commit/5297d1e984b82f10f78376689c85f81e8716bc85))
### 🏗️ 重构

- 优化了一些情况下的 mod/resourcepack/shaderpack/modpack 页面的搜索记录 ([d1ad3208b2eb42bc27a716e8d395c5ead09818ce](https://github.com/Voxelum/x-minecraft-launcher/commit/d1ad3208b2eb42bc27a716e8d395c5ead09818ce))
- 调整了侧边栏 ([0e3c8fdedcab33602c13005cf7ce6c1cbb80146f](https://github.com/Voxelum/x-minecraft-launcher/commit/0e3c8fdedcab33602c13005cf7ce6c1cbb80146f))
- 移除了一些没用的 curseforge 和 modrinth ([f44039eca2e45d921d3dfd3d54b11eaf4c0398a6](https://github.com/Voxelum/x-minecraft-launcher/commit/f44039eca2e45d921d3dfd3d54b11eaf4c0398a6))
- 改进了存档页面 ([f2741a8b3f8d6da4169616cc3bbb78b09fbdeb32](https://github.com/Voxelum/x-minecraft-launcher/commit/f2741a8b3f8d6da4169616cc3bbb78b09fbdeb32))


0 comments on commit b45b75e

Please sign in to comment.