From ca605edffd413b3e6b7e1daa3b201c2ed85a652d Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 1 May 2025 21:52:27 +0800 Subject: [PATCH] docs: Auto Update Changelogs of v5.16.0 (#12503) * docs: Auto Generate Changelog of Release v5.16.0 * docs: Update CHANGELOG.md * feat: Update CHANGELOG.md * feat: Update CHANGELOG.md Co-authored-by: Constrat <56174894+Constrat@users.noreply.github.com> * feat: Update CHANGELOG.md --------- Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: uye <99072975+ABA2396@users.noreply.github.com> Co-authored-by: AnnAngela Co-authored-by: Constrat <56174894+Constrat@users.noreply.github.com> --- CHANGELOG.md | 77 +++++++++++++++++++++++++++++++++++++++++++++++++++- 1 file changed, 76 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e1d8751f0e..a423ab35c6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,21 +1,96 @@ -## v5.16.0-beta.1 +## v5.16.0 + +### 基建又改了…… | Highlight + +本次版本更新是六周年版本更新第一弹,紧急修复了一些由于新基建等导致的问题。 + +#### 新的基建 + +六周年版本对基建的改动主要体现在:一是增加了一列活动室,二是将左上角的“进驻总览”和“建造模式”的背景改为半透明。 + +我们在这个版本作了适配,并且开始了对基建队列与干员休整功能的初步适配。 + +如果你在使用基建功能的过程中遇到问题,请及时反馈~ + +#### 新的活动 + +这个版本我们适配了六周年活动推荐月卡、幸运墙等活动内容,适配了SideStory「众生行记」导航,应该没有遗漏了的吧(x + +#### 新的技能识别与自动编队 + +我们更新了牛牛的技能识别模型,应该能更好的处理一些特殊情况,例如血条挡住技能图标之类的。 + +同时,由于六周年版本对部分职业图标做了改动,我们在这个版本也同步调整了自动编队的职业图标识别功能。 + +如果你在使用自动战斗功能的过程中遇到问题,请及时反馈~ + +---- + +### Base Construction Changes… Again | Highlight + +This version update is the first wave of the 6th Anniversary content, and includes urgent fixes for issues caused by the new base system and other related changes. + +#### New Base System + +The main changes to the base in the 6th Anniversary update are: +1. A new row of *Facilities* has been added. +2. The background of the top-left "Operator Overview" and "Construction Mode" buttons is now semi-transparent. + +We've updated MAA to adapt to these changes in this version, and have started initial work on supporting base queues and operator rest functionality. + +If you encounter any issues while using the base system, please let us know promptly! + +#### New Events + +In this version, we've added support for the 6th Anniversary's featured events like the Monthly Pass recommendation, Lucky Wall, and more. We've also adapted the navigation for the SideStory **"An Obscure Wanderer"**. Hopefully we didn't miss anything this time (x + +#### Improved Skill Recognition + +We've updated the skill recognition model to better handle edge cases, like when the HP bar covers the skill icon. + +As the icons of some classes have been changed, we've also updated the Auto Squad to match these changes. + +If you run into problems using Auto Battle, don't hesitate to report them~ + +---- + +以下是详细内容: +Below is the full changelog: ### 新增 | New +* 特殊月卡扩大识别范围 @SherkeyXD +* 幸运墙适配六周年 @SherkeyXD +* SideStory「众生行记」导航 @SherkeyXD +* 更新技能识别模型,采用更全面的数据集训练 (#12490) @Plumess * 适配基建队列轮换与干员休整 (#11252) @Lemon-miaow @ABA2396 * 优化技能识别模型 (#11984) @Plumess @ABA2396 ### 改进 | Improved +* 优化训练室和加工站进站逻辑 @ABA2396 * 修改小游戏描述 @Daydreamer114 ### 修复 | Fix +* 适配新基建 (#12500) @ABA2396 +* 修正送抽任务 @SherkeyXD +* CheckLevelMax too fast without delay (#12498) @BxFS +* 构建日期显示错误 @ABA2396 +* 下载源选择 MirrorChyan 时如果关闭自动下载,手动点击软件更新无提示 @ABA2396 * RecruitSupportOperator 拼写错误 @ABA2396 * vc++ 检测移动至文件检测后 @ABA2396 +* EN RoutingRefreshNodeConfirm roi too small (#12491) @BxFS * EN RoutingRefreshNode dimension too large (#12484) @BxFS * KR RoutingRefreshNode dimension too large (#12487) @HX3N +### 文档 | Docs + +* 移除过期描述 @ABA2396 + ### 其他 | Other +* manually update version.json @Constrat +* Manual update resources @Constrat +* 不启用外部通知时隐藏可选项 @ABA2396 * ignore templates for global @Constrat