Add update log for 1.7.4

This commit is contained in:
Masterain
2023-09-12 01:30:31 -07:00
parent 410724eedc
commit 57332caab7
2 changed files with 45 additions and 2 deletions

View File

@@ -7,7 +7,29 @@ order: 1
# Update Logs
## 1.7.3 <Badge text="latest" type="tip" />
## 1.7.4 <Badge text="latest" type="tip" />
- Add
- Added option to change PowerShell entry in settings page
- Added option to create desktop shortcut in settings page [#912](https://github.com/DGP-Studio/Snap.Hutao/issues/912)
- Added option to switch display of cards on home dashboard
- Added batch-add to Dev Plan option on My Character page
- Fix
- Fixed an issue which event start time is not accurate on Home Dashboard [#887](https://github.com/DGP-Studio/Snap.Hutao/issues/887)
- Fixed an issue on My Character page that caused crashes when clicking on weapon that is not synchronized by Enka API [#904](https://github.com/DGP-Studio/Snap.Hutao/issues/904)
- Fixed an issue of weapon value display error on My Character page [#907](https://github.com/DGP-Studio/Snap.Hutao/issues/907)
- Fixed an issue where Bilibili server cannot be converted to some other servers [#893](https://github.com/DGP-Studio/Snap.Hutao/issues/893)
- Fixed an issue where fetching Novice Wish history will cause the program to crash [#917](https://github.com/DGP-Studio/Snap.Hutao/issues/917)
- Fixed an issue where a Dev Plan was not pre-selected before entering the Dev Plan page, which had caused the
Dev Plan page to need to be entered at least once to add a Dev Plan archive
- Fixed the issue that failed to claim checkin reward when triggered anti-bot verification, even when anti-bot API returns success result
- Optimize
- Optimized monsters' display order on Monster WIKI page
- Optimized launch speed of Wish History page
- Optimized local database thread on UI display functions
- Optimized the scrolling experience for some views of Dev Plan, it may now take longer for views to be loaded
## 1.7.3
- Fixed the issue of HoYoverse web login not working
- Upgraded the Windows App SDK version to fix the issue where the top of the title bar could not resize the window

View File

@@ -7,7 +7,28 @@ redirectFrom: /statements/update-log.html
# 更新日志
## 1.7.3 <Badge text="最新版" type="tip" />
## 1.7.4 <Badge text="最新版" type="tip" />
- 新增
- 设置页面新增了切换 PowerShell 实例的选项
- 设置页面新增了创建桌面快捷方式的选项 [#912](https://github.com/DGP-Studio/Snap.Hutao/issues/912)
- 设置页面新增了调整主页卡片是否呈现的选项
- 我的角色页面新增批量添加到养成计划的功能
- 修复
- 修复了主页中部分公告的活动开始时间不正确的问题 [#887](https://github.com/DGP-Studio/Snap.Hutao/issues/887)
- 修复了我的角色页面中点击未使用角色橱窗同步数据的武器时会导致崩溃的问题 [#904](https://github.com/DGP-Studio/Snap.Hutao/issues/904)
- 修复了我的角色页面中武器数值显示不正确的问题 [#907](https://github.com/DGP-Studio/Snap.Hutao/issues/907)
- 修复了无法从 Bilibili 服务器转换到部分服务器的问题 [#893](https://github.com/DGP-Studio/Snap.Hutao/issues/893)
- 修复了祈愿记录页面中当记录存在新手祈愿时会导致崩溃的问题 [#917](https://github.com/DGP-Studio/Snap.Hutao/issues/917)
- 修复了养成计划在未进入养成计划页面前没有提前选中的问题,该问题曾导致至少需要进入一次养成计划页面才能添加养成计划
- 修复了领取签到奖励触发验证时有即使接口报告成功也无法验证成功的问题
- 优化
- 调整了怪物资料中怪物的展示顺序
- 优化了祈愿统计的加载速度
- 优化了数据库访问的 UI 线程占用
- 优化了养成计划页面中部分视图的滚动体验,现在可能需要更长的时间才能加载视图
## 1.7.3
- 修复了 HoYoverse 网页登录失效的问题
- 升级了 Windows App SDK 版本,修复了标题栏顶部无法缩放窗口的问题