From 8622e5d7c0791e5d178600be614d39107c5e7fec Mon Sep 17 00:00:00 2001 From: Masterain Date: Mon, 20 Nov 2023 22:37:14 -0800 Subject: [PATCH] update for 1.8.0 --- docs/en/statements/update-log.md | 16 +++++++++++++++- docs/zh/statements/update-log.md | 16 +++++++++++++++- 2 files changed, 30 insertions(+), 2 deletions(-) diff --git a/docs/en/statements/update-log.md b/docs/en/statements/update-log.md index 1940526c8..38f34f653 100644 --- a/docs/en/statements/update-log.md +++ b/docs/en/statements/update-log.md @@ -8,7 +8,21 @@ comment: false # Update Logs -## 1.7.17 +## 1.8.0 + +- **Upgraded .NET version to 8** [#1103](https://github.com/DGP-Studio/Snap.Hutao/issues/1103) +- Fixes + - Fixed translation issues with _Hutao Passport_ registration/logoff/reset password prompts [#1087](https://github.com/DGP-Studio/Snap.Hutao/issues/1087) by @Tangweirui2021 + - Fixed an issue with the first-row items on the _Dev Plan_ page not refreshing correctly after switching plans [#1099](https://github.com/DGP-Studio/Snap.Hutao/issues/1099) + - Fixed an issue on the _Game Launcher_ page where borderless and exclusive fullscreen could not be set simultaneously [#1106](https://github.com/DGP-Studio/Snap.Hutao/issues/1106) + - Replaced the file selector implementation, resolving the problem of being unable to use the file selector in administrator mode [#1096](https://github.com/DGP-Studio/Snap.Hutao/issues/1096) + - Fixed an issue where initializing user information at startup could lead to program freezing + - Fixed unnecessary exceptions occurring on certain pages after switching + - Fixed issues with some exceptions not being captured properly +- Optimization + - Added more detailed failure information for metadata initialization + +## 1.7.17 - Fix - Fixed the issue that the first item in Dev Plan won't be refresh after switching the plan [#1079](https://github.com/DGP-Studio/Snap.Hutao/issues/1079) diff --git a/docs/zh/statements/update-log.md b/docs/zh/statements/update-log.md index 77285ea26..da46a2df4 100644 --- a/docs/zh/statements/update-log.md +++ b/docs/zh/statements/update-log.md @@ -8,7 +8,21 @@ comment: false # 更新日志 -## 1.7.17 +## 1.8.0 + +- **升级了 .NET 版本到 8** [#1103](https://github.com/DGP-Studio/Snap.Hutao/issues/1103) +- 修复 + - 修复了*胡桃通行证*注册/注销/重置密码提示未翻译的问题 [#1087](https://github.com/DGP-Studio/Snap.Hutao/issues/1087) by @Tangweirui2021 + - 修复了*养成计划*页面首排物品在切换计划后无法正确刷新的问题 [#1099](https://github.com/DGP-Studio/Snap.Hutao/issues/1099) + - 修复了*启动游戏*页面 无边框与独占全屏无法同时设置的问题 [#1106](https://github.com/DGP-Studio/Snap.Hutao/issues/1106) + - 替换了文件选择器的实现,解决了无法在管理员模式下使用文件选择器的问题 [#1096](https://github.com/DGP-Studio/Snap.Hutao/issues/1096) + - 修复了启动时初始化用户信息可能导致程序假死的问题 + - 修复了部分页面在切换后会产生不必要的异常的问题 + - 修复了部分异常无法正常捕获的问题 +- 优化 + - 为元数据初始化添加了更详细的失败信息 + +## 1.7.17 - 修复 - 修复了养成计划养成物品列表首个物品在切换计划后不会刷新的问题 [#1079](https://github.com/DGP-Studio/Snap.Hutao/issues/1079)