status102
8edfb40ce1
chore: 增加职业分支信息
2026-04-25 22:57:31 +08:00
status102
a9e6d53672
rft: 重构battle_data
2026-04-25 22:54:48 +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
github-actions[bot]
00cd985907
chore: Auto Templates Optimization
...
Triggered by bdd748e1f0
[skip changelog]
2026-03-17 23:39:02 +00:00
uye
2010f0e76c
feat: 卫二期
2026-03-14 21:18:40 +08:00
MistEO
9f123e82c5
fix: overview is null
2026-03-14 20:06:50 +08:00
github-actions[bot]
4433536048
chore: Auto Update Game Resources - 2026-03-14
...
https://github.com/MaaAssistantArknights/MaaAssistantArknights/actions/runs/23083961193
[skip changelog]
2026-03-14 08:08:49 +00:00
github-actions[bot]
66b6482582
chore: Auto Update Game Resources - 2026-03-14
...
https://github.com/MaaAssistantArknights/MaaAssistantArknights/actions/runs/23082113458
[skip changelog]
2026-03-14 06:15:20 +00: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
github-actions[bot]
cfeae8fdfc
chore: Auto Templates Optimization
...
Triggered by dab40bdef4
[skip changelog]
2026-03-08 11:49:29 +00: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
Constrat
0bf7efb158
perf: optimize png
2026-03-06 23:30:16 +01:00
Constrat
a86229fe13
feat: YostarEN RebuildingMandate + Together
2026-03-06 23:28:22 +01:00
Status102
ff0d76b031
rft: 重构战斗中击杀识别, 击杀图标匹配使用高斯模糊预处理 ( #15868 )
...
* Revert "chore: Auto Templates Optimization"
This reverts commit f9b866000d .
Revert "fix: 沟槽的 yj 怎么有倒计时的时候击杀数图标都不一样"
This reverts commit fd718fa355 .
Revert "chore: Auto Templates Optimization"
This reverts commit 4855537bd3 .
Revert "perf: 优化击杀数模板图"
This reverts commit e4ba0f1efe .
* rft: 重构战斗中击杀识别
* chore: remove debug code
Co-authored-by: sourcery-ai[bot] <58596630+sourcery-ai[bot]@users.noreply.github.com>
* chore: roi恢复
---------
Co-authored-by: sourcery-ai[bot] <58596630+sourcery-ai[bot]@users.noreply.github.com>
2026-02-28 11:51:18 +08:00
github-actions[bot]
474321e1f3
chore: Auto update by pre-commit hooks
...
https://github.com/MaaAssistantArknights/MaaAssistantArknights/actions/runs/22416032302
[skip changelog]
2026-02-25 21:11:06 +00:00
github-actions[bot]
f9b866000d
chore: Auto Templates Optimization
...
Triggered by fd718fa355
[skip changelog]
2026-02-25 11:38:52 +00:00
github-actions[bot]
4855537bd3
chore: Auto Templates Optimization
...
Triggered by e4ba0f1efe
[skip changelog]
2026-02-25 10:21:21 +00:00
Constrat
190940dfb7
ci: updates to Resource Updater and clangd ( #15758 )
...
* fix: update classifyType assignment in update_items_data function
(global and txwy are up to date)
* fix: add CMAKE_INSTALL_PREFIX to cacheVariables in CMakePresets.json
* test: cleanup infrast_data
* chore: move submodules behind cache
* fix: CMake configs update for clangd code navigation
* docs: add windows vscode docs
---------
Co-authored-by: soundofautumn <62000745+soundofautumn@users.noreply.github.com >
2026-02-25 09:57:39 +01:00
github-actions[bot]
ed74da6d43
chore: Auto Update Game Resources - 2026-02-24
...
https://github.com/MaaAssistantArknights/MaaAssistantArknights/actions/runs/22343717529
[skip changelog]
2026-02-24 09:01:17 +00:00
Constrat
a0d3aa6997
perf: optimize templates
2026-02-17 10:12:07 +01:00
Constrat
f7e9178075
perf: increase score for AddOperatorTradeAggressive EN
2026-02-17 10:11:58 +01:00
Manicsteiner
4c61a2f325
chore: Yostar servers SSS#9 and ShamareThumbnail ( #15732 )
...
* chore: Yostar servers SSS#9 and ShamareThumbnail
* chore: KR ShamareThumbnail4.png
* chore: Shamare EN
* perf: png optimization
* chore: KR replace the incorrect template
---------
Co-authored-by: HX3N <scarlet7518@gmail.com >
Co-authored-by: Constrat <56174894+Constrat@users.noreply.github.com >
2026-02-16 23:54:22 +01:00
Constrat
821b0d5374
fix: EN AveMujica terminal new template
2026-02-13 00:42:44 +01:00
Constrat
e884ecc045
fix: update refresh node EN IS5
2026-02-11 23:55:16 +01:00
Constrat
0b4f57b547
ci: color [INF] for smoke testing as well
2026-02-11 22:50:05 +01:00
Constrat
56b1a049aa
fix: i'm kinda stupid
2026-02-11 22:24:43 +01:00
Constrat
d9f82444a2
fix: EN IS StageRefresh
2026-02-11 21:54:26 +01:00