diff --git a/docs/en/statements/update-log.md b/docs/en/statements/update-log.md index ed75702f4..e38953519 100644 --- a/docs/en/statements/update-log.md +++ b/docs/en/statements/update-log.md @@ -9,7 +9,16 @@ externalLinkIcon: false # Update Logs -## 1.9.0 +## 1.9.1 + +- **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 diff --git a/docs/zh/statements/update-log.md b/docs/zh/statements/update-log.md index 74fc90491..e04fa3328 100644 --- a/docs/zh/statements/update-log.md +++ b/docs/zh/statements/update-log.md @@ -9,7 +9,16 @@ externalLinkIcon: false # 更新日志 -## 1.9.0 +## 1.9.1 + +- 修复 + - 修复了在用户系统文字缩放比例不为100%时,进入游戏启动器页面时会导致程序崩溃的问题 + - 修复了一个由实时便笺功能导致程序在启动时崩溃的问题 + - 修复了实时便笺有概率与用户信息同时加载导致死锁的问题 +- 优化 + - 在游戏启动器添加/选择游戏路径页面增强了用户提示 + +## 1.9.0 ::: important 重大改变