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.37.2 release note #60

Merged
merged 2 commits into from
Oct 21, 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
21 changes: 21 additions & 0 deletions src/pages/en/changelogs/0.37.2.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
---
version: 0.37.2
date: 2023-10-21
layout: changelog
---
## [0.37.2](#0.37.2)
### 🐛 Bug Fixes & Patches

- Strange route during open page from path ([bf720cdb2c60906886adee52d3e45c1946411652](https://github.com/Voxelum/x-minecraft-launcher/commit/bf720cdb2c60906886adee52d3e45c1946411652))
- Try to not reject self sign to bypass some http failure ([d3156c2be7395b1deed1bdea787a5572927f0418](https://github.com/Voxelum/x-minecraft-launcher/commit/d3156c2be7395b1deed1bdea787a5572927f0418))
- Try to fix the stuck on libraries or assets case ([7b9f5c3fbe65f173627487ae0d40c5b3a597a301](https://github.com/Voxelum/x-minecraft-launcher/commit/7b9f5c3fbe65f173627487ae0d40c5b3a597a301))
- The launch button have delay to update ([22b703fd2751af29ab9fb9cc545e7ebfe35e1255](https://github.com/Voxelum/x-minecraft-launcher/commit/22b703fd2751af29ab9fb9cc545e7ebfe35e1255))
- Adjust the third party login policy ([234d7f624ca85c899b1e1f5de2f1d13278174bb5](https://github.com/Voxelum/x-minecraft-launcher/commit/234d7f624ca85c899b1e1f5de2f1d13278174bb5))
- Background appearance not work ([f9d11844a116302412f1a72baec0a8de71adc975](https://github.com/Voxelum/x-minecraft-launcher/commit/f9d11844a116302412f1a72baec0a8de71adc975))
- Make mod item grey when it's disabled ([b95243281f5fc7eb554fe6c89b9f02d9f7019c3a](https://github.com/Voxelum/x-minecraft-launcher/commit/b95243281f5fc7eb554fe6c89b9f02d9f7019c3a))
- Should not allow other modloader with labyMod ([fca73fd2b9250adaa97e9de1f351d971476551b2](https://github.com/Voxelum/x-minecraft-launcher/commit/fca73fd2b9250adaa97e9de1f351d971476551b2))
- Go to home page when user delete an instance ([cbe151ff30b96c2d55cb13c5518675d4a4202263](https://github.com/Voxelum/x-minecraft-launcher/commit/cbe151ff30b96c2d55cb13c5518675d4a4202263))
### 🏗️ Refactors

- Not force user to have game to get game profile ([5061030602a07d10d68e9bbf74fd22ae04dbc881](https://github.com/Voxelum/x-minecraft-launcher/commit/5061030602a07d10d68e9bbf74fd22ae04dbc881))
- Adjust resource telemetry and resource db fomart ([a69dd76501695c03e019e07e6031994bf6aa29b9](https://github.com/Voxelum/x-minecraft-launcher/commit/a69dd76501695c03e019e07e6031994bf6aa29b9))
22 changes: 22 additions & 0 deletions src/pages/zh/changelogs/0.37.2.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
---
version: 0.37.2
date: 2023-10-21
layout: changelog
---
## [0.37.2](#0.37.2)
### 🐛 修复与补丁

- 打开页面时出现奇怪的路由问题 ([bf720cdb2c60906886adee52d3e45c1946411652](https://github.com/Voxelum/x-minecraft-launcher/commit/bf720cdb2c60906886adee52d3e45c1946411652))
- 尝试不拒绝自签名以绕过一些HTTP失败 ([d3156c2be7395b1deed1bdea787a5572927f0418](https://github.com/Voxelum/x-minecraft-launcher/commit/d3156c2be7395b1deed1bdea787a5572927f0418))
- 尝试修复库或资源卡住的情况 ([7b9f5c3fbe65f173627487ae0d40c5b3a597a301](https://github.com/Voxelum/x-minecraft-launcher/commit/7b9f5c3fbe65f173627487ae0d40c5b3a597a301))
- 启动按钮更新有延迟 ([22b703fd2751af29ab9fb9cc545e7ebfe35e1255](https://github.com/Voxelum/x-minecraft-launcher/commit/22b703fd2751af29ab9fb9cc545e7ebfe35e1255))
- 调整第三方登录策略 ([234d7f624ca85c899b1e1f5de2f1d13278174bb5](https://github.com/Voxelum/x-minecraft-launcher/commit/234d7f624ca85c899b1e1f5de2f1d13278174bb5))
- 背景外观不起作用 ([f9d11844a116302412f1a72baec0a8de71adc975](https://github.com/Voxelum/x-minecraft-launcher/commit/f9d11844a116302412f1a72baec0a8de71adc975))
- 当模组被禁用时,使模组项目变灰 ([b95243281f5fc7eb554fe6c89b9f02d9f7019c3a](https://github.com/Voxelum/x-minecraft-launcher/commit/b95243281f5fc7eb554fe6c89b9f02d9f7019c3a))
- 不应允许LabyMod与其他模组加载器一起使用 ([fca73fd2b9250adaa97e9de1f351d971476551b2](https://github.com/Voxelum/x-minecraft-launcher/commit/fca73fd2b9250adaa97e9de1f351d971476551b2))
- 当用户删除一个实例时返回主页 ([cbe151ff30b96c2d55cb13c5518675d4a4202263](https://github.com/Voxelum/x-minecraft-launcher/commit/cbe151ff30b96c2d55cb13c5518675d4a4202263))

### 🏗️ 重构

- 不强制用户拥有游戏来获取游戏配置文件 ([5061030602a07d10d68e9bbf74fd22ae04dbc881](https://github.com/Voxelum/x-minecraft-launcher/commit/5061030602a07d10d68e9bbf74fd22ae04dbc881))
- 调整资源遥测和资源数据库格式 ([a69dd76501695c03e019e07e6031994bf6aa29b9](https://github.com/Voxelum/x-minecraft-launcher/commit/a69dd76501695c03e019e07e6031994bf6aa29b9))
Loading