Commit Graph

1080 Commits

Author SHA1 Message Date
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
github-actions[bot]
83ce081ac5 chore: Auto Update Game Resources - 2026-04-25
https://github.com/MaaAssistantArknights/MaaAssistantArknights/actions/runs/24932890662

[skip changelog]
2026-04-25 14:18:43 +00:00
uye
3214aa96e7 fix: local-install 找不到 Artifact 2026-04-22 22:30:38 +08:00
uye
9c1ac90446 chore: tool 更新 2026-04-22 22:19:46 +08:00
uye
a1fb539856 fix: 内测版与其他类型版本对比时 removelist 会错误添加所有目录 2026-04-22 22:04:25 +08:00
uye
b7598d8f66 ci: ci 和 nightly 打出来的包不带 updater 2026-04-22 03:40:12 +08:00
github-actions[bot]
d9991239b7 chore: Auto Templates Optimization
Triggered by af783dd558

[skip changelog]
2026-04-20 23:37:10 +00:00
github-actions[bot]
110db7ab85 chore: Auto Templates Optimization
Triggered by d88d4ad484

[skip changelog]
2026-04-18 08:39:50 +00:00
Constrat
84b7ed59d9 chore: EN OS minigame (#16283)
* feat: minigame

* fix: typo

* fix: typo optimized
2026-04-16 12:51:55 +02:00
github-actions[bot]
a852ab31b0 chore: Auto Templates Optimization
Triggered by 757cfbf99a

[skip changelog]
2026-04-14 14:28:42 +00:00
github-actions[bot]
b8f279abfa chore: Auto Templates Optimization
Triggered by 4443367709

[skip changelog]
2026-04-14 14:10:54 +00:00
github-actions[bot]
f5520e3985 chore: Auto Update Game Resources - 2026-04-06
https://github.com/MaaAssistantArknights/MaaAssistantArknights/actions/runs/24055245319

[skip changelog]
2026-04-06 22:55:36 +00:00
HY
80035fa95a chore: 繁中服「命運」主題 &「無憂夢囈」導航 (#16174)
* chore: 「命運」主題

* chore:「無憂夢囈」導航

* chore: 跑一下 optimize_templates
2026-04-02 17:08:28 +02: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
github-actions[bot]
1330892295 chore: Auto Templates Optimization
Triggered by 77498d4941

[skip changelog]
2026-03-30 00:24:28 +00: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
github-actions[bot]
b9c1d01ca4 chore: Auto Templates Optimization
Triggered by c9747a2949

[skip changelog]
2026-03-24 04:35:41 +00:00
status102
9b18c4a5a1 revert resource 2026-03-24 11:11:14 +08:00
github-actions[bot]
bb51bd8f37 chore: Auto Templates Optimization
Triggered by 69bc73f2fa

[skip changelog]
2026-03-24 03:04:48 +00:00
github-actions[bot]
1eb5202b67 chore: Auto Templates Optimization
Triggered by 3cbb54778d

[skip changelog]
2026-03-23 01:34:36 +00:00
HX3N
3cbb54778d chore: KR update MistCity DepotEnter.png 2026-03-23 10:33:26 +09:00
uye
42c0d75e89 build: 改为 SelfContained 发布模式 (#16019)
<img width="3190" height="208" alt="07832262dcc66157005c08cc95a03fd1"
src="https://github.com/user-attachments/assets/84630506-c595-4999-ac7b-9c79f200bb16"
/>
<img width="1753" height="91" alt="b8ee23114f21ed1047697a77e713f1e5"
src="https://github.com/user-attachments/assets/6d781864-9c65-4774-85c7-8c22a1210285"
/>

完整包体积 +67 M
更新包第一次也会大差不多这么多,后面因为增量的原因不会影响

## Summary by Sourcery

记录迁移到自包含(self-contained)的 .NET 部署方式,并相应更新运行时和操作系统支持要求。

新功能:
- 通过自包含部署,将 .NET 运行时打包进 Windows GUI 构建中,从而不再需要单独安装 .NET。

增强改进:
- 在所有支持的语言中明确说明:安装时仅需要 Visual C++ 运行时,因为 .NET 现在已随程序一同提供。
- 更新 Linux/Wine 使用文档,以反映 Windows 构建已包含 .NET 运行时这一事实。
- 重新措辞操作系统支持说明,解释由于运行时和系统组件依赖,MAA 需要 Windows 10 或更高版本。

构建:
- 调整 WPF GUI 项目和依赖设置脚本以使用自包含发布模式,并停止安装外部的 .NET Desktop Runtime。

文档:
- 更新所有语言的常见问题(FAQ)、安装说明和新手指南,使其与新的自包含部署方式和运行时要求保持一致。

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

## Summary by Sourcery

Document the switch to self-contained .NET deployment and update runtime
and OS support requirements accordingly.

New Features:
- Bundle the .NET runtime into the Windows GUI build via self-contained
deployment to remove the need for a separate .NET installation.

Enhancements:
- Clarify across all supported languages that only the Visual C++
runtime is required at install time, as .NET is now included.
- Update Linux/Wine usage docs to reflect that the Windows build already
contains the .NET runtime.
- Reword OS support notes to explain that MAA requires Windows 10 or
later due to its runtime and system component dependencies.

Build:
- Adjust the WPF GUI project and dependency setup script to use
self-contained publish mode and stop installing the external .NET
Desktop Runtime.

Documentation:
- Refresh FAQ, installation, and newbie guides in all languages to match
the new self-contained deployment and runtime requirements.

</details>
2026-03-19 22:56:07 +08:00