Commit Graph

18568 Commits

Author SHA1 Message Date
CH4
505d1c32c2 feat: 剿灭关卡在结算时识别周限进度 (#15847)
* feat: 提供了基于任务协议的剿灭刷取进度识别,并以此为依据完成或继续剿灭

* fix: 添加延时以减少极端情况发生可能性

* perf: 简化检查流程

* chore: 移除不再使用的模板图

* perf: task优化

* rft: 识别迁移至掉落插件

* chore: 漏了个图

---------

Co-authored-by: status102 <102887808+status102@users.noreply.github.com>
alpha/v6.7.1-alpha.1.d005.g505d1c32c2
2026-04-01 15:06:27 +08:00
Constrat
f43dd6ed30 feat: restart game client when login errors (#16053)
* feat: add restart logic when login errors

* fix: address sourcery review

* fix: address account switcher issue

* fix: addres review

* chore: revert debug value

* style: cleanup

* perf: 简化重启客户端逻辑, 移除独立设置项

* perf: 重启客户端遵守启动客户端选项

* chore: clarified logging

---------

Co-authored-by: status102 <102887808+status102@users.noreply.github.com>
2026-04-01 15:05:03 +08:00
uye
bafc90c2ae chore: 优化按钮样式切换 2026-04-01 14:20:04 +08:00
uye
4725b5f5d9 perf: 优化刷坍缩方式判断逻辑,在刷取到指定二级坍缩方式的下位范式时不会直接重开 2026-04-01 13:55:44 +08:00
github-actions[bot]
0b44a86755 chore: Auto Update Game Resources - 2026-04-01
https://github.com/MaaAssistantArknights/MaaAssistantArknights/actions/runs/23833538415

[skip changelog]
2026-04-01 05:31:14 +00:00
MistEO
b8db5f34c4 ci: 临时禁用 macos build v6.7.0 2026-04-01 00:17:06 +08:00
uye
329fdb2dab Release v6.7.0 (#16158)
## Summary by Sourcery

更新文档工具链依赖项及相关项目配置,以支持 v6.7.0 版本发布。

Build:
- 在 docs 包的依赖清单中,升级与 VuePress
相关的开发依赖以及其他文档构建工具(vite、vue、markdown-it、prettier、sass-embedded、vuepress-theme-plume)。

Chores:
- 刷新生成的 lockfile 以及与 docs、CLI、UI 和模板优化相关的辅助配置与资源,使其与新版本保持一致。

<details>
<summary>Original summary in English</summary>

## Summary by Sourcery

Update documentation tooling dependencies and associated project
configuration for the v6.7.0 release.

Build:
- Bump VuePress-related dev dependencies and other docs build tools
(vite, vue, markdown-it, prettier, sass-embedded, vuepress-theme-plume)
in the docs package manifest.

Chores:
- Refresh generated lockfile and ancillary configuration/assets for
docs, CLI, UI, and template optimization to align with the new release.

</details>
2026-03-31 23:04:38 +08:00
github-actions[bot]
a68f8e096c docs: Auto Update Changelogs of v6.7.0 (#16159)
Target PR:
https://github.com/MaaAssistantArknights/MaaAssistantArknights/pull/16158

<details><summary>Debug information</summary>

```
tag_name: v6.7.0
pr_title: docs: Auto Update Changelogs of v6.7.0
latest_stable_tag: v6.6.1
newest_tag: v6.7.0-beta.3
latest: v6.6.1
```

</details>

## Summary by Sourcery

完成 v6.7.0 版本更新日志的最终定稿,汇总此前各个测试版中累积的所有功能、新增内容、修复以及元数据变更。

New Features:
- 记录 DeepSleep 集成以及新的成就 DLC #3 内容。
- 记录新增的自动战斗滑块动画效果和本地安装打包脚本。
- 说明通过右键单击任务设置按钮新增的单次运行选项。

Bug Fixes:
- 记录日志、OCR 和任务名称显示的修正,包括各客户端中歼灭战关卡识别的修复。
- 记录与线程相关的仓库清空问题修复、亮色模式下的 UI 样式问题修复,以及更新错误过程中的本地化修复。
- 记录对构建警告、MailKit 使用方式、MaaFramework 文件名、.NET SDK 版本的更新,以及移除过时迁移逻辑。

Enhancements:
- 概述时间处理和日志改进,包括采用 DateTimeOffset 以及使用本地时间作为日志头信息。
- 描述用户数据和仓库信息在存储与性能方面的优化,以及自动战斗标签页行为和绑定的改进。
- 记录各类 UI 和日志呈现方面的小调整、统一的样式,以及更具色彩的睡眠可视效果。

Documentation:
- 更新并整合所有 v6.7.0 测试版及正式版的更新日志条目,包括 DeepSleep 和成就 DLC
相关变更,以及对先前版本说明的多处更正。

Chores:
- 记录依赖项更新、多次测试版发布标签记录、配置和描述修正,以及对部分资源和链接规范的细微调整。

<details>
<summary>Original summary in English</summary>

## Summary by Sourcery

Finalize the v6.7.0 changelog with all features, improvements, fixes,
and meta changes accumulated from the preceding beta releases.

New Features:
- Document DeepSleep integration and new achievement DLC #3 content.
- Record addition of animated auto-battle slider effects and
local-install packaging script.
- Note new single-run option via right-click on the task settings
button.

Bug Fixes:
- Capture logging, OCR, and task name display corrections, including
annihilation stage recognition fixes across clients.
- Document fixes for thread-related inventory clearing, UI styling
issues in light mode, and localization during update errors.
- Record updates to build warnings, MailKit usage, MaaFramework
filenames, .NET SDK version, and removal of obsolete migration logic.

Enhancements:
- Summarize time handling and logging improvements, including
DateTimeOffset adoption and local-time log headers.
- Describe storage and performance optimizations for user data and
warehouse information, plus refined auto-battle tab behavior and
bindings.
- Note assorted UI and logging presentation tweaks, unified styles, and
colorful sleep visuals.

Documentation:
- Update and consolidate changelog entries for all v6.7.0 betas and
final, including DeepSleep and achievement DLC changes, and various
corrections to previous version notes.

Chores:
- Record dependency updates, multiple beta release tagging entries,
configuration and description corrections, and minor resource and
linking guideline adjustments.

</details>
2026-03-31 22:26:53 +08:00
github-actions[bot]
68e871db6e feat: Update Submodules MaaMacGui, maa-cli
https://github.com/MaaAssistantArknights/MaaAssistantArknights/actions/runs/23793573080
[skip changelog]
2026-03-31 10:51:59 +00:00
uye
9c16dc3b97 fix: 前景色 alpha/v6.7.0-beta.3.d005.g9c16dc3b97 2026-03-30 21:49:40 +08:00
SherkeyXD
4b03ee2665 chore: deps update 2026-03-30 20:20:06 +08:00
github-actions[bot]
1330892295 chore: Auto Templates Optimization
Triggered by 77498d4941

[skip changelog]
2026-03-30 00:24:28 +00:00
HX3N
77498d4941 fix: KR update Dorm template 2026-03-30 09:23:46 +09:00
github-actions[bot]
08989b9c18 feat: Update Submodules MaaMacGui, maa-cli
https://github.com/MaaAssistantArknights/MaaAssistantArknights/actions/runs/23720025890
[skip changelog]
alpha/v6.7.0-beta.3.d001.g08989b9c18
2026-03-29 21:57:53 +00:00
uye
52b2d168fe Release v6.7.0-beta.3 (#16120)
## 由 Sourcery 提供的摘要

新增支持:可从任务队列中单次运行某个任务,而不改变其持久化的启用状态,并引入一个用于本地安装/构建输出的便捷脚本。

新功能:
- 允许从任务队列中单独运行某个任务一次,同时保留其原有的启用/禁用配置。
- 提供一个批处理脚本,用于在本地安装构建产物并发布带资源的 WPF GUI。

构建:
- 新增一个本地安装批处理脚本,用于安装构建工件、发布 WPF GUI,并将资源文件镜像到安装目录中。

<details>
<summary>Original summary in English</summary>

## 由 Sourcery 提供的摘要

新增支持:可从任务队列中单次运行某个任务,而无需更改其持久化的启用状态,并引入用于本地安装和发布带资源的 WPF GUI 的辅助脚本。

新功能:
- 允许从任务队列中单独运行某个任务一次,同时保留其现有的启用/禁用配置。

构建:
- 添加本地安装批处理脚本,用于安装构建产物、发布 WPF GUI,并将资源文件镜像到安装目录中。

<details>
<summary>Original summary in English</summary>

## Summary by Sourcery

从任务队列中添加一次性任务执行,优化 copilot 任务列表行为,并引入本地安装辅助脚本。

新功能:
- 允许从任务队列中单次运行某个独立任务,而不改变其持久化的启用状态。

缺陷修复:
- 调整 copilot 解析逻辑,确保 SSS copilot 任务始终被添加到任务列表中,并且列表的使用行为与当前选中的 copilot
选项卡保持一致。

增强优化:
- 更新 copilot 和任务队列视图及相关本地化/主题设置,以便在 UI 中体现这些新行为。

构建:
- 添加本地安装批处理脚本,用于安装构建产物、发布 WPF GUI,并将资源文件镜像到安装目录中。

<details>
<summary>Original summary in English</summary>

## Summary by Sourcery

Add one-off task execution from the task queue, refine copilot task list
behavior, and introduce a local installation helper script.

New Features:
- Allow running an individual task once from the task queue without
changing its persisted enabled state.

Bug Fixes:
- Adjust copilot parsing so SSS copilot tasks are consistently added to
the task list and list usage follows the selected copilot tab.

Enhancements:
- Update copilot and task queue views and related localizations/themes
to surface the new behaviors in the UI.

Build:
- Add a local-install batch script to install build outputs, publish the
WPF GUI, and mirror resource files into the install directory.

</details>

</details>

</details>
v6.7.0-beta.3
2026-03-29 23:25:31 +08:00
uye
ee01082052 docs: Update CHANGELOG with recent changes
Updated CHANGELOG with new features, improvements, fixes, and other changes.
2026-03-29 21:33:10 +08:00
uye
4ab5669c0b fix: 在更新时报错无法显示本地化语言 2026-03-29 21:26:34 +08:00
status102
35133131a6 chore: resolve warning
[skip changelog]
2026-03-29 19:17:22 +08:00
Status102
376943ef4f ci: 避免生成不必要的res_updater (#16116)
* chore: 避免生成不必要的res_updater

* chore: disable resource updater for publish

* fix: move inherits for publish

Co-authored-by: soundofautumn <62000745+soundofautumn@users.noreply.github.com>

* Revert "fix: move inherits for publish"

This reverts commit e85b8e4ad5.

---------

Co-authored-by: Constrat <56174894+Constrat@users.noreply.github.com>
Co-authored-by: soundofautumn <62000745+soundofautumn@users.noreply.github.com>
2026-03-29 16:15:53 +08:00
uye
cedcf07fa2 chore: 手动输入关卡支持 OF-1 与 OF-F3 alpha/v6.7.0-beta.2.d017.gcedcf07fa2 2026-03-28 17:32:43 +08:00
uye
815728b9c4 feat: 自动战斗滑块动画效果 2026-03-28 13:49:59 +08:00
uye
295ec41c0b perf: 优化自动战斗 tab 样式,避免切页重置状态 2026-03-28 13:22:08 +08:00
uye
adc5e1941f Revert "perf: 优化自动战斗 tab 样式,避免切页重置状态"
This reverts commit 310c1d1b28.
2026-03-28 13:21:06 +08:00
uye
6b63c791c6 Revert "perf: 简化自动战斗tab绑定"
This reverts commit 402c94f20c.
2026-03-28 13:20:56 +08:00
status102
402c94f20c perf: 简化自动战斗tab绑定 2026-03-28 13:04:07 +08:00
github-actions[bot]
e637b820fd chore: Auto Update Game Resources - 2026-03-28
https://github.com/MaaAssistantArknights/MaaAssistantArknights/actions/runs/23673929949

[skip changelog]
2026-03-28 01:04:29 +00:00
uye
f795590fe8 chore: 更新数据任务禁用高级设置 alpha/v6.7.0-beta.2.d010.gf795590fe8 2026-03-28 03:12:37 +08:00
uye
310c1d1b28 perf: 优化自动战斗 tab 样式,避免切页重置状态 2026-03-28 03:10:41 +08:00
uye
f101fb231d chore: 将是否启动多作业模式逻辑放到 ParseCopilotAsync 中 2026-03-28 02:08:03 +08:00
github-actions[bot]
48c76e7c8b docs: Auto Update Changelogs of v6.7.0-beta.3 (#16121)
Target PR:
https://github.com/MaaAssistantArknights/MaaAssistantArknights/pull/16120

<details><summary>Debug information</summary>

```
tag_name: v6.7.0-beta.3
pr_title: docs: Auto Update Changelogs of v6.7.0-beta.3
latest_stable_tag: v6.6.1
newest_tag: v6.7.0-beta.2
latest: v6.7.0-beta.2
```

</details>
2026-03-28 01:35:44 +08:00
uye
47503b50fc fix: 粘贴作业集不会自动勾选多作业模式 2026-03-28 01:26:07 +08:00
uye
2ba21efd84 perf: colorful sleep 2026-03-28 00:52:47 +08:00
uye
ea6897a5c7 fix: 添加任务按钮半透明效果 2026-03-27 23:28:27 +08:00
uye
2ee73e8867 fix: bat 跑 ps
[skip ci][skip changelog]
2026-03-27 23:15:39 +08:00
uye
6d17c49040 feat: 添加 local-install.bat 将构建产物打包到 install 目录用于本地生成类似正式版的测试安装包 2026-03-27 22:52:21 +08:00
uye
e86ea7e220 feat: 任务设置按钮右键新增单次运行功能 2026-03-27 21:34:12 +08:00
uye
2194f5f624 Release v6.7.0-beta.2 (#16108)
just thinking



https://github.com/user-attachments/assets/20c9046f-1611-41ce-afb2-0ca0cbdfeb7e




## Summary by Sourcery

记录 v6.7.0 版本发布内容,重点说明 DeepSleep 集成以及相关的维护更新。

新特性:
- 在 v6.7.0 版本说明中公布官方 DeepSleep 集成。

缺陷修复:
- 记录修复任务开始/结束时缺失任务名称,以及日志中错误使用任务名称的问题。
- 记录解决由于在 UI 线程之外清理仓库数据而导致任务创建失败的问题。
- 描述对歼灭识别和战斗完成 ROI 的多项修正。
- 标注通过更新 MailKit 依赖项修复构建警告的问题。
- 说明对过时描述和各种轻微文本问题的修正已记录在更新日志中。

增强改进:
- 在更新日志中记录对 MaaFramework 文件命名和 .NET SDK 版本的更新。
- 记录移除过时的配置迁移兼容逻辑。
- 提及新增的基础性 DateTimeOffset 支持作为整体改进。
- 标注补充了此前缺失的图片资源。
- 概要说明对文档中链接规范和 AI 建议措辞所做的修订。

<details>
<summary>Original summary in English</summary>

## Summary by Sourcery

Document the v6.7.0 release, highlighting DeepSleep integration and
associated maintenance updates.

New Features:
- Announce official DeepSleep integration in the v6.7.0 release notes.

Bug Fixes:
- Record fixes for missing task names on start/finish and incorrect task
name usage in logs.
- Document resolution of task creation failures caused by clearing depot
data off the UI thread.
- Describe multiple corrections to Annihilation recognition and battle
completion ROI.
- Note the fix for build warnings by updating the MailKit dependency.
- Clarify corrections to outdated descriptions and various minor text
issues in the changelog.

Enhancements:
- Capture updates to MaaFramework file naming and .NET SDK version in
the changelog.
- Record removal of obsolete configuration migration compatibility
logic.
- Mention foundational DateTimeOffset support as a general improvement.
- Note the addition of previously missing image resources.
- Summarize revisions to linking guidelines and AI suggestion wording in
documentation.

</details>
v6.7.0-beta.2
2026-03-27 20:47:57 +08:00
uye
4e3446a04c docs: v6.7.0-beta.2 2026-03-27 20:47:19 +08:00
uye
304833a334 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.
2026-03-27 20:42:21 +08:00
uye
25024f55e5 perf: 统一样式 2026-03-27 20:39:29 +08:00
uye
437d5209e0 fix: 亮色模式下开始按钮样式缺失 2026-03-27 20:39:29 +08:00
github-actions[bot]
580afa854b chore: Auto Update Game Resources - 2026-03-27
https://github.com/MaaAssistantArknights/MaaAssistantArknights/actions/runs/23638004310

[skip changelog]
2026-03-27 08:37:21 +00:00
uye
9e4f0eebbe debug: 更新 DateTimeExtension.cs 2026-03-27 16:36:02 +08:00
status102
323c5fbe6b perf: UserDataUpdate任务 时间存取优化 2026-03-27 16:04:03 +08:00
status102
bb6bad6bcd perf: 仓库数据存储优化 2026-03-27 16:04:03 +08:00
status102
011bae3caf Revert "rft: 重构battle_data"
This reverts commit 8743aa6ebd.
2026-03-27 15:26:42 +08:00
status102
8743aa6ebd rft: 重构battle_data 2026-03-27 15:26:01 +08:00
status102
6593c3d4ce perf: 仓库信息存储避免将 JsonObject 以 string 格式存放在上层 JsonObject中 2026-03-27 14:54:58 +08:00
AnnAngela
7e20ba0ce1 docs: Update CHANGELOG for v6.7.0 with DeepSleep integration
Announce the official integration of DeepSleep and its benefits for user experience. Also includes the release of Achievement DLC #3.
2026-03-27 09:38:50 +08:00
uye
3d120009e2 perf: 优化日志展示效果 2026-03-27 06:57:55 +08:00