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

Update to 1.10.3
This commit is contained in:
dgp-bot[bot]
2024-06-05 14:23:23 +00:00
committed by GitHub
2 changed files with 52 additions and 2 deletions

View File

@@ -11,7 +11,32 @@ banner: https://opengraph.snapgenshin.cn/generate?url=https://hut.ao/en/statemen
# Update Logs # Update Logs
## 1.10.2 <Badge text="latest" type="tip" /> ## 1.10.3 <Badge text="latest" type="tip" />
- **[🎉New]** The notification area icon now supports show the menu with a left click [#1656](https://github.com/DGP-Studio/Snap.Hutao/issues/1656)
- **[🔨Fix]** Fixed the issue where the frame rate unlock feature in the game launcher failed in version 4.7 of the game [#1675](https://github.com/DGP-Studio/Snap.Hutao/issues/1675)
- **[🔨Fix]** Fixed the issue where closing the main window on Windows 10 system would not correctly pop up the tray icon notification
- **[🔨Fix]** Fixed the issue where the tray icon location could not be correctly obtained on Windows 10 system, causing crashes
- **[🔨Fix]** Fixed the issue where the window would not be remembered when resized to smaller than the initial size [#1657](https://github.com/DGP-Studio/Snap.Hutao/issues/1657)
- **[🔨Fix]** Fixed the issue where application redirection failed in some scenarios
- **[🔨Fix]** Fixed the issue where the launch game window data expired in some scenarios
- **[🔨Fix]** Fixed the issue where all materials in the cultivation plan are highlighted on Sundays
- **[🔨Fix]** Fixed the issue where the guide window can be maximized
- **[🔨Fix]** Fixed the issue where the game screenshot folder cannot be opened when it does not exist
- **[🔨Fix]** Fixed the issue where the dev version and the official version use the same notification identifier, causing repeated activation <Badge text="Developer feature" type="tip" />
- **[✨Optimization]** Temporarily disabled the MiYouShe web login entry in the user panel
- **[✨Optimization]** Removed the jump list of the right-click menu of Snap Hutao icon in the taskbar and the start menu
- **[✨Optimization]** Optimized the style of in-app notifications [#1650](https://github.com/DGP-Studio/Snap.Hutao/issues/1650)
- **[✨Optimization]** Optimized the style of the character property panel in My Characters
- **[✨Optimization]** Optimized the style of real-time notes settings in Real-time Notes
- **[✨Optimization]** Optimized the brightness performance of the game announcement images on the homepage in dark mode
- **[✨Optimization]** Optimized the brightness performance of the pool images in the global wish statistics in the wish records in dark mode
- **[✨Optimization]** Optimized the display effect of some texts
- **[✨Optimization]** Optimized the loading speed of some pages
- **[✨Optimization]** Other performance improvements
- **[🌏Localization]** Added Vietnamese language support
## 1.10.2
- **[🎉New]** Introduced retry mechanism for static resource downloads - **[🎉New]** Introduced retry mechanism for static resource downloads
- **[🎉New]** Added Real-time Note feature to view Archon Quest progress [#1203](https://github.com/DGP-Studio/Snap.Hutao/issues/1203) - **[🎉New]** Added Real-time Note feature to view Archon Quest progress [#1203](https://github.com/DGP-Studio/Snap.Hutao/issues/1203)

View File

@@ -10,7 +10,32 @@ banner: https://opengraph.snapgenshin.cn/generate?url=https://hut.ao/en/statemen
# 更新日志 # 更新日志
## 1.10.2 <Badge text="最新版" type="tip" /> ## 1.10.3 <Badge text="最新版" type="tip" />
- **【🎉新增】** 现在通知区域图标支持左键单击呼出菜单了 [#1656](https://github.com/DGP-Studio/Snap.Hutao/issues/1656)
- **【🔨修复】** 修复了游戏启动器中帧率解锁功能在游戏 4.7 版本下失效的问题 [#1675](https://github.com/DGP-Studio/Snap.Hutao/issues/1675)
- **【🔨修复】** 修复了 Windows 10 系统下关闭主窗口不会正确弹出托盘图标通知的问题
- **【🔨修复】** 修复了 Windows 10 系统下有时无法正确获取托盘图标位置导致崩溃的问题
- **【🔨修复】** 修复了将窗口调整到小于初始尺寸的大小时不会被记忆的问题 [#1657](https://github.com/DGP-Studio/Snap.Hutao/issues/1657)
- **【🔨修复】** 修复了部分场景下应用重定向失败的问题
- **【🔨修复】** 修复了部分场景下启动游戏窗口数据过期的问题
- **【🔨修复】** 修复了养成计划所有材料在周日高亮的问题
- **【🔨修复】** 修复了引导窗口可以最大化的问题
- **【🔨修复】** 修复了当游戏截图文件夹不存在时无法打开的问题
- **【🔨修复】** 修复了开发版与正式版使用同一个通知标识符导致重复激活的问题 <Badge text="开发者功能" type="tip" />
- **【✨优化】** 暂时禁用了用户面板中的米游社网页登录入口
- **【✨优化】** 移除了任务栏以及开始菜单中胡桃图标的右键菜单的快捷任务列表
- **【✨优化】** 优化了应用内通知的样式 [#1650](https://github.com/DGP-Studio/Snap.Hutao/issues/1650)
- **【✨优化】** 优化了我的角色中角色数值面板的样式
- **【✨优化】** 优化了实时便笺中实时便笺设置的样式
- **【✨优化】** 优化了主页中游戏公告的图片在深色模式下的亮度表现
- **【✨优化】** 优化了祈愿记录中全球祈愿统计中的卡池图片在深色模式下的亮度表现
- **【✨优化】** 优化了部分文本的显示效果
- **【✨优化】** 优化了部分页面的加载速度
- **【✨优化】** 其他的性能改进
- **【🌏本地化】** 新增越南语
## 1.10.2
- **【🎉新增】** 为静态资源下载引入了重试机制 - **【🎉新增】** 为静态资源下载引入了重试机制
- **【🎉新增】** 实时便笺新增魔神任务进度查看 [#1203](https://github.com/DGP-Studio/Snap.Hutao/issues/1203) - **【🎉新增】** 实时便笺新增魔神任务进度查看 [#1203](https://github.com/DGP-Studio/Snap.Hutao/issues/1203)