Skip to content

v1.7.0-alpha.2

Pre-release
Pre-release
Compare
Choose a tag to compare
@github-actions github-actions released this 23 Mar 15:28
· 493 commits to main since this 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