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

Version 1.7.10 Update
This commit is contained in:
Masterain
2023-10-17 16:31:40 -07:00
committed by GitHub
5 changed files with 58 additions and 2 deletions

14
.github/FUNDING.yml vendored Normal file
View File

@@ -0,0 +1,14 @@
# These are supported funding model platforms
#github: # Replace with up to 4 GitHub Sponsors-enabled usernames e.g., [user1, user2]
github: [Masterain98]
patreon: # Replace with a single Patreon username
open_collective: snaphutao
ko_fi: # Replace with a single Ko-fi username
tidelift: # Replace with a single Tidelift platform-name/package-name e.g., npm/babel
community_bridge: # Replace with a single Community Bridge project-name e.g., cloud-foundry
liberapay: # Replace with a single Liberapay username
issuehunt: # Replace with a single IssueHunt username
otechie: # Replace with a single Otechie username
lfx_crowdfunding: # Replace with a single LFX Crowdfunding project-name e.g., cloud-foundry
custom: https://afdian.net/a/DismissedLight

View File

@@ -22,6 +22,13 @@ You can find all [unsolved opened issues](https://github.com/DGP-Studio/Snap.Hut
5. Switch git branch to `develop`
6. Open project solution with your Visual Studio and then you are ready to go
## Enable Debug
1. Download and install `Sysinternals Suite` from [Microsoft Store](https://www.microsoft.com/store/productid/9P7KNL5RWT25) or [Microsoft website](https://learn.microsoft.com/en-us/sysinternals/downloads/sysinternals-suite)
2. Locate and run `DebugView` program in the installed app list or unzipped folder
3. Run Snap Hutao client
4. Check DebugView output
## <HopeIcon icon="iconfont icon-pull-request" size="1.5rem" /> Start Pull Request
- All code-related changes from authors' own branches are only allowed be merged to `develop` branch

View File

@@ -8,7 +8,21 @@ comment: false
# Update Logs
## 1.7.9 <Badge text="latest" type="tip" />
## 1.7.10 <Badge text="最新版" type="tip" />
- Fix
- Fixed login issue with HoYoverse account [#1011](https://github.com/DGP-Studio/Snap.Hutao/issues/101) [#1012](https://github.com/DGP-Studio/Snap.Hutao/issues/1012)
- Fixed daily check-in issue on HoYoLAB account [#1013](https://github.com/DGP-Studio/Snap.Hutao/issues/1013)
- Fixed issue that `Invalid item` error show up when language does not match in UIGFv2.2 data file [#1001](https://github.com/DGP-Studio/Snap.Hutao/issues/1001)
- Fixed crash issue when an invalid CAPTCHA Url is input in the setting
- Fixed crash issue when an invalid channel setting is given when launching the game
- Fixed crash when switching account while WebView2 Runtime version is too low to have necessary feature
- Fixed crash issue when an invalid record is displayed in Spiral Abyss page
- Fixed a memory overflow issue in embedded pages
- Optimization
- Current game account now can be automatically identified when reaching the game launcher page
## 1.7.9
- Fix
- Fixed an issue that prevented the program from launching with the correct window size after the monitor

View File

@@ -21,6 +21,13 @@ order: 2
5. 将分支切换为 `develop`
6. 使用你的 Visual Studio 打开项目 solution接下来你就可以开始编辑代码了
## 开启 Debug
1. 从[微软商店](https://www.microsoft.com/store/productid/9P7KNL5RWT25)或[微软官网](https://learn.microsoft.com/zh-cn/sysinternals/downloads/sysinternals-suite)下载并安装 `Sysinternals Suite`
2. 从开始菜单或解压后的文件中找到 `DebugView` 并启动
3. 启动 Snap Hutao 主程序
4. 观察 DebugView 的输出
## <HopeIcon icon="iconfont icon-pull-request" size="1.5rem" /> 发起 Pull Request
- 所有不是从项目其它分支发起的 Pull Request 都只被允许合并进 `develop` 分支

View File

@@ -8,7 +8,21 @@ comment: false
# 更新日志
## 1.7.9 <Badge text="最新版" type="tip" />
## 1.7.10 <Badge text="最新版" type="tip" />
- 修复
- 修复了 HoYoverse 无法正常登录的问题 [#1011](https://github.com/DGP-Studio/Snap.Hutao/issues/101) [#1012](https://github.com/DGP-Studio/Snap.Hutao/issues/1012)
- 修复了 HoYoLAB 账号无法正常签到的问题 [#1013](https://github.com/DGP-Studio/Snap.Hutao/issues/1013)
- 修复了导入 UIGF v2.2 文件时语言不正确会导致提示`无效的物品`的问题 [#1001](https://github.com/DGP-Studio/Snap.Hutao/issues/1001)
- 修复了提供无效的无感验证 Url 后在请求相应接口时会导致程序崩溃的问题
- 修复了部分无效的通道状态下进入启动游戏页面会导致程序崩溃的问题
- 修复了 WebView2 Runtime 版本过低时查看内嵌网页并切换账号会导致程序崩溃的问题
- 修复了深境螺旋页面当部分记录无有效值时会导致程序崩溃的问题
- 修复了内嵌网页可能导致内存溢出的一个问题
- 优化
- 现在启动游戏页面中检测账号后若已经存在对应账号会自动选择
## 1.7.9
- 修复
- 修复了退出程序后显示器分辨率更改后无法以正确窗口尺寸启动的问题