## Summary by Sourcery
收紧瓦片键匹配语义,调整可选关卡元数据的处理方式,优化 Rogue-like 投资行为,同时增加重新启动新手引导的 UI 选项,并更新辅助文档和
CI 配置。
New Features:
- 在设置界面中新增操作,用于重新启动应用内引导并重新启动应用程序。
- 引入新的 WPF `CheckBox` 样式资源,以及针对设置和引导视图相关的 XAML/UI 更新。
Bug Fixes:
- 在比较或搜索时,要求瓦片关卡键必须精确匹配,不再将空字段视为通配符。
- 确保 Rogue-like 投资选项仅在投资模式激活时才生效,避免在其他模式中出现非预期的限制。
Enhancements:
- 放宽对关卡定义的 JSON 解析,对缺失的 `code` 与 `name` 字段使用中性默认值进行容错。
- 调整瓦片包解析中对缺失关卡代码值的默认处理。
- 微调 README 徽章和样式,以获得更好的排版效果和一致性。
CI:
- 更新 markdown 检查工作流,使用最新版主要版本的 sticky pull request comment action。
<details>
<summary>Original summary in English</summary>
## Summary by Sourcery
Tighten tile key matching semantics, adjust handling of optional level
metadata, and refine roguelike investment behavior while adding a UI
option to restart the onboarding guide and updating auxiliary docs and
CI configuration.
New Features:
- Add a settings UI action to restart the in-app guide and relaunch the
application.
- Introduce a new WPF CheckBox style resource and related XAML/UI
updates for settings and guide views.
Bug Fixes:
- Require exact matches for tile level keys instead of treating empty
fields as wildcards when comparing or searching.
- Ensure roguelike investment options are only applied when the
investment mode is active, avoiding unintended limits in other modes.
Enhancements:
- Relax JSON parsing for level definitions to tolerate missing code and
name fields with neutral defaults.
- Adjust tile pack parsing defaults for missing level code values.
- Tweak README badges and styling for better formatting and consistency.
CI:
- Update the markdown checker workflow to use the latest major version
of the sticky pull request comment action.
</details>
## Summary by Sourcery
为迷你游戏 SPA 及相关工具的 v6.5.0 版本发布准备资源和本地化内容。
新功能:
- 更新迷你游戏 SPA 任务配置以适配新版本发布。
增强项:
- 为 WPF GUI 刷新各受支持语言的本地化资源。
- 根据最新的资源变更调整模板优化配置。
<details>
<summary>Original summary in English</summary>
## Summary by Sourcery
Prepare assets and localizations for the v6.5.0 release of the mini-game
SPA and related tooling.
New Features:
- Update mini-game SPA task configuration for the new release version.
Enhancements:
- Refresh localization resources across supported languages for the WPF
GUI.
- Adjust template optimization configuration for the latest resource
changes.
</details>
* docs: Auto Generate Changelog of Release v6.5.0
* Update CHANGELOG for version 6.5.0
Add highlight section and update new features list.
---------
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: uye <99072975+ABA2396@users.noreply.github.com>