Update to 1.9.1

This commit is contained in:
Masterain
2023-12-23 03:10:10 -08:00
parent 6f73eaa82b
commit 432411f513
2 changed files with 20 additions and 2 deletions

View File

@@ -9,7 +9,16 @@ externalLinkIcon: false
# Update Logs
## 1.9.0 <Badge text="Upcoming" type="tip" />
## 1.9.1 <Badge text="hotfix" type="warning" /><Badge text="latest" type="tip" />
- **Fix 🔨**
- Fixed crash on Game Launcher page when user text zoom is not set as 100%
- Fixed crash caused by Realtime Notes during the program startup
- Fixed the issue where Realtime Notes may be loaded simultaneously with user account information, result in reentrancy
- **Optimizations ✨**
- Enhanced prompt to add or select game path in Game Launcher
## 1.9.0
::: important Breaking Changes

View File

@@ -9,7 +9,16 @@ externalLinkIcon: false
# 更新日志
## 1.9.0 <Badge text="最新版" type="tip" />
## 1.9.1 <Badge text="hotfix" type="warning" /><Badge text="最新版" type="tip" />
- 修复
- 修复了在用户系统文字缩放比例不为100%时,进入游戏启动器页面时会导致程序崩溃的问题
- 修复了一个由实时便笺功能导致程序在启动时崩溃的问题
- 修复了实时便笺有概率与用户信息同时加载导致死锁的问题
- 优化
- 在游戏启动器添加/选择游戏路径页面增强了用户提示
## 1.9.0
::: important 重大改变