Commit Graph

18317 Commits

Author SHA1 Message Date
Rbqwow
2f4cf12b7e docs: 添加 GitHub Trending 横幅 2026-03-13 23:26:12 +08:00
github-actions[bot]
bda7bd1625 chore: Auto Update Game Resources - 2026-03-13
https://github.com/MaaAssistantArknights/MaaAssistantArknights/actions/runs/23042077129

[skip changelog]
2026-03-13 08:13:44 +00:00
MistEO
1b971e39cb feat: support jsonc (#15969) 2026-03-13 14:40:17 +08:00
github-actions[bot]
c5d12ed5e2 chore: Auto update by pre-commit hooks
https://github.com/MaaAssistantArknights/MaaAssistantArknights/actions/runs/22974533559
[skip changelog]
2026-03-11 21:09:25 +00:00
Constrat
6adf71916a style: switch to error log instead of warning for resolution yostaren 2026-03-11 14:56:51 +01:00
github-actions[bot]
307059bcd0 chore: Auto Update Game Resources - 2026-03-11
https://github.com/MaaAssistantArknights/MaaAssistantArknights/actions/runs/22952764784

[skip changelog]
2026-03-11 12:33:59 +00:00
Zirun-wang
114a4ea8cf fix:修复无法识别[十字路口]活动代币[软木瓶塞]的问题 (#15967)
* fix:补充[十字路口]活动代币[软木瓶塞]

* fix:修复[十字路口]活动代币[软木瓶塞]
2026-03-11 20:24:57 +08:00
Constrat
69380a08eb chore: cmake MaaWpfGui also calls MaaCore compilation 2026-03-11 13:19:53 +01:00
uye
464647abbe feat: 截图测试支持显示 分辨率不支持 的提示 2026-03-11 20:15:25 +08:00
status102
d69e5d605a perf: 任务加载加载所有文件后再返回 2026-03-11 20:04:53 +08:00
uye
fea3b9371f feat: 连接时返回模拟器分辨率,en 服使用非 1080p 时警告 2026-03-11 19:38:51 +08:00
uye
4b595ab6b9 feat: 添加 ApiCacheLoaded 提示,区分热更成功与使用缓存场景 2026-03-11 19:30:11 +08:00
uye
4cd186a15d fix: 统一文件与文件夹加载逻辑,文件夹内单个JSON失败时直接报错 2026-03-11 19:02:46 +08:00
status102
4d366bc50c perf(wpf): 每日关卡小提示中复合掉落关卡中不存在有效掉落信息时的掉落物使用 -- 替代 -1 2026-03-11 14:51:06 +08:00
status102
a8a3a912c4 perf(wpf): 每日关卡小提示中复合掉落关卡仅在存在任意有效库存信息时, 显示库存 2026-03-11 13:33:55 +08:00
uye
9eb589c164 docs: Update CHANGELOG for v6.4.1-beta.1 enhancements
This update includes optimizations for automatic battle experiences, feature adaptations for different game servers, and various text description improvements to enhance user understanding.
2026-03-11 10:24:45 +08:00
Constrat
81706f130e Release v6.4.1-beta.1 (#15945)
## Summary by Sourcery

基于 macOS ScreenCaptureKit 新增截图支持,并优化资源加载、配置变更追踪和 Web API 缓存行为。

新功能:
- 引入基于 macOS ScreenCaptureKit 的 MacSCK 截图方法及专用辅助工具,用于捕获模拟器窗口。
- 新增构建时选项,在 Apple 平台上启用 MacSCK 并链接所需的 macOS 框架。
- 在 Maa API 服务中暴露 API 响应是否来自缓存的信息,并调整调用方以区分处理缓存数据与新鲜数据。

缺陷修复:
- 确保仅在远程任务数据为新下载(而非完全来自缓存)时才合并并重新加载关卡资源。
- 在变更通知和日志中传播新旧配置值,以实现更精确的配置变更追踪。
- 修正干员 Pallas 的特殊处理与排序逻辑,包括通过公共标志使其稀有度颜色资源可配置,并在同稀有度干员中将其排序靠前。
- 改进 Maa API 错误与缓存回退处理,避免在响应无效或缺失时静默返回不带缓存状态信息的 null。

增强:
- 当仍在使用已弃用的单一 `tasks.json` 资源文件时,记录额外提示日志,并引导用户迁移到新的 tasks 目录格式。
- 优化 MuMu 截图增强模式文档,在所有支持的语言中明确不同版本的要求。

构建:
- 在启用 ScreenCaptureKit 支持时,在 MaaCore 构建中有条件地包含 MacSCK
辅助源文件,定义编译期标志,并链接所需的 macOS 框架。

文档:
- 更新多语言连接手册,明确截图增强模式所需支持的 MuMu 最低版本。

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

## Summary by Sourcery

Add macOS ScreenCaptureKit-based screenshot support and refine resource
loading, configuration change tracking, and web API caching behavior.

New Features:
- Introduce a MacSCK screenshot method with a dedicated helper to
capture emulator windows via macOS ScreenCaptureKit.
- Add a build-time option to enable MacSCK on Apple platforms and link
the necessary macOS frameworks.
- Expose whether API responses come from cache in the Maa API service
and adjust callers to handle cached vs fresh data.

Bug Fixes:
- Ensure stage resources are only merged and reloaded when remote task
data is freshly downloaded rather than served entirely from cache.
- Propagate old and new configuration values through change
notifications and logs for more accurate configuration tracking.
- Correct the special handling and sorting of the operator Pallas,
including making its rarity color resource configurable via a public
flag and sorting it ahead of others with the same rarity.
- Improve Maa API error and cache fallback handling so invalid or
missing responses do not silently return null without cache status
information.

Enhancements:
- Log additional guidance when the deprecated single tasks.json resource
file is used and point users to the new tasks directory format.
- Refine MuMu screenshot enhanced mode documentation with clearer
version requirements across all supported languages.

Build:
- Include the MacSCK helper source conditionally in MaaCore builds,
define a compile-time flag, and link required macOS frameworks when
ScreenCaptureKit support is enabled.

Documentation:
- Update connection manuals in multiple languages to clarify the minimum
supported MuMu versions for screenshot enhanced mode.

</details>

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

## Summary by Sourcery

基于 macOS ScreenCaptureKit 新增截图支持,并优化资源加载、配置变更追踪和 Web API 缓存行为。

新功能:
- 引入基于 macOS ScreenCaptureKit 的 MacSCK 截图方法及专用辅助工具,用于捕获模拟器窗口。
- 新增构建时选项,在 Apple 平台上启用 MacSCK 并链接所需的 macOS 框架。
- 在 Maa API 服务中暴露 API 响应是否来自缓存的信息,并调整调用方以区分处理缓存数据与新鲜数据。

缺陷修复:
- 确保仅在远程任务数据为新下载(而非完全来自缓存)时才合并并重新加载关卡资源。
- 在变更通知和日志中传播新旧配置值,以实现更精确的配置变更追踪。
- 修正干员 Pallas 的特殊处理与排序逻辑,包括通过公共标志使其稀有度颜色资源可配置,并在同稀有度干员中将其排序靠前。
- 改进 Maa API 错误与缓存回退处理,避免在响应无效或缺失时静默返回不带缓存状态信息的 null。

增强:
- 当仍在使用已弃用的单一 `tasks.json` 资源文件时,记录额外提示日志,并引导用户迁移到新的 tasks 目录格式。
- 优化 MuMu 截图增强模式文档,在所有支持的语言中明确不同版本的要求。

构建:
- 在启用 ScreenCaptureKit 支持时,在 MaaCore 构建中有条件地包含 MacSCK
辅助源文件,定义编译期标志,并链接所需的 macOS 框架。

文档:
- 更新多语言连接手册,明确截图增强模式所需支持的 MuMu 最低版本。

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

## Summary by Sourcery

Add macOS ScreenCaptureKit-based screenshot support and refine resource
loading, configuration change tracking, and web API caching behavior.

New Features:
- Introduce a MacSCK screenshot method with a dedicated helper to
capture emulator windows via macOS ScreenCaptureKit.
- Add a build-time option to enable MacSCK on Apple platforms and link
the necessary macOS frameworks.
- Expose whether API responses come from cache in the Maa API service
and adjust callers to handle cached vs fresh data.

Bug Fixes:
- Ensure stage resources are only merged and reloaded when remote task
data is freshly downloaded rather than served entirely from cache.
- Propagate old and new configuration values through change
notifications and logs for more accurate configuration tracking.
- Correct the special handling and sorting of the operator Pallas,
including making its rarity color resource configurable via a public
flag and sorting it ahead of others with the same rarity.
- Improve Maa API error and cache fallback handling so invalid or
missing responses do not silently return null without cache status
information.

Enhancements:
- Log additional guidance when the deprecated single tasks.json resource
file is used and point users to the new tasks directory format.
- Refine MuMu screenshot enhanced mode documentation with clearer
version requirements across all supported languages.

Build:
- Include the MacSCK helper source conditionally in MaaCore builds,
define a compile-time flag, and link required macOS frameworks when
ScreenCaptureKit support is enabled.

Documentation:
- Update connection manuals in multiple languages to clarify the minimum
supported MuMu versions for screenshot enhanced mode.

</details>

</details>

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

## Summary by Sourcery

基于 macOS ScreenCaptureKit 新增截图支持,并优化资源加载、配置变更追踪和 Web API 缓存行为。

新功能:
- 引入基于 macOS ScreenCaptureKit 的 MacSCK 截图方法及专用辅助工具,用于捕获模拟器窗口。
- 新增构建时选项,在 Apple 平台上启用 MacSCK 并链接所需的 macOS 框架。
- 在 Maa API 服务中暴露 API 响应是否来自缓存的信息,并调整调用方以区分处理缓存数据与新鲜数据。

缺陷修复:
- 确保仅在远程任务数据为新下载(而非完全来自缓存)时才合并并重新加载关卡资源。
- 在变更通知和日志中传播新旧配置值,以实现更精确的配置变更追踪。
- 修正干员 Pallas 的特殊处理与排序逻辑,包括通过公共标志使其稀有度颜色资源可配置,并在同稀有度干员中将其排序靠前。
- 改进 Maa API 错误与缓存回退处理,避免在响应无效或缺失时静默返回不带缓存状态信息的 null。

增强:
- 当仍在使用已弃用的单一 `tasks.json` 资源文件时,记录额外提示日志,并引导用户迁移到新的 tasks 目录格式。
- 优化 MuMu 截图增强模式文档,在所有支持的语言中明确不同版本的要求。

构建:
- 在启用 ScreenCaptureKit 支持时,在 MaaCore 构建中有条件地包含 MacSCK
辅助源文件,定义编译期标志,并链接所需的 macOS 框架。

文档:
- 更新多语言连接手册,明确截图增强模式所需支持的 MuMu 最低版本。

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

## Summary by Sourcery

Add macOS ScreenCaptureKit-based screenshot support and refine resource
loading, configuration change tracking, and web API caching behavior.

New Features:
- Introduce a MacSCK screenshot method with a dedicated helper to
capture emulator windows via macOS ScreenCaptureKit.
- Add a build-time option to enable MacSCK on Apple platforms and link
the necessary macOS frameworks.
- Expose whether API responses come from cache in the Maa API service
and adjust callers to handle cached vs fresh data.

Bug Fixes:
- Ensure stage resources are only merged and reloaded when remote task
data is freshly downloaded rather than served entirely from cache.
- Propagate old and new configuration values through change
notifications and logs for more accurate configuration tracking.
- Correct the special handling and sorting of the operator Pallas,
including making its rarity color resource configurable via a public
flag and sorting it ahead of others with the same rarity.
- Improve Maa API error and cache fallback handling so invalid or
missing responses do not silently return null without cache status
information.

Enhancements:
- Log additional guidance when the deprecated single tasks.json resource
file is used and point users to the new tasks directory format.
- Refine MuMu screenshot enhanced mode documentation with clearer
version requirements across all supported languages.

Build:
- Include the MacSCK helper source conditionally in MaaCore builds,
define a compile-time flag, and link required macOS frameworks when
ScreenCaptureKit support is enabled.

Documentation:
- Update connection manuals in multiple languages to clarify the minimum
supported MuMu versions for screenshot enhanced mode.

</details>

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

## Summary by Sourcery

基于 macOS ScreenCaptureKit 新增截图支持,并优化资源加载、配置变更追踪和 Web API 缓存行为。

新功能:
- 引入基于 macOS ScreenCaptureKit 的 MacSCK 截图方法及专用辅助工具,用于捕获模拟器窗口。
- 新增构建时选项,在 Apple 平台上启用 MacSCK 并链接所需的 macOS 框架。
- 在 Maa API 服务中暴露 API 响应是否来自缓存的信息,并调整调用方以区分处理缓存数据与新鲜数据。

缺陷修复:
- 确保仅在远程任务数据为新下载(而非完全来自缓存)时才合并并重新加载关卡资源。
- 在变更通知和日志中传播新旧配置值,以实现更精确的配置变更追踪。
- 修正干员 Pallas 的特殊处理与排序逻辑,包括通过公共标志使其稀有度颜色资源可配置,并在同稀有度干员中将其排序靠前。
- 改进 Maa API 错误与缓存回退处理,避免在响应无效或缺失时静默返回不带缓存状态信息的 null。

增强:
- 当仍在使用已弃用的单一 `tasks.json` 资源文件时,记录额外提示日志,并引导用户迁移到新的 tasks 目录格式。
- 优化 MuMu 截图增强模式文档,在所有支持的语言中明确不同版本的要求。

构建:
- 在启用 ScreenCaptureKit 支持时,在 MaaCore 构建中有条件地包含 MacSCK
辅助源文件,定义编译期标志,并链接所需的 macOS 框架。

文档:
- 更新多语言连接手册,明确截图增强模式所需支持的 MuMu 最低版本。

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

## Summary by Sourcery

Add macOS ScreenCaptureKit-based screenshot support and refine resource
loading, configuration change tracking, and web API caching behavior.

New Features:
- Introduce a MacSCK screenshot method with a dedicated helper to
capture emulator windows via macOS ScreenCaptureKit.
- Add a build-time option to enable MacSCK on Apple platforms and link
the necessary macOS frameworks.
- Expose whether API responses come from cache in the Maa API service
and adjust callers to handle cached vs fresh data.

Bug Fixes:
- Ensure stage resources are only merged and reloaded when remote task
data is freshly downloaded rather than served entirely from cache.
- Propagate old and new configuration values through change
notifications and logs for more accurate configuration tracking.
- Correct the special handling and sorting of the operator Pallas,
including making its rarity color resource configurable via a public
flag and sorting it ahead of others with the same rarity.
- Improve Maa API error and cache fallback handling so invalid or
missing responses do not silently return null without cache status
information.

Enhancements:
- Log additional guidance when the deprecated single tasks.json resource
file is used and point users to the new tasks directory format.
- Refine MuMu screenshot enhanced mode documentation with clearer
version requirements across all supported languages.

Build:
- Include the MacSCK helper source conditionally in MaaCore builds,
define a compile-time flag, and link required macOS frameworks when
ScreenCaptureKit support is enabled.

Documentation:
- Update connection manuals in multiple languages to clarify the minimum
supported MuMu versions for screenshot enhanced mode.

</details>

</details>

</details>
v6.4.1-beta.1-placeholder
2026-03-11 00:06:24 +01:00
github-actions[bot]
c977e00789 docs: Auto Update Changelogs of v6.4.1-beta.1 (#15947)
docs: Auto Generate Changelog of Release v6.4.1-beta.1

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2026-03-11 00:05:29 +01:00
status102
5eb65d0e79 chore: TaskLoad补一条提示
[skip changelog]
2026-03-10 23:30:47 +08:00
status102
82dadff346 perf(wpf): 新Config属性变动log 优化 2026-03-10 23:30:30 +08:00
github-actions[bot]
063483f513 chore: Auto Update Game Resources - 2026-03-10
https://github.com/MaaAssistantArknights/MaaAssistantArknights/actions/runs/22905500797

[skip changelog]
2026-03-10 13:45:06 +00:00
uye
4d5da7212a chore: 调整主线/资源收集模板阈值 2026-03-10 19:06:46 +08:00
萨拉托加
ab5a5ea131 fix: jp tag ocr 2026-03-10 09:50:28 +08:00
github-actions[bot]
b033f13c94 chore: Auto Update Game Resources - 2026-03-10
https://github.com/MaaAssistantArknights/MaaAssistantArknights/actions/runs/22881078536

[skip changelog]
2026-03-10 00:22:31 +00:00
github-actions[bot]
a722e441b2 chore: Auto Templates Optimization
Triggered by 345dc7dcee

[skip changelog]
2026-03-09 04:56:09 +00:00
晓丶梦丶仁
345dc7dcee fix: KR RM WaitForEnd 2026-03-09 12:55:11 +08:00
uye
0a210fbc1e docs: MuMu Screenshot i18n 2026-03-09 00:29:55 +08:00
uye
453ccc105d chore: 调整干员识别部分角色字体颜色及排序 2026-03-08 21:39:06 +08:00
Status102
a4c09bda81 perf(wpf): 当热更资源命中时, 不再二次加载资源 (#15907)
perf: 当热更资源命中时, 不再二次加载资源
2026-03-08 20:49:17 +08:00
晓丶梦丶仁
fb57956406 perf(fix_EN): RM SettlementStageName roi 2026-03-08 20:16:22 +08:00
github-actions[bot]
cfeae8fdfc chore: Auto Templates Optimization
Triggered by dab40bdef4

[skip changelog]
2026-03-08 11:49:29 +00:00
晓丶梦丶仁
dab40bdef4 fix: EN RM SettlementStageName (#15946) 2026-03-08 12:49:07 +01:00
Goat Boring(山羊博宁88)
cb44b2cca2 docs: 在 MuMu 截图增强模式中加入国际版 (#15934) 2026-03-08 17:07:38 +08:00
Hao Guan
a33ce2ccbc feat: macOS ScreenCaptureKit (#15939) 2026-03-08 10:15:10 +08:00
uye
d111c2c8dd Release v6.4.0 (#15935)
## Sourcery 总结

在为 v6.4.0 版本更新工具链、资源和 CI 的同时,持久化并优化各类客户端、战斗、协作助手和 GUI 行为。

新功能:
- 在设置界面中记住各分区的展开状态,并在主窗口标题中体现管理员状态。
- 为 Mac PlayTools 客户端提供 BGR 截图模式支持,并为 Attach Window 连接新增以管理员权限重启的流程。
- 在 Attach Window 模式下允许分别配置鼠标与键盘的输入方式,并为组合框添加“边输入边搜索”的交互优化。
- 引入一个带作用域的日志辅助工具,并在文档站点中支持可选的折叠导航分区。

缺陷修复:
- 稳定 Attach Window 的默认值和校验逻辑,包括配置迁移及全局的客户端类型处理。
- 修复战斗中的速度与对话处理逻辑,确保在跳过剧情和头像对话后仍能保持 2x 速度。
- 纠正协作助手和用户附加技能的索引默认值与校验逻辑,并阻止在任务重命名中使用非法字符。
- 清理仅用于调试的代码路径和 JustReturn 校验日志,并防范对过时配置转换逻辑的错误假设。

增强优化:
- 通过集中式辅助工具和改进的 StageManager 逻辑优化关卡选择和歼灭关卡处理,包括更新关卡元数据和格子坐标资源。
- 通过在 WPF 辅助工具、设置及日期时间处理逻辑中使用枚举统一客户端类型,以获得更稳健的映射和时区行为。
- 优化 PlayTools 截图缓冲、任务队列变更追踪以及设置页滚动联动,以提升性能和可观测性。
- 改进 macOS 构建流程,将 xcframework 生成委托给专用 makefile,并为 MaaDeps 下载器扩展缓存支持。

构建:
- 将 macOS xcframework 构建切换为基于 makefile 的流程,并为 MaaDeps 下载脚本增加缓存资源支持。

CI:
- 将 GitHub Actions 工作流更新为较新的 upload/download-artifact 动作,并相应调整 macOS
打包步骤。

文档:
- 在所有本地化文档中澄清协作助手技能索引的 schema 默认值,并在导航元数据中扩展索引/折叠行为控制。

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

## Summary by Sourcery

Persist and refine various client, battle, copilot, and GUI behaviors
while updating tooling, resources, and CI for the v6.4.0 release.

New Features:
- Remember per-section expansion state in the settings UI and reflect
administrator status in the main window title.
- Support a BGR screenshot mode for Mac PlayTools clients and add
admin-elevation restart flow for Attach Window connections.
- Allow separate configuration of mouse and keyboard input methods in
Attach Window mode and add search-as-you-type improvements for combo
boxes.
- Introduce a scoped logging helper and support optional collapsed
navigation sections in the documentation site.

Bug Fixes:
- Stabilize Attach Window defaults and validation, including
configuration migration and client-type handling across the app.
- Fix in-battle speed and dialog handling logic to keep 2x speed active
after skipping plots and avatar dialogs.
- Correct copilot and user-additional skill indexing defaults and
validation, and prevent invalid characters in task renames.
- Clean up debug-only code paths and JustReturn validation logging, and
guard against outdated configuration conversion assumptions.

Enhancements:
- Refine stage selection and annihilation handling via centralized
helpers and improved StageManager logic, including updated stage
metadata and tile-position resources.
- Unify client type usage through enums in WPF helpers, settings, and
date-time handling for more robust mapping and time zone behavior.
- Optimize PlayTools screenshot buffering, task-queue change tracking,
and settings scroll linkage for better performance and observability.
- Improve macOS build by delegating xcframework generation to a
dedicated makefile and extending MaaDeps downloader with caching
support.

Build:
- Switch macOS xcframework build to a makefile-based workflow and add
cached-asset support to the MaaDeps download script.

CI:
- Update GitHub Actions workflows to newer upload/download-artifact
actions and adjust macOS packaging steps accordingly.

Documentation:
- Clarify copilot schema defaults for skill index across all localized
docs and extend navigation metadata with index/collapsed behavior
controls.

</details>

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

## Sourcery 总结

在为 v6.4.0 版本更新工具链、资源和 CI 的同时,持久化并优化各类客户端、战斗、协作助手和 GUI 行为。

新功能:
- 在设置界面中记住各分区的展开状态,并在主窗口标题中体现管理员状态。
- 为 Mac PlayTools 客户端提供 BGR 截图模式支持,并为 Attach Window 连接新增以管理员权限重启的流程。
- 在 Attach Window 模式下允许分别配置鼠标与键盘的输入方式,并为组合框添加“边输入边搜索”的交互优化。
- 引入一个带作用域的日志辅助工具,并在文档站点中支持可选的折叠导航分区。

缺陷修复:
- 稳定 Attach Window 的默认值和校验逻辑,包括配置迁移及全局的客户端类型处理。
- 修复战斗中的速度与对话处理逻辑,确保在跳过剧情和头像对话后仍能保持 2x 速度。
- 纠正协作助手和用户附加技能的索引默认值与校验逻辑,并阻止在任务重命名中使用非法字符。
- 清理仅用于调试的代码路径和 JustReturn 校验日志,并防范对过时配置转换逻辑的错误假设。

增强优化:
- 通过集中式辅助工具和改进的 StageManager 逻辑优化关卡选择和歼灭关卡处理,包括更新关卡元数据和格子坐标资源。
- 通过在 WPF 辅助工具、设置及日期时间处理逻辑中使用枚举统一客户端类型,以获得更稳健的映射和时区行为。
- 优化 PlayTools 截图缓冲、任务队列变更追踪以及设置页滚动联动,以提升性能和可观测性。
- 改进 macOS 构建流程,将 xcframework 生成委托给专用 makefile,并为 MaaDeps 下载器扩展缓存支持。

构建:
- 将 macOS xcframework 构建切换为基于 makefile 的流程,并为 MaaDeps 下载脚本增加缓存资源支持。

CI:
- 将 GitHub Actions 工作流更新为较新的 upload/download-artifact 动作,并相应调整 macOS
打包步骤。

文档:
- 在所有本地化文档中澄清协作助手技能索引的 schema 默认值,并在导航元数据中扩展索引/折叠行为控制。

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

## Summary by Sourcery

Persist and refine various client, battle, copilot, and GUI behaviors
while updating tooling, resources, and CI for the v6.4.0 release.

New Features:
- Remember per-section expansion state in the settings UI and reflect
administrator status in the main window title.
- Support a BGR screenshot mode for Mac PlayTools clients and add
admin-elevation restart flow for Attach Window connections.
- Allow separate configuration of mouse and keyboard input methods in
Attach Window mode and add search-as-you-type improvements for combo
boxes.
- Introduce a scoped logging helper and support optional collapsed
navigation sections in the documentation site.

Bug Fixes:
- Stabilize Attach Window defaults and validation, including
configuration migration and client-type handling across the app.
- Fix in-battle speed and dialog handling logic to keep 2x speed active
after skipping plots and avatar dialogs.
- Correct copilot and user-additional skill indexing defaults and
validation, and prevent invalid characters in task renames.
- Clean up debug-only code paths and JustReturn validation logging, and
guard against outdated configuration conversion assumptions.

Enhancements:
- Refine stage selection and annihilation handling via centralized
helpers and improved StageManager logic, including updated stage
metadata and tile-position resources.
- Unify client type usage through enums in WPF helpers, settings, and
date-time handling for more robust mapping and time zone behavior.
- Optimize PlayTools screenshot buffering, task-queue change tracking,
and settings scroll linkage for better performance and observability.
- Improve macOS build by delegating xcframework generation to a
dedicated makefile and extending MaaDeps downloader with caching
support.

Build:
- Switch macOS xcframework build to a makefile-based workflow and add
cached-asset support to the MaaDeps download script.

CI:
- Update GitHub Actions workflows to newer upload/download-artifact
actions and adjust macOS packaging steps accordingly.

Documentation:
- Clarify copilot schema defaults for skill index across all localized
docs and extend navigation metadata with index/collapsed behavior
controls.

</details>

</details>
2026-03-08 10:06:28 +08:00
github-actions[bot]
5026ebdc5e docs: Auto Update Changelogs of v6.4.0 (#15938)
* docs: Auto Generate Changelog of Release v6.4.0

* docs: Highlights

* fix: tweak

* docs: 更新 v6.4.0 更新日志,优化用户体验相关内容

* docs: 咕咕嘎嘎!

* docs: Update CHANGELOG with new features and fixes

优化自动战斗体验,支持作业列表加载作业集,修复多个问题。

---------

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: Constrat <56174894+Constrat@users.noreply.github.com>
Co-authored-by: AnnAngela <naganjue@vip.qq.com>
Co-authored-by: uye <99072975+ABA2396@users.noreply.github.com>
2026-03-08 10:04:48 +08:00
Hao Guan
4cb374fe61 chore: macOS build scripts (#15936) 2026-03-07 19:08:15 +08:00
Hao Guan
fd70de22fb chore: MaaDeps cache asset (#15933) 2026-03-07 13:05:07 +08:00
HX3N
8187063a0b chore: KR RebuildingMandate ocr edit 2026-03-07 07:59:53 +09:00
Constrat
503f69048b i18n: EN Rebuilding Mandate 2026-03-06 23:41:34 +01:00
Constrat
0bf7efb158 perf: optimize png 2026-03-06 23:30:16 +01:00
HX3N
0c4643207c chore: KR RebuildingMandate and Together UiTheme (#15932)
* chore: placeholder

* chore: template

* chore: Together UiTheme

* i18n: RM
2026-03-06 23:29:28 +01:00
Manicsteiner
9393fbe4b4 feat: JP RebuildingMandate and Together theme (#15931)
* chore: JP RebuildingMandate

* chore: JP Together theme
2026-03-06 23:29:16 +01:00
Constrat
a86229fe13 feat: YostarEN RebuildingMandate + Together 2026-03-06 23:28:22 +01:00
github-actions[bot]
bc2db0c76d chore: Auto update by pre-commit hooks
https://github.com/MaaAssistantArknights/MaaAssistantArknights/actions/runs/22781996056
[skip changelog]
2026-03-06 21:08:23 +00:00
uye
0a3f6f754f feat: 调整 mumu 国际版截图增强支持提示 2026-03-07 01:39:22 +08:00
github-actions[bot]
3f560fdb8f chore: Auto Update Game Resources - 2026-03-06
https://github.com/MaaAssistantArknights/MaaAssistantArknights/actions/runs/22774108522

[skip changelog]
2026-03-06 17:19:28 +00:00
Status102
344c3479c3 feat: 合并 处于战斗中 检测, 增加倍速记忆, 支持战斗中 不带跳过按钮的 带头像对话教程 (#15706)
* rft: 合并 处于战斗中 检测, 增加倍速记忆

* feat: 支持战斗中 不带跳过按钮的 带头像对话教程

* perf: 增加重试次数上限

* perf: 2倍速检查一致化
2026-03-07 00:30:36 +08:00
github-actions[bot]
6a35e7b6e0 chore: Auto Update Game Resources - 2026-03-06
https://github.com/MaaAssistantArknights/MaaAssistantArknights/actions/runs/22754318893

[skip changelog]
2026-03-06 07:53:48 +00:00
Lucien Shaw
632d4ef1fe docs: 使文档站中侧边栏的功能介绍板块默认展开 (#15927)
* feat(website): 增加调整侧边栏目录默认展开状态的markdown元信息配置项

* fix(website): 修复部分markdown元信息默认值不生效的问题

* docs(website): 使功能介绍板块默认展开

* refactor(website): 完善与侧边栏生成相关的部分逻辑
2026-03-06 09:11:55 +08:00