Skip to content

Releases: MaaXYZ/MaaFramework

v4.0.0-beta.3

06 Mar 17:14
Compare
Choose a tag to compare
v4.0.0-beta.3 Pre-release
Pre-release

What's Changed

  • Breaking Changes: 由于 CI 故障,arm64-win 构建失败,为避免下游流程异常,暂时将其替换为了 x64-win 包,待后续重新发布 @MistEO in e42c408
  • feat: MaaAgent by @MistEO, @neko-para in #563
  • 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
  • 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-beta.3

v4.0.0-beta.2

06 Mar 13:26
Compare
Choose a tag to compare
v4.0.0-beta.2 Pre-release
Pre-release

What's Changed

New Contributors

Full Changelog: v3.0.4...v4.0.0-beta.2

v4.0.0-beta.1

06 Mar 09:16
63488cc
Compare
Choose a tag to compare
v4.0.0-beta.1 Pre-release
Pre-release

What's Changed

New Contributors

Full Changelog: v3.0.4...v4.0.0-beta.1

v4.0.0-alpha.2

05 Mar 17:14
Compare
Choose a tag to compare
v4.0.0-alpha.2 Pre-release
Pre-release

What's Changed

  • Breaking Changes chore: 由于 CI 故障,暂时移除 arm64 windows 支持,待后续再行发布 @MistEO
  • feat: MaaAgent by @MistEO in #563
  • feat: pipeline OCR 新增 threshold 字段 by @MistEO in 307b51d
  • fix(Python): 修复 context.run_action 报错 by @MistEO
  • chore(Python): 完善 Win32Controller 类型注释; 调整 AlgorithmEnum 继承方式 by @weinibuliu in #550
  • 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-alpha.2

v4.0.0-alpha.1

05 Mar 16:57
Compare
Choose a tag to compare
v4.0.0-alpha.1 Pre-release
Pre-release

What's Changed

  • Breaking Changes chore: 由于 CI 故障,暂时移除 arm64 windows 支持,待后续再行发布 @MistEO
  • feat: MaaAgent by @MistEO in #563
  • feat: pipeline OCR 新增 threshold 字段 by @MistEO in 307b51d
  • fix(Python): 修复 context.run_action 报错 by @MistEO
  • chore(Python): 完善 Win32Controller 类型注释; 调整 AlgorithmEnum 继承方式 by @weinibuliu in #550
  • 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-alpha.1

v3.0.4

17 Feb 06:52
Compare
Choose a tag to compare

What's Changed

v3.0.0

  • Breaking Changes refactor: rename APIs to the term by @MistEO in #472
    【破坏性修改】 基于 术语 对部分接口进行了重命名,请参考 适配指南
  • feat: update pipeline.schema.json by @Choimoe in #514
  • fix: target offset 限制矩形尺寸 by @MistEO
  • docs: 添加最佳实践 MaaAshEchoes by @moulai in #508
  • docs: 统一最佳实践的Pipeline图标 by @Kozmosa in #510
  • docs: 调试部分添加VSCode插件 by @Windsland52 in #511
  • docs: add VSCode plugin to the debug section by @Windsland52 in #512

v3.0.1

  • fix: abort cli if EOF detected by @neko-para
  • fix: missing pipeline parsing of ColorMatch by @MistEO

v3.0.2

  • feat: add decorator api of custom_recognition and custom_action by @YUASDS in #522
  • fix: 修复 target_offset 计算错误 by @MistEO

v3.0.3

v3.0.4

New Contributors

Full Changelog: v3.0.3...v3.0.4

v3.0.3

27 Jan 12:26
8fd30ec
Compare
Choose a tag to compare

What's Changed

v3.0.0

  • Breaking Changes refactor: rename APIs to the term by @MistEO in #472
    【破坏性修改】 基于 术语 对部分接口进行了重命名,请参考 适配指南
  • feat: update pipeline.schema.json by @Choimoe in #514
  • fix: target offset 限制矩形尺寸 by @MistEO
  • docs: 添加最佳实践 MaaAshEchoes by @moulai in #508
  • docs: 统一最佳实践的Pipeline图标 by @Kozmosa in #510
  • docs: 调试部分添加VSCode插件 by @Windsland52 in #511
  • docs: add VSCode plugin to the debug section by @Windsland52 in #512

v3.0.1

  • fix: abort cli if EOF detected by @neko-para
  • fix: missing pipeline parsing of ColorMatch by @MistEO

v3.0.2

  • feat: add decorator api of custom_recognition and custom_action by @YUASDS in #522
  • fix: 修复 target_offset 计算错误 by @MistEO

v3.0.3

New Contributors

Full Changelog: v3.0.1...v3.0.3

v3.0.2

27 Jan 05:23
Compare
Choose a tag to compare

What's Changed

v3.0.0

  • Breaking Changes refactor: rename APIs to the term by @MistEO in #472
    【破坏性修改】 基于 术语 对部分接口进行了重命名,请参考 适配指南
  • feat: update pipeline.schema.json by @Choimoe in #514
  • fix: target offset 限制矩形尺寸 by @MistEO
  • docs: 添加最佳实践 MaaAshEchoes by @moulai in #508
  • docs: 统一最佳实践的Pipeline图标 by @Kozmosa in #510
  • docs: 调试部分添加VSCode插件 by @Windsland52 in #511
  • docs: add VSCode plugin to the debug section by @Windsland52 in #512

v3.0.1

  • fix: abort cli if EOF detected by @neko-para
  • fix: missing pipeline parsing of ColorMatch by @MistEO

v3.0.2

  • feat: add decorator api of custom_recognition and custom_action by @YUASDS in #522
  • fix: 修复 target_offset 计算错误 by @MistEO

New Contributors

Full Changelog: v3.0.1...v3.0.2

v3.0.1

20 Jan 10:23
Compare
Choose a tag to compare

What's Changed

v3.0.0

  • Breaking Changes refactor: rename APIs to the term by @MistEO in #472
    【破坏性修改】 基于 术语 对部分接口进行了重命名,请参考 适配指南
  • feat: update pipeline.schema.json by @Choimoe in #514
  • fix: target offset 限制矩形尺寸 by @MistEO
  • docs: 添加最佳实践 MaaAshEchoes by @moulai in #508
  • docs: 统一最佳实践的Pipeline图标 by @Kozmosa in #510
  • docs: 调试部分添加VSCode插件 by @Windsland52 in #511
  • docs: add VSCode plugin to the debug section by @Windsland52 in #512

v3.0.1

  • fix: abort cli if EOF detected by @neko-para
  • fix: missing pipeline parsing of ColorMatch by @MistEO

New Contributors

Full Changelog: v3.0.0...v3.0.1

v3.0.0

19 Jan 11:00
Compare
Choose a tag to compare

What's Changed

  • Breaking Changes refactor: rename APIs to the term by @MistEO in #472
    【破坏性修改】 基于 术语 对部分接口进行了重命名,请参考 适配指南
  • feat: update pipeline.schema.json by @Choimoe in #514
  • fix: target offset 限制矩形尺寸 by @MistEO
  • docs: 添加最佳实践 MaaAshEchoes by @moulai in #508
  • docs: 统一最佳实践的Pipeline图标 by @Kozmosa in #510
  • docs: 调试部分添加VSCode插件 by @Windsland52 in #511
  • docs: add VSCode plugin to the debug section by @Windsland52 in #512

New Contributors

Full Changelog: v2.4.2...v3.0.0