github-actions[bot]
|
9de02b5988
|
chore: Auto update by pre-commit hooks
https://github.com/MaaAssistantArknights/MaaAssistantArknights/actions/runs/29168490922
[skip changelog]
|
2026-07-11 21:17:43 +00:00 |
|
uye
|
a601e9adb1
|
chore: 统计小工具增加正式版各版本下载量
|
2026-07-11 15:04:15 +08:00 |
|
uye
|
e9e4411d6a
|
feat: 新增下载量统计小工具
|
2026-07-11 15:04:15 +08:00 |
|
Constrat
|
ef8cfcf316
|
fix: reduce size for template to fix EN
|
2026-07-10 15:38:49 +02:00 |
|
github-actions[bot]
|
be41539ecb
|
chore: Auto Update Game Resources - 2026-07-09
https://github.com/MaaAssistantArknights/MaaAssistantArknights/actions/runs/29057418750
[skip changelog]
|
2026-07-09 23:29:15 +00:00 |
|
github-actions[bot]
|
2f5b6528cc
|
chore: Auto Templates Optimization
Triggered by a5e468a608
[skip changelog]
|
2026-07-04 12:02:57 +00:00 |
|
Constrat
|
699066f33c
|
fix: EN Sui MissionFailed2 yostar changed template who would have guessed
|
2026-07-04 12:34:16 +02:00 |
|
github-actions[bot]
|
884375e925
|
chore: Auto Templates Optimization
Triggered by 9f17325823
[skip changelog]
|
2026-07-04 08:33:03 +00:00 |
|
Aliothmoon
|
7897839948
|
fix: DBNet UnClip 用 MaaDeps polyclipping 替换近似偏移 (#17227)
* fix: ncnn DBNet UnClip 对齐 fastdeploy 多边形偏移
* chore: use maadeps polyclipping
* chore: bump MaaDeps version
|
2026-07-03 01:09:07 +08:00 |
|
Manicsteiner
|
382f10a58c
|
chore: JP episide new navigation and JieGarden theme recruit
|
2026-06-24 23:56:21 +08:00 |
|
Constrat
|
295f2073bd
|
chore: EN preload lone trail + fix JieGarden themes
|
2026-06-24 14:42:17 +02:00 |
|
github-actions[bot]
|
aa47abfacb
|
chore: Auto Templates Optimization
Triggered by fa8d0f8344
[skip changelog]
|
2026-06-23 02:04:54 +00:00 |
|
github-actions[bot]
|
cf61b5b6e4
|
chore: Auto Templates Optimization
Triggered by 20056e52b9
[skip changelog]
|
2026-06-22 23:41:02 +00:00 |
|
github-actions[bot]
|
9344e38fec
|
chore: Auto Templates Optimization
Triggered by d2cb0fd435
[skip changelog]
|
2026-06-19 05:59:02 +00:00 |
|
Aliothmoon
|
9097d4e1c1
|
feat: Android OCR 推理使用 NCNN (#17133)
|
2026-06-17 16:56:03 +08:00 |
|
uye
|
b99c07b234
|
chore: 移除依赖库安装的提权操作
|
2026-06-15 17:13:45 +08:00 |
|
github-actions[bot]
|
c7f9646c52
|
chore: Auto Templates Optimization
Triggered by da7fabd57e
[skip changelog]
|
2026-06-09 16:16:34 +00:00 |
|
github-actions[bot]
|
348825ef33
|
chore: Auto Update Game Resources - 2026-06-08
https://github.com/MaaAssistantArknights/MaaAssistantArknights/actions/runs/27142132661
[skip changelog]
|
2026-06-08 13:49:39 +00:00 |
|
Constrat
|
0ade8f5c7c
|
chore: revert all changes to remainingcandleflame IS6 EN
|
2026-06-08 13:44:13 +02:00 |
|
Constrat
|
5ae734461e
|
fix: EN IS6 bosky updated template
|
2026-06-08 01:06:58 +02:00 |
|
Constrat
|
b281f258cd
|
fix: EN IS6 bosky text size changed
|
2026-06-07 12:59:39 +02:00 |
|
github-actions[bot]
|
0b6280483c
|
chore: Auto Templates Optimization
Triggered by 1247e9a308
[skip changelog]
|
2026-06-05 17:36:16 +00:00 |
|
Luhan Xiao
|
e25ee6920e
|
fix: 修复 MaaMacGui changelog 贡献者 mention (#16978)
## 变更内容
修复 MaaMacGui 子仓库 changelog 中贡献者 mention 可能错误的问题。
- associated PR 存在时,优先使用 PR 作者的 `user.login`,并保持 PR title / PR link
逻辑不变。
- 无 associated PR 时,使用 GitHub commit API 的 `author.login` 作为贡献者。
- 无法确认 GitHub login 时,不追加作者 mention。
- 不再使用 git author name / display name / commit author name 生成
`@mention`。
- 不写入主仓库 `contributors` 映射,避免污染主仓库贡献者缓存。
- 过滤空 contributors,避免生成无效 mention。
## 验证
- `python3 -m py_compile
tools/ChangelogGenerator/changelog_generator.py`
- `git diff --cached --check`
- 使用 MaaMacGui 真实历史区间验证:
- `Add localized strings for relaunch case` 输出 `@ABA2396`
- `RelaunchAnchor` 输出 `@hguandl`
- 不再输出 `@uye` / `@hao Guan`
- PR 记录仍正常输出 `@FireflySentinel` / `@ColdSpellhere`
## Summary by Sourcery
基于 GitHub 元数据而非本地 git 作者信息,改进 MaaMacGui 更新日志中的贡献者提及方式。
Bug 修复:
- 防止空的贡献者账号在生成的更新日志中产生无效的 @提及。
- 确保 MaaMacGui 更新日志使用关联的 PR 作者登录名或提交作者登录名作为贡献者提及,避免错误或缺失的映射。
<details>
<summary>Original summary in English</summary>
## Summary by Sourcery
Improve MaaMacGui changelog contributor mentions based on GitHub
metadata instead of local git author information.
Bug Fixes:
- Prevent empty contributor handles from producing invalid @mentions in
generated changelogs.
- Ensure MaaMacGui changelog uses the associated PR author login or
commit author login as the contributor mention, avoiding incorrect or
missing mappings.
</details>
|
2026-06-04 00:17:15 +08:00 |
|
DavidWang19
|
067fdab400
|
feat: 支持 ImageCropper 截取 PC 窗口 (#16969)
|
2026-06-01 16:51:55 +01:00 |
|
Aliothmoon
|
c8d6d99010
|
chore: update MaaDeps version to v2.11.0 (#16961)
see https://github.com/MaaAssistantArknights/MaaDeps/pull/36
|
2026-06-01 20:42:37 +08:00 |
|
github-actions[bot]
|
d0d492b5b3
|
chore: Auto Templates Optimization
Triggered by 857742dfdc
[skip changelog]
|
2026-06-01 09:24:06 +00:00 |
|
github-actions[bot]
|
cae85ce6da
|
chore: Auto Update Game Resources - 2026-05-31
https://github.com/MaaAssistantArknights/MaaAssistantArknights/actions/runs/26727125523
[skip changelog]
|
2026-05-31 23:08:28 +00:00 |
|
github-actions[bot]
|
5681d6a37e
|
chore: Auto update by pre-commit hooks
https://github.com/MaaAssistantArknights/MaaAssistantArknights/actions/runs/26603778911
[skip changelog]
|
2026-05-28 21:39:41 +00:00 |
|
Luhan Xiao
|
1bafad61dd
|
feat(changelog): 记录 MaaMacGui 子仓库更新 (#16870)
* feat(changelog): 记录 MaaMacGui 子仓库更新
* fix(changelog): 修复 MaaMacGui 更新记录解析
|
2026-05-28 12:09:25 +08:00 |
|
github-actions[bot]
|
b30112b5b7
|
chore: Auto Templates Optimization
Triggered by 70cd6d5324
[skip changelog]
|
2026-05-27 10:45:46 +00:00 |
|
github-actions[bot]
|
f716362e03
|
chore: Auto Templates Optimization
Triggered by 8d236d83c5
[skip changelog]
|
2026-05-23 13:47:57 +00:00 |
|
github-actions[bot]
|
799e4754e7
|
chore: Auto Templates Optimization
Triggered by 6244e7fe6b
[skip changelog]
|
2026-05-16 16:14:38 +00:00 |
|
github-actions[bot]
|
4bfccbdc93
|
chore: Auto Templates Optimization
Triggered by 84df4ef79e
[skip changelog]
|
2026-05-16 09:37:35 +00:00 |
|
github-actions[bot]
|
62ea1f2841
|
chore: Auto Templates Optimization
Triggered by 155f049cf6
[skip changelog]
|
2026-05-15 11:42:35 +00:00 |
|
github-actions[bot]
|
210b1aef22
|
chore: Auto Update Game Resources - 2026-05-15
https://github.com/MaaAssistantArknights/MaaAssistantArknights/actions/runs/25910909078
[skip changelog]
|
2026-05-15 09:37:11 +00:00 |
|
github-actions[bot]
|
3c4aaf6e7e
|
chore: Auto Templates Optimization
Triggered by 1e37310c4a
[skip changelog]
|
2026-05-15 08:16:06 +00:00 |
|
github-actions[bot]
|
c322b532be
|
chore: Auto Templates Optimization
Triggered by 532e775359
[skip changelog]
|
2026-05-11 02:21:13 +00:00 |
|
github-actions[bot]
|
a1115031c0
|
chore: Auto Templates Optimization
Triggered by dad687c360
[skip changelog]
|
2026-05-11 01:29:56 +00:00 |
|
Constrat
|
3f6fa475ff
|
perf: optimize templates
|
2026-05-10 12:26:25 +02:00 |
|
uye
|
1d60c2363b
|
chore: 调整 global.json 文件创建时机
[skip changelog]
|
2026-05-06 00:37:18 +08:00 |
|
uye
|
26972c2769
|
chore: local-install 使用 ci 同款处理方法
|
2026-05-05 23:55:24 +08:00 |
|
github-actions[bot]
|
b38e1b46ba
|
chore: Auto Templates Optimization
Triggered by 4083e21521
[skip changelog]
|
2026-05-05 12:58:42 +00:00 |
|
uye
|
4c9c1d12ce
|
feat: 增加使用完整包更新时的强制提示,安装在根目录时禁止启动与更新 (#16435)
* feat: 增加使用完整包更新时的强制提示
* feat: 安装在根目录时阻止启动与更新
* feat: 更新检测排除 achievement 与 background
* perf: 优化日志记录,优化根目录判断逻辑
* feat: 禁止在部分特殊目录的根目录启动
* chore: warning
* perf: 优化本地安装脚本
* perf: 优化 temp 文件夹检测
|
2026-05-05 01:03:33 +08:00 |
|
Constrat
|
e884491a93
|
perf: optimize templates yostarkr SPA
|
2026-05-01 13:28:59 +02:00 |
|
Constrat
|
df0e271611
|
chore: YostarEN SPA
|
2026-05-01 13:28:46 +02:00 |
|
github-actions[bot]
|
2182951ed0
|
chore: Auto Update Game Resources - 2026-05-01
https://github.com/MaaAssistantArknights/MaaAssistantArknights/actions/runs/25205158187
[skip changelog]
|
2026-05-01 06:33:13 +00:00 |
|
uye
|
a6523b01d5
|
ci: 任务排序支持 jsonc
|
2026-05-01 14:26:20 +08:00 |
|
github-actions[bot]
|
719d04f53d
|
chore: Auto Templates Optimization
Triggered by 5f2d547998
[skip changelog]
|
2026-04-29 13:22:47 +00:00 |
|
github-actions[bot]
|
de4476b545
|
chore: Auto Templates Optimization
Triggered by e6b3223e29
[skip changelog]
|
2026-04-28 12:13:55 +00:00 |
|
SherkeyXD
|
4a77baba13
|
feat: 适配界面主题「重构」 (#16349)
* feat: 界面主题「重构」预载
* fix: 修复小工具 updater 路径错误
|
2026-04-27 00:45:09 +08:00 |
|