Update to 1.7.17

This commit is contained in:
Masterain
2023-11-09 23:46:30 -08:00
parent 08d216fefd
commit bdefe1969b
2 changed files with 24 additions and 4 deletions

View File

@@ -8,7 +8,17 @@ comment: false
# Update Logs
## 1.7.16 <Badge text="latest" type="tip" />
## 1.7.17 <Badge text="latest" type="tip" />
- Fix
- Fixed the issue that update in Dev Plan would affect same item across the plans [#1079](https://github.com/DGP-Studio/Snap.Hutao/issues/1079)
- Fixed the issue that wish record URL for global server cannot be found [#1081](https://github.com/DGP-Studio/Snap.Hutao/issues/1081)
- Fixed error log capture issue
- Optimization
- Auto click feature now can be switched off and hot key can be changed [#961](https://github.com/DGP-Studio/Snap.Hutao/issues/961)
- Optimized time display for wish records in global servers [#830](https://github.com/DGP-Studio/Snap.Hutao/issues/830)
## 1.7.16
- Add
- Add screen resolution quick switch dropdown in Game Launcher [#1062](https://github.com/DGP-Studio/Snap.Hutao/issues/1062)

View File

@@ -8,9 +8,20 @@ comment: false
# 更新日志
## 1.7.16 <Badge text="最新版" type="tip" />
## 1.7.17 <Badge text="最新版" type="tip" />
- 修复
- 修复了养成计划中相同物品在不同计划之间的互相影响 [#1079](https://github.com/DGP-Studio/Snap.Hutao/issues/1079)
- 修复了无法获取国际服祈愿记录 URL 的问题 [#1081](https://github.com/DGP-Studio/Snap.Hutao/issues/1081)
- 修复了错误日志抓取的错误
- 优化
- 自动连点功能支持禁用功能和自定义按键 [#961](https://github.com/DGP-Studio/Snap.Hutao/issues/961)
- 优化了对国际服非 UTC+8 时区祈愿记录的时间判断
## 1.7.16
- 新增
- 启动游戏页面为启动参数增加了总开关 [#1065](https://github.com/DGP-Studio/Snap.Hutao/issues/1065)
- 启动游戏页面新增快速选择分辨率的下拉框 [#1062](https://github.com/DGP-Studio/Snap.Hutao/issues/1062)
- 增加对 [Starward](https://github.com/Scighost/Starward) 客户端的支持,以允许用户实现游戏时长统计 [#1071](https://github.com/DGP-Studio/Snap.Hutao/issues/1071)
@@ -23,7 +34,6 @@ comment: false
- 修复了获取用户米游社数据时返回`5003`错误的问题 [#1060](https://github.com/DGP-Studio/Snap.Hutao/issues/1060)
- 修复了养成计划物品内物品列表无法滚动的问题 [#1068](https://github.com/DGP-Studio/Snap.Hutao/issues/1068)
- 修复了特定条件下设置页面无法滚动的问题 [#1072](https://github.com/DGP-Studio/Snap.Hutao/issues/1072)
- 优化
- 启动游戏页面资源下载中导航按钮更改为链接复制按钮 [#1074](https://github.com/DGP-Studio/Snap.Hutao/issues/1074)
- 优化了胡桃软件更新公告的显示逻辑,不再显示低版本的更新通知 [#1015](https://github.com/DGP-Studio/Snap.Hutao/issues/1015)