Commit Graph

18380 Commits

Author SHA1 Message Date
MistEO
2df0d7516a ai: 添加log分析skill 2026-03-16 16:06:59 +08:00
status102
cd0c24eab0 perf: 刷理智任务使用理智药前进行药品数量检查 2026-03-16 14:42:58 +08:00
status102
1d75af4412 fix: LevelKey 中的空属性导致误匹配 2026-03-16 14:15:47 +08:00
status102
a43718c019 fix: 当LevelKey中部分属性为空时, 会忽略该属性 2026-03-16 14:14:45 +08:00
status102
5574bc69e7 fix(wpf): 刷理智任务不再返回未开放关卡 2026-03-16 14:08:52 +08:00
status102
1bb8b07c6b fix(wpf): 恢复StagePlan后, 修复AsstFightTask的Stage 2026-03-16 13:50:16 +08:00
AnnAngela
4fb6017103 docs: Modify git clone command to use --single-branch (#16000)
Co-authored-by: AnnAngela <9762652+AnnAngela@users.noreply.github.com>
Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
Co-authored-by: Copilot <198982749+Copilot@users.noreply.github.com>
alpha/v6.5.3-alpha.1.d001.g4fb6017103
2026-03-15 23:51:46 +08:00
uye
d638a11ec9 Release v6.5.2 (#16010)
## 由 Sourcery 提供的总结

放宽关卡键(level key)的比较逻辑,在匹配关卡标识符时将空字段视为通配符。

Bug 修复:
- 修复关卡键相等性和字符串匹配逻辑,当某些关卡标识符字段为空时,避免匹配失败。

功能增强:
- 简化关卡反序列化中的 tile 构造代码,以提高可读性。

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

## Summary by Sourcery

Relax level key comparison to treat empty fields as wildcards when
matching level identifiers.

Bug Fixes:
- Fix level key equality and string matching to avoid mismatches when
some level identifier fields are empty.

Enhancements:
- Simplify tile construction code in level deserialization for improved
readability.

</details>
v6.5.2
2026-03-15 21:37:50 +08:00
uye
6e3758ec1d docs: Update CHANGELOG with new features and improvements 2026-03-15 21:37:38 +08:00
uye
d5a82beb43 perf: 优化关卡匹配判断 2026-03-15 21:35:58 +08:00
github-actions[bot]
735f2410c3 docs: Auto Update Changelogs of v6.5.2 (#16011)
Target PR:
https://github.com/MaaAssistantArknights/MaaAssistantArknights/pull/16010

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

```
tag_name: v6.5.2
pr_title: docs: Auto Update Changelogs of v6.5.2
latest_stable_tag: v6.5.1
newest_tag: v6.5.1
latest: v6.5.1
```

</details>
2026-03-15 21:19:46 +08:00
uye
4cb1749136 fix: 自动战斗及肉鸽无法识别关卡名
Revert "fix: 地图判断不再允许 空值与非空值 => true"

This reverts commit a87c9e4e06.
2026-03-15 21:17:08 +08:00
uye
a72daf3f52 feat: 自动战斗最小截图间隔默认改为16ms 2026-03-15 20:50:42 +08:00
uye
a911543f86 Release v6.5.1 (#16007)
## Summary by Sourcery

收紧瓦片键匹配语义,调整可选关卡元数据的处理方式,优化 Rogue-like 投资行为,同时增加重新启动新手引导的 UI 选项,并更新辅助文档和
CI 配置。

New Features:
- 在设置界面中新增操作,用于重新启动应用内引导并重新启动应用程序。
- 引入新的 WPF `CheckBox` 样式资源,以及针对设置和引导视图相关的 XAML/UI 更新。

Bug Fixes:
- 在比较或搜索时,要求瓦片关卡键必须精确匹配,不再将空字段视为通配符。
- 确保 Rogue-like 投资选项仅在投资模式激活时才生效,避免在其他模式中出现非预期的限制。

Enhancements:
- 放宽对关卡定义的 JSON 解析,对缺失的 `code` 与 `name` 字段使用中性默认值进行容错。
- 调整瓦片包解析中对缺失关卡代码值的默认处理。
- 微调 README 徽章和样式,以获得更好的排版效果和一致性。

CI:
- 更新 markdown 检查工作流,使用最新版主要版本的 sticky pull request comment action。

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

## Summary by Sourcery

Tighten tile key matching semantics, adjust handling of optional level
metadata, and refine roguelike investment behavior while adding a UI
option to restart the onboarding guide and updating auxiliary docs and
CI configuration.

New Features:
- Add a settings UI action to restart the in-app guide and relaunch the
application.
- Introduce a new WPF CheckBox style resource and related XAML/UI
updates for settings and guide views.

Bug Fixes:
- Require exact matches for tile level keys instead of treating empty
fields as wildcards when comparing or searching.
- Ensure roguelike investment options are only applied when the
investment mode is active, avoiding unintended limits in other modes.

Enhancements:
- Relax JSON parsing for level definitions to tolerate missing code and
name fields with neutral defaults.
- Adjust tile pack parsing defaults for missing level code values.
- Tweak README badges and styling for better formatting and consistency.

CI:
- Update the markdown checker workflow to use the latest major version
of the sticky pull request comment action.

</details>
v6.5.1
2026-03-15 18:32:24 +08:00
uye
28be5ed7ed docs: Auto Update Changelogs of v6.5.1 (#16008)
Target PR:
https://github.com/MaaAssistantArknights/MaaAssistantArknights/pull/16007

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

```
tag_name: v6.5.1
pr_title: docs: Auto Update Changelogs of v6.5.1
latest_stable_tag: v6.5.0
newest_tag: v6.5.0
latest: v6.5.0
```

</details>
2026-03-15 18:30:49 +08:00
uye
c5f974afd4 docs: Revise CHANGELOG for version 6.5.0 updates
Update CHANGELOG.md with recent fixes and new features.
2026-03-15 18:30:01 +08:00
github-actions[bot]
44aac33fc5 docs: Auto Generate Changelog of Release v6.5.1 2026-03-15 10:21:34 +00:00
uye
622760a04c refactor: 提取高亮提示勾选框为通用组件 2026-03-15 18:12:48 +08:00
uye
66d86d2b81 feat: 设置指引中的每次重新检测添加高亮提示 2026-03-15 18:05:42 +08:00
uye
141e5096e8 feat: 添加重看设置指引按钮 2026-03-15 18:02:33 +08:00
uye
5b5123aeb6 feat: 中断返回添加重试 2026-03-15 17:05:56 +08:00
AnnAngela
cf9c2a8faf chore: Add inline styles to Trendshift badge
Updated the Trendshift badge to include inline styles.
2026-03-15 10:21:36 +08:00
AnnAngela
ac364cc468 chore: Update README.md badge formatting and structure
Removed unnecessary div and adjusted Trendshift badge formatting.
2026-03-15 10:20:16 +08:00
status102
d39c38faf8 fix: 地图解析时code为null会崩溃 alpha/v6.5.1-alpha.1.d007.gd39c38faf8 2026-03-15 00:48:09 +08:00
status102
c21a0a9c44 Reapply "fix: overview is null"
This reverts commit 021226f22d.

忘了修复没进了
2026-03-15 00:44:58 +08:00
status102
021226f22d Revert "fix: overview is null"
This reverts commit 9f123e82c5.
2026-03-15 00:31:56 +08:00
status102
a87c9e4e06 fix: 地图判断不再允许 空值与非空值 => true 2026-03-15 00:31:20 +08:00
status102
96c8dcc2d5 Revert "fix: 改个地图code默认值"
This reverts commit cfeab6f7a8.
2026-03-15 00:31:20 +08:00
dependabot[bot]
e6cbd6522e ci: bump marocchino/sticky-pull-request-comment from 2 to 3 in /.github/workflows in the github-actions group (#15994)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2026-03-15 00:28:56 +08:00
uye
92eb829e93 fix: 仅在刷源石锭模式下允许触发储备源石锭达到上限时停止 2026-03-14 23:07:13 +08:00
uye
adaef54e9d Release v6.5.0 (#15995)
## Summary by Sourcery

为迷你游戏 SPA 及相关工具的 v6.5.0 版本发布准备资源和本地化内容。

新功能:
- 更新迷你游戏 SPA 任务配置以适配新版本发布。

增强项:
- 为 WPF GUI 刷新各受支持语言的本地化资源。
- 根据最新的资源变更调整模板优化配置。

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

## Summary by Sourcery

Prepare assets and localizations for the v6.5.0 release of the mini-game
SPA and related tooling.

New Features:
- Update mini-game SPA task configuration for the new release version.

Enhancements:
- Refresh localization resources across supported languages for the WPF
GUI.
- Adjust template optimization configuration for the latest resource
changes.

</details>
v6.5.0
2026-03-14 22:52:09 +08:00
uye
05c9ce2f9f chore: 调整选择难度逻辑 2026-03-14 22:25:18 +08:00
github-actions[bot]
f44d0b76cc docs: Auto Update Changelogs of v6.5.0 (#15996)
* docs: Auto Generate Changelog of Release v6.5.0

* Update CHANGELOG for version 6.5.0

Add highlight section and update new features list.

---------

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: uye <99072975+ABA2396@users.noreply.github.com>
2026-03-14 21:59:27 +08:00
github-actions[bot]
2b2d9deceb chore: Auto Update Game Resources - 2026-03-14
https://github.com/MaaAssistantArknights/MaaAssistantArknights/actions/runs/23089012893

[skip changelog]
2026-03-14 13:36:34 +00:00
uye
1a6ef87f7a feat: 调整提示文本 2026-03-14 21:31:47 +08:00
uye
2010f0e76c feat: 卫二期 2026-03-14 21:18:40 +08:00
MistEO
5b179acfb5 Release v6.4.3 (#15989) v6.4.3 2026-03-14 20:30:28 +08:00
github-actions[bot]
3157d55d73 docs: Auto Update Changelogs of v6.4.3 (#15990)
Target PR:
https://github.com/MaaAssistantArknights/MaaAssistantArknights/pull/15989

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

```
tag_name: v6.4.3
pr_title: docs: Auto Update Changelogs of v6.4.3
latest_stable_tag: v6.4.2
newest_tag: v6.4.2
latest: v6.4.2
```

</details>
2026-03-14 20:30:13 +08:00
github-actions[bot]
915e7c48cd chore: Auto Update Game Resources - 2026-03-14
https://github.com/MaaAssistantArknights/MaaAssistantArknights/actions/runs/23087633631

[skip changelog]
2026-03-14 12:08:39 +00:00
MistEO
177437c1dc Revert "ci: 临时糊一下发版"
This reverts commit 41295335b7.
2026-03-14 20:07:08 +08:00
MistEO
9f123e82c5 fix: overview is null 2026-03-14 20:06:50 +08:00
status102
cfeab6f7a8 fix: 改个地图code默认值
先拿着个发个版, empty == any => true 下个版本合
2026-03-14 20:04:11 +08:00
github-actions[bot]
d4d2a86c77 chore: Auto Update Game Resources - 2026-03-14
https://github.com/MaaAssistantArknights/MaaAssistantArknights/actions/runs/23085804527

[skip changelog]
2026-03-14 10:07:14 +00:00
status102
13036c0fe0 chore: 地图资源临时修复 2026-03-14 18:00:00 +08:00
MistEO
8a10a30a6a Release v6.4.2 (#15983) v6.4.2 2026-03-14 17:54:15 +08:00
MistEO
41295335b7 ci: 临时糊一下发版 2026-03-14 17:52:54 +08:00
Constrat
d88c74dd06 i18n: EN tweak 2026-03-14 10:50:12 +01:00
MistEO
d50ede0a66 Release v6.4.1 (#15981) v6.4.1 2026-03-14 17:47:50 +08:00
MistEO
9d1b98ed47 docs: 糊一下 changelog 2026-03-14 17:46:57 +08:00
MistEO
894809d55f ci: new master branch 2026-03-14 17:34:27 +08:00