docs: Update CHANGELOG for v6.7.0-beta.2 release

Updated version to v6.7.0-beta.2 and included new features such as DeepSleep integration and Achievement DLC #3. Various UX fixes and improvements were also made.
This commit is contained in:
uye
2026-03-27 20:42:21 +08:00
committed by GitHub
parent 25024f55e5
commit 304833a334

View File

@@ -1,48 +1,4 @@
## v6.7.0
### 正式接入 DeepSleep | Highlight
我们很高兴地宣布:从 v6.7.0 开始MAA 将正式接入 DeepSleep。这将意味着我们首次将 AI 引入到游戏助手领域为你带来更智能、高效的体验。DeepSleep 的 AI 算法能够实时分析游戏运行数据,动态生成运行日志,在保证游戏流畅度的同时有效提升用户体验。这一功能的加入,标志着 MAA 在智能化方向上迈出了关键一步,未来我们也将持续探索 AI 技术与 MAA 的深度融合,为你带来更多创新体验。 ~(绝对不是牛牛喝醉了睡着导致的)~
#### 成就 DLC #3 同步上线
除了 DeepSleep本次更新也带来了成就 DLC #3
* 成就现已支持按 DLC 期数搜索;
* 补充了一批新的成就触发与描述;
* 多语言文本与部分触发细节也一并完成调整。
#### 多项细节问题一并修复
除了 DeepSleep本次更新也处理了一批影响体验的细节问题。
* 修复任务开始/完成时无法显示任务名的问题;
* 修复在非 UI 线程清空库存数据可能导致任务添加失败的问题;
* 修复多项剿灭相关识别与战斗完成 ROI 问题。
----
We are pleased to announce that starting from v6.7.0, MAA will officially integrate DeepSleep. This marks the first time we bring AI into the game assistant space, delivering a smarter and more efficient experience. DeepSleep's AI algorithm analyzes game runtime data in real time and dynamically generates operation logs, effectively enhancing user experience while maintaining smooth gameplay. The addition of this feature represents a key milestone in MAA's journey toward intelligence, and we will continue to explore deeper integration of AI technology with MAA to bring you more innovative experiences. ~(Definitely not because Pallas got drunk and fell asleep)~
#### Achievement DLC #3 Included
Alongside DeepSleep, this update also brings Achievement DLC #3.
* Achievements are now organized by DLC release phase;
* A new batch of achievement triggers and descriptions has been added;
* Multilingual texts and several trigger details have also been refined.
#### Various UX Fixes Included
Besides DeepSleep, this update also fixes several small but noticeable issues.
* Fix missing task names when tasks start or finish;
* Fix task creation failures caused by clearing depot data off the UI thread;
* Fix several issues related to Annihilation recognition and completion ROI.
----
以下是详细内容:
## v6.7.0-beta.2
### 新增 | New
@@ -59,6 +15,7 @@ Besides DeepSleep, this update also fixes several small but noticeable issues.
### 修复 | Fix
* 亮色模式下 Linkstart 按钮样式缺失 @ABA2396
* 修复 build warningsmtp 改用新版本 MailKit @ABA2396
* 修复剿灭关卡名 OcrReplace @status102
* 修复在非 UI 线程调用清空库存数据导致任务添加失败 @ABA2396