Skip to content

Releases: MaaXYZ/MaaFramework

v1.8.8

16 Jul 05:24
Compare
Choose a tag to compare
perf: 优化 NNDetect 后处理

v1.8.7

13 Jun 10:17
Compare
Choose a tag to compare
fix: 换用一个看起来靠谱一点分辨率查询方法

fix https://github.com/MaaXYZ/MaaFramework/issues/257

v1.8.6

12 Jun 17:36
Compare
Choose a tag to compare
chore: add notes

v1.8.5

12 Jun 16:48
Compare
Choose a tag to compare
fix: 分辨率写反了

fix https://github.com/MaaXYZ/MaaFramework/issues/252
https://stackoverflow.com/questions/10040624/check-if-device-is-landscape-via-adb

v1.8.4

12 Jun 05:24
Compare
Choose a tag to compare
fix: 修复分辨率处理的引用错误

fix https://github.com/MaaXYZ/MaaFramework/issues/250

v1.8.2

06 Jun 08:54
Compare
Choose a tag to compare
fix: missing break of 0e6348f5c710788bd541d4f77b555c81b0fd2447

v1.8.1

27 May 10:05
Compare
Choose a tag to compare

What's Changed

Breaking changes

  • Rename interface MaaQueryRunningDetail to MaaQueryNodeDetail, rename parameter running_id to node_id.
  • Changed python interface Instance.run_task to return Optional[TaskDetail] instead of bool.

New features

  • Added interface MaaPostRecognition and MaaPostAction
  • Added interface MaaQueryTaskDetail.

Bug fixes

  • Fixed crash of MaaPiCli in the non-ascii directory
  • Fixed conflicts of pipeline.schema

Full Changelog: v1.7.3...v1.8.1

v1.8.0-beta.2

17 May 06:20
Compare
Choose a tag to compare

What's Changed

Breaking changes

  • Rename interface MaaQueryRunningDetail to MaaQueryNodeDetail, rename parameter running_id to node_id.
  • Changed python interface Instance.run_task to return Optional[TaskDetail] instead of bool.

New features

  • Added interface MaaPostRecognition and MaaPostAction
  • Added interface MaaQueryTaskDetail.

Bug fixes

  • Fixed crash of MaaPiCli in the non-ascii directory

Full Changelog: v1.7.3...v1.8.0-beta.2

v1.8.0-beta.1

17 May 03:14
Compare
Choose a tag to compare

What's Changed

Breaking changes

  • Rename interface MaaQueryRunningDetail to MaaQueryNodeDetail, rename parameter running_id to node_id.
  • Changed python interface Instance.run_task to return Optional[TaskDetail] instead of bool.

New features

  • Added interface MaaPostRecognition and MaaPostAction
  • Added interface MaaQueryTaskDetail.

Full Changelog: v1.7.3...v1.8.0-beta.1

v1.7.3

10 May 10:41
Compare
Choose a tag to compare
docs: 文档小细节