Skip to content

Releases: MaaXYZ/MaaFramework

v1.7.0-alpha.3

06 Apr 16:12
Compare
Choose a tag to compare
v1.7.0-alpha.3 Pre-release
Pre-release

What's Changed

Breaking changes

  • Deprecated interface MaaToolkitInit and MaaToolkitUninit, use MaaToolkitInitOptionConfig instead.
  • Deprecated interface MaaTaskAllFinished, use negated MaaRunning instead.
  • Deprecated interface MaaSyncContextGetTaskResult, use MaaQueryRunningDetail instead.
  • Deprecated message MaaMsg_Task_Focus_Hit, use MaaMsg_Task_Focus_ReadyToRun instead.

New features

  • Added interface MaaResourceClear.
  • Added interface MaaQueryRecognitionDetail.
  • Added option MaaGlobalOption_DebugMessage and message MaaMsg_Task_Debug.
  • Added tool MaaDebugger.

Bug fixes

  • Fixed interface MaaPostStop not working.
  • Fixed interface MaaToolkitPostFindDeviceWithAdb crash.
  • Fixed some minor bugs

Full Changelog: v1.6.5...v1.7.0-alpha.3

v1.7.0-alpha.2

23 Mar 15:28
Compare
Choose a tag to compare
v1.7.0-alpha.2 Pre-release
Pre-release

What's Changed

Breaking changes

  • Deprecated interface MaaToolkitInit and MaaToolkitUninit, use MaaToolkitInitOptionConfig instead.
  • Deprecated interface MaaTaskAllFinished, use negated MaaRunning instead.
  • Deprecated message MaaMsg_Task_Focus_Hit, use MaaMsg_Task_Focus_ReadyToRun instead.

New features

  • Added interface MaaResourceClear.
  • Added option MaaGlobalOption_DebugMessage and message MaaMsg_Task_Debug.
  • Added tool MaaDebugger.

Bug fixes

  • Fixed interface MaaPostStop not working.
  • Fixed interface MaaToolkitPostFindDeviceWithAdb crash.

Full Changelog: v1.6.5...v1.7.0-alpha.2

v1.7.0-alpha.1

14 Mar 15:26
Compare
Choose a tag to compare
v1.7.0-alpha.1 Pre-release
Pre-release

What's Changed

Breaking changes

  • Deprecated interface MaaToolkitInit and MaaToolkitUninit, use MaaToolkitInitOptionConfig instead.
  • Deprecated interface MaaTaskAllFinished, use negated MaaRunning instead.
  • Deprecated message MaaMsg_Task_Focus_Hit, use MaaMsg_Task_Focus_ReadyToRun instead.

New features

  • Added interface MaaResourceClear.
  • Added option MaaGlobalOption_DebugMessage and message MaaMsg_Task_Debug.
  • Added tool MaaDebugger.

Bug fixes

  • Fixed interface MaaPostStop not working.
  • Fixed interface MaaToolkitPostFindDeviceWithAdb crash.

Full Changelog: v1.6.5...v1.7.0-alpha.1

v1.6.5

11 Mar 09:59
Compare
Choose a tag to compare
fix: 修复python部分异步接口不返回的问题

v1.6.4

07 Mar 17:00
Compare
Choose a tag to compare
feat: support MuMuPro of macOS

v1.6.3

05 Mar 16:58
Compare
Choose a tag to compare
feat: PiCli 支持输入多个

v1.6.2

03 Mar 17:12
Compare
Choose a tag to compare
fix: testing error

v1.6.1

26 Feb 11:01
Compare
Choose a tag to compare
feat: disable ScreencapRawByNetcat for non-win32

v1.6.0

22 Feb 16:38
Compare
Choose a tag to compare
feat: 优化PiCli交互

v1.6.0-beta.4

19 Feb 17:43
Compare
Choose a tag to compare
fix: 修正排序算法