Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update 0.36.2 release note #56

Merged
merged 2 commits into from
Oct 14, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 15 additions & 0 deletions src/pages/en/changelogs/0.36.2.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
---
version: 0.36.2
date: 2023-10-14
layout: changelog
---
## [0.36.2](#0.36.2)
### 🐛 Bug Fixes & Patches

- The broken pipe in dev env ([f36f18cede9ec21f75274777a1a51787656ccfc0](https://github.com/Voxelum/x-minecraft-launcher/commit/f36f18cede9ec21f75274777a1a51787656ccfc0))
- Mod delete from context menu ([79c5254aa747729e38f24c0a4b9a1885bd239bd1](https://github.com/Voxelum/x-minecraft-launcher/commit/79c5254aa747729e38f24c0a4b9a1885bd239bd1))
- Export instances cannot select files ([92cde130902a822ceacf962811177ce5f613ed16](https://github.com/Voxelum/x-minecraft-launcher/commit/92cde130902a822ceacf962811177ce5f613ed16))
- Add AppImage build back ([78cae06050a4e6704ae356840efdbbb204218b2f](https://github.com/Voxelum/x-minecraft-launcher/commit/78cae06050a4e6704ae356840efdbbb204218b2f))
### 🏗️ Refactors

- Improve the perf of the mod page ([dd095f08288394616a39aae4bbd29db2d53498c4](https://github.com/Voxelum/x-minecraft-launcher/commit/dd095f08288394616a39aae4bbd29db2d53498c4))
12 changes: 6 additions & 6 deletions src/pages/zh/changelogs/0.36.1.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,11 @@ layout: changelog
## [0.36.1](#0.36.1)
### 🐛 修复与补丁

- Align some i18n text ([e80a930195bf6218b7e96f380324265bcc129952](https://github.com/Voxelum/x-minecraft-launcher/commit/e80a930195bf6218b7e96f380324265bcc129952))
- The user cache key is not consisted ([fccb6e13012654b26ea7453727de70417d6f2b21](https://github.com/Voxelum/x-minecraft-launcher/commit/fccb6e13012654b26ea7453727de70417d6f2b21))
- Modrinth project search with wrong type ([60ae2e70185c76ad59e9aa56b867b019e3314038](https://github.com/Voxelum/x-minecraft-launcher/commit/60ae2e70185c76ad59e9aa56b867b019e3314038))
- Add ttl to the cache to reduce the cache size ([f2a65f4755ce13c5846b40e124dabde45ad1876d](https://github.com/Voxelum/x-minecraft-launcher/commit/f2a65f4755ce13c5846b40e124dabde45ad1876d))
- 调整了一些翻译 ([e80a930195bf6218b7e96f380324265bcc129952](https://github.com/Voxelum/x-minecraft-launcher/commit/e80a930195bf6218b7e96f380324265bcc129952))
- 修复了用户信息的缓存 key 不对称导致登录无效的问题 ([fccb6e13012654b26ea7453727de70417d6f2b21](https://github.com/Voxelum/x-minecraft-launcher/commit/fccb6e13012654b26ea7453727de70417d6f2b21))
- Modrinth 搜索项目类型不正确 ([60ae2e70185c76ad59e9aa56b867b019e3314038](https://github.com/Voxelum/x-minecraft-launcher/commit/60ae2e70185c76ad59e9aa56b867b019e3314038))
- 给页面缓存增加 ttl 来减小缓存大小 ([f2a65f4755ce13c5846b40e124dabde45ad1876d](https://github.com/Voxelum/x-minecraft-launcher/commit/f2a65f4755ce13c5846b40e124dabde45ad1876d))
### 🏗️ 重构

- Adjust forge/optifine icon ([34b313785edfb6e3c989944ca22f82f9a7ab54c7](https://github.com/Voxelum/x-minecraft-launcher/commit/34b313785edfb6e3c989944ca22f82f9a7ab54c7))
- Adjust the service memory management ([252a821d10e1333b3c60b98c9c15c24d8b6fa3f1](https://github.com/Voxelum/x-minecraft-launcher/commit/252a821d10e1333b3c60b98c9c15c24d8b6fa3f1))
- 调整 forge/optifine 的图标 ([34b313785edfb6e3c989944ca22f82f9a7ab54c7](https://github.com/Voxelum/x-minecraft-launcher/commit/34b313785edfb6e3c989944ca22f82f9a7ab54c7))
- 调整了一些内存管理 ([252a821d10e1333b3c60b98c9c15c24d8b6fa3f1](https://github.com/Voxelum/x-minecraft-launcher/commit/252a821d10e1333b3c60b98c9c15c24d8b6fa3f1))
15 changes: 15 additions & 0 deletions src/pages/zh/changelogs/0.36.2.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
---
version: 0.36.2
date: 2023-10-14
layout: changelog
---
## [0.36.2](#0.36.2)
### 🐛 修复与补丁

- 修复了开发环境中的 broken pipein 的问题 ([f36f18cede9ec21f75274777a1a51787656ccfc0](https://github.com/Voxelum/x-minecraft-launcher/commit/f36f18cede9ec21f75274777a1a51787656ccfc0))
- 修复了 Mod 无法在右键菜单删除的问题 ([79c5254aa747729e38f24c0a4b9a1885bd239bd1](https://github.com/Voxelum/x-minecraft-launcher/commit/79c5254aa747729e38f24c0a4b9a1885bd239bd1))
- 修复了导出实例无法选到文件的问题 ([92cde130902a822ceacf962811177ce5f613ed16](https://github.com/Voxelum/x-minecraft-launcher/commit/92cde130902a822ceacf962811177ce5f613ed16))
- 修复了 AppImage 构建 ([78cae06050a4e6704ae356840efdbbb204218b2f](https://github.com/Voxelum/x-minecraft-launcher/commit/78cae06050a4e6704ae356840efdbbb204218b2f))
### 🏗️ 重构

- 提升了 Mod 页面的性能 ([dd095f08288394616a39aae4bbd29db2d53498c4](https://github.com/Voxelum/x-minecraft-launcher/commit/dd095f08288394616a39aae4bbd29db2d53498c4))
Loading