Merge pull request #62 from DGP-Studio/next-patch

1.7.13 Update
This commit is contained in:
Masterain
2023-10-30 03:54:43 -07:00
committed by GitHub
5 changed files with 49 additions and 5 deletions

View File

@@ -43,6 +43,9 @@ verification, then your account can be used to refresh data.
- Do not disturb setting
- Prioritized notification
- This prevent Snap Hutao's notification being closed automatically
- Customized data forwarding Webhook
- Snap Hutao allows user to forward Realtime Notes data to other applications to reduce account's request to MiHoYo API
- Input your third party HTTP API endpoint in `Realtime Notes Webhook Url` setting field, and Snap Hutao will forward the raw data through `POST` requests
## Independent Settings for Accounts

View File

@@ -8,7 +8,26 @@ comment: false
# Update Logs
## 1.7.11 <Badge text="latest" type="tip" /><Badge text="hotfix" type="tip" />
## 1.7.13 <Badge text="latest" type="tip" /><Badge text="hotfix" type="tip" />
- Add
- Added option to forward Realtime Note data to specified webhook [#431](https://github.com/DGP-Studio/Snap.Hutao/issues/431)
- Added date range of wish history records [#899](https://github.com/DGP-Studio/Snap.Hutao/issues/899)
- Added detail view of Adventure Encounter Points in Realtime Note, support view of current Adventure Encounter Points status [#1021](https://github.com/DGP-Studio/Snap.Hutao/issues/1021)
- Fix
- Fixed `Argument error` when using quick launcher from task bar in some conditions [#925](https://github.com/DGP-Studio/Snap.Hutao/issues/925)
- Fixed crash issue when using advanced launcher in some conditions [#1035](https://github.com/DGP-Studio/Snap.Hutao/issues/1035)
- Fixed issue that cannot go back on embedded MiHoYo BBS browser [#1023](https://github.com/DGP-Studio/Snap.Hutao/issues/1023)
- Fixed issue on converting server from bilibili server to global server [#1041](https://github.com/DGP-Studio/Snap.Hutao/issues/1041)
- Fixed issue that Snap Hutao cannot identify game client status
- Fixed issue on Snap Hutao Cloud status on wish export page, after switching Snap Hutao account [#903](https://github.com/DGP-Studio/Snap.Hutao/issues/903)
- Optimization
- Added localization support on prompts that returned by Snap Hutao Cloud server
- Redesigned Snap Hutao Passport UI, and now it is embedded in settings page [#911](https://github.com/DGP-Studio/Snap.Hutao/issues/1021)
- Redesigned advanced game launcher page UI
- User now can view and select launcher parameters in advanced game launcher
## 1.7.11
- Fixed the game launching arguments error (hotfix)

View File

@@ -19,9 +19,9 @@ order: 8
## <HopeIcon icon="iconfont icon-qq" size="1.5rem" color="rgb(0,126,198)" /> QQ 群
> 若入群问题为最新版本号则请输入三位版本号(如 `1.2.3`)而不是四位版本号(如 `1.2.3.0`
- [Snap Hutao](http://qm.qq.com/cgi-bin/qm/qr?_wv=1027&k=DmW_LDX35YEr1CQZwjZ6x4JYP03soai2&authKey=z3PzXsuYlaPTm%2FW7TyE0o9KNz7H6LA%2BTEZ4mK2BE9%2Fcz0HhH3s1qgbydciAmrGeg&noverify=0&group_code=910780153)
- [Snap Hutao 用户群](http://qm.qq.com/cgi-bin/qm/qr?_wv=1027&k=DmW_LDX35YEr1CQZwjZ6x4JYP03soai2&authKey=z3PzXsuYlaPTm%2FW7TyE0o9KNz7H6LA%2BTEZ4mK2BE9%2Fcz0HhH3s1qgbydciAmrGeg&noverify=0&group_code=910780153)
- 胡桃一般用户群
- 若入群问题为最新版本号则请输入三位版本号(如 `1.2.3`)而不是四位版本号(如 `1.2.3.0`
- [_Snap 开发交流群_](http://qm.qq.com/cgi-bin/qm/qr?_wv=1027&k=XJPjE6ffuYPkZmXvujdP1ZDY2BqL8RDg&authKey=YHBYvW4KmPUpPjGwYwGduG7ZELhFIkd9QxLHuwBFmm4UvQH1ThWiv%2FKPgeckiqt4&noverify=0&group_code=982424236)
- 广泛的技术交流群,并非胡桃工具箱开发群
- 开发群对申请者的技术水平有一定要求

View File

@@ -39,6 +39,9 @@ comment: false
- 高优先度通知
- 这将避免胡桃工具箱的通知被自动收入操作中心
- 请注意,开启此设置可能会让您在日常使用电脑期间受到打扰
- 自定义数据转发 Webhook
- 胡桃客户端允许用户将获取到的实时便笺数据转发给其它程序以减少账号对米哈游 API 的请求
- 将第三方程序的 HTTP API 接口填写在 `实时便笺 Webhook Url` 设置中,胡桃将以 `POST` 的方式将原始数据转发至该接口
## 帐号独立设置

View File

@@ -8,7 +8,26 @@ comment: false
# 更新日志
## 1.7.11 <Badge text="最新版" type="tip" /><Badge text="hotfix" type="tip" />
## 1.7.13 <Badge text="最新版" type="tip" /><Badge text="hotfix" type="tip" />
- 新增
- 增加实时便笺数据转发 Webhook 选项 [#431](https://github.com/DGP-Studio/Snap.Hutao/issues/431)
- 在祈愿记录页面显示祈愿记录范围时间 [#899](https://github.com/DGP-Studio/Snap.Hutao/issues/899)
- 为实时便笺页面引入了历练点详情视图,可以查看当前历练点获取情况 [#1021](https://github.com/DGP-Studio/Snap.Hutao/issues/1021)
- 修复
- 修复了通过快速启动窗口启动游戏会抛出`参数错误`的问题 [#925](https://github.com/DGP-Studio/Snap.Hutao/issues/925)
- 修复了高级启动器界面闪退的问题 [#1035](https://github.com/DGP-Studio/Snap.Hutao/issues/1035)
- 修复了内嵌网页在米游社页面中无法返回的问题 [#1023](https://github.com/DGP-Studio/Snap.Hutao/issues/1023)
- 修复了从 B 服转换服务器中出现的问题 [#1041](https://github.com/DGP-Studio/Snap.Hutao/issues/1041)
- 修复了无法正确检测游戏是否正在运行的问题
- 修复了切换胡桃通行证后祈愿记录中的胡桃云集成无法正确反应的问题 [#903](https://github.com/DGP-Studio/Snap.Hutao/issues/903)
- 优化
- 为胡桃云服务的提示文本增加了国际化支持
- 重新设计了胡桃通行证页面的 UI现在集成在设置页面中 [#911](https://github.com/DGP-Studio/Snap.Hutao/issues/1021)
- 重新设计了启动游戏页面的 UI
- 用户现在可以在高级启动器中选择游戏启动参数
## 1.7.11
- 修复了游戏启动器中窗口设置的错误 (hotfix)