Skip to content

v4.0.0

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 09 Mar 15:48
· 11 commits to main since this release

Highlights

v4.x 版本带来了全新的 MaaAgent 功能,可在使用 MFA, MFW, MaaPiCli 等通用 UI 的同时,使用任意编程语言编写您的自定义识别和自定义动作。
若您是应用开发者,请参考 这里 ;若您是 UI 开发者,请参考 这里

What's Changed

  • Breaking Changes: 由于 CI 故障,arm64-win 构建失败,为避免下游流程异常,暂时将其替换为了 x64-win 包,待后续重新发布 @MistEO in e42c408
  • feat: MaaAgent by @MistEO in #563
  • feat: v4.0 Python binding by @MistEO in #563
  • feat: v4.0 NodeJS binding by @neko-para
  • feat: pipeline OCR 新增 threshold 字段 by @MistEO in 307b51d
  • fix: 修复 context.run_action 无法获取识别详情 by @MistEO
  • perf(Python): 完善 Win32Controller 类型注释; 调整 AlgorithmEnum 继承方式 by @weinibuliu in #550
  • perf(Python): 优化枚举继承方式 by @weinibuliu in #560
  • refactor(Python): polish pip pack by @lumina37 in #570
  • fix(NodeJS): 修复构造错误 by @neko-para in c0f338f , 84cf6e2
  • docs: 添加最佳实践 MaaXuexi by @ravizhan in #552
  • docs: 添加最佳实践 MACC by @mxia9416 in #558
  • docs: 新增最佳实践 MAA_MHXY_MG by @gitlihang in #561

New Contributors

Full Changelog: v3.0.4...v4.0.0