docs: Auto Update Changelogs of v6.0.0 (#15048)

* docs: Auto Generate Changelog of Release v6.0.0

* docs: ai 改 changelog

---------

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: uye <99072975+ABA2396@users.noreply.github.com>
This commit is contained in:
github-actions[bot]
2025-12-12 02:32:50 +08:00
committed by GitHub
parent 8a824c23af
commit 3d796dec56

View File

@@ -1,72 +1,55 @@
## v6.0.0-beta.2
## v6.0.0
### Highlights
#### .NET 10 升级
MAA 已全面升级至 .NET 10带来更好的性能和更现代化的开发体验。并将第三方依赖移至子文件夹,在保持目录清爽的同时有效减少更新包的体积。
MAA 已升级至 .NET 10带来性能与开发体验改进;取消单文件发布同时将第三方依赖移至子文件夹,在保持目录清爽的同时有效减少更新包的体积。 (PR #14971, #14984) @SherkeyXD @ABA2396
#### 关卡导航与小游戏优化
重构关卡导航 API现在小游戏列表可通过 API 动态获取支持配置小游戏开放时间,使小游戏功能更加灵活易用。
重构关卡导航 API小游戏列表可通过 API 动态获取支持配置小游戏开放时间,增强灵活性与可配置性。 (PR #14997) @ABA2396
----
#### .NET 10 Upgrade
MAA has been fully upgraded to .NET 10, bringing better performance and a more modern development experience. Third-party dependencies have been moved to a subfolder, effectively reducing update package size while keeping the directory clean.
MAA has been upgraded to .NET 10, improving performance and the developer experience. Cancel the single file release and move third-party dependencies to subfolders, effectively reducing update package size while keeping the directory clean. (PR #14971) @SherkeyXD @ABA2396
#### Stage Navigation and Mini-game Optimization
Refactored the stage navigation API. Mini-game lists can now be dynamically retrieved through the API, with support for configuring mini-game opening times, making the mini-game feature more flexible and user-friendly.
Refactored the stage navigation API. Mini-game lists can be retrieved via API and opening times configured, improving flexibility. (PR #14997, #14984) @ABA2396
----
以下是详细内容:
## v6.0.0-beta.1
## v6.0.0
### 新增 | New
* LocalizationHelper 支持 TryGetString 与 HasTranslation @ABA2396
* 小游戏列表通过 API 获取,支持配置开放时间 (#14997) @ABA2396
* `LocalizationHelper` 支持 `TryGetString``HasTranslation` @ABA2396
* 将第三方依赖移至子文件夹以减小更新包体积 (PR #14984) @ABA2396
### 改进 | Improved
* 重构简化关卡导航 API (#14997) @ABA2396
* 优化自动编队助战页面继承 @status102
* 优化自动编队缺失干员查找 @status102
* 重构关卡导航 API,小游戏列表通过 API 获取并支持配置开放时间 (PR #14997) @ABA2396
* RoguelikeStageTrader 与 OCR 兼容性与 UI 优化,改进多区域支持 (PR #15047, #15026) @Manicsteiner @HX3N
* 将部分 P/Invoke 从 `DllImport` 切换为 `LibraryImport`,提高跨平台兼容性 @status102
### 修复 | Fix
* 在已开启更新日志的情况下点击更新日志窗口不会移至前台 @ABA2396
* 自动编队当干员存在于多个作业组且已经被编入后可能被误标记为未持有 @status102
* 自动编队编入助战后未添加至干员-干员组映射 @ABA2396
* 因延迟进入线索传递界面导致任务出错 (#14992) @ABA2396
* 夜间 OTA dotnet 构建错误 (#14996) @Manicsteiner
### 构建 | Build
* 升级至 .NET 10 (#14971) @SherkeyXD @ABA2396
* 取消单文件发布,第三方依赖移至子文件夹,减少更新包体积 (#14984) @ABA2396
* 更新 github-actions 依赖 (#14978) @dependabot
### 其他 | Other
* 移除不再使用的 report @ABA2396
* YostarKR CharsNameOcrReplace OCR 编辑 @HX3N
----
## v6.0.0-beta.2
### 修复 | Fix
* 资源更新创建 ToolTip 失败 @ABA2396
* 自动编队助战切换职业 retry @status102
* 多活动同时开放时提示可能被错误折叠 @ABA2396
* 修复 nightly OTA dotnet 构建问题 (PR #14996) @Manicsteiner
* 修复资源更新时创建 ToolTip 失败的问题 @ABA2396
* 修复自动编队/助战模块中 retry 与标记导致的重复或遗漏问题 @status102
* 修复多活动同时开放时被错误折叠的问题 @ABA2396
### 文档 | Docs
* 更新文档中的 .NET 版本至 10 (#15023) @wryx166
* 更新安全策略版本 @SherkeyXD
* 在 VS Code 扩展中补充日志查看说明 (PR #14696) @NtskwK
* 在文档中更新 .NET 版本说明为 10 (PR #15023) @wryx166
### 其他 | Other
* 移除不再使用的 `report` 与相关引用 @status102
* 若干 OCR 与文本替换的局部改进 YostarKR / YostarJP @HX3N @Manicsteiner