Releases: MaaXYZ/MaaFramework
Releases · MaaXYZ/MaaFramework
v1.8.8
perf: 优化 NNDetect 后处理
v1.8.7
fix: 换用一个看起来靠谱一点分辨率查询方法 fix https://github.com/MaaXYZ/MaaFramework/issues/257
v1.8.6
chore: add notes
v1.8.5
fix: 分辨率写反了 fix https://github.com/MaaXYZ/MaaFramework/issues/252 https://stackoverflow.com/questions/10040624/check-if-device-is-landscape-via-adb
v1.8.4
fix: 修复分辨率处理的引用错误 fix https://github.com/MaaXYZ/MaaFramework/issues/250
v1.8.2
fix: missing break of 0e6348f5c710788bd541d4f77b555c81b0fd2447
v1.8.1
What's Changed
Breaking changes
- Rename interface
MaaQueryRunningDetail
toMaaQueryNodeDetail
, rename parameterrunning_id
tonode_id
. - Changed python interface
Instance.run_task
to returnOptional[TaskDetail]
instead ofbool
.
New features
- Added interface
MaaPostRecognition
andMaaPostAction
- 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
What's Changed
Breaking changes
- Rename interface
MaaQueryRunningDetail
toMaaQueryNodeDetail
, rename parameterrunning_id
tonode_id
. - Changed python interface
Instance.run_task
to returnOptional[TaskDetail]
instead ofbool
.
New features
- Added interface
MaaPostRecognition
andMaaPostAction
- 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
What's Changed
Breaking changes
- Rename interface
MaaQueryRunningDetail
toMaaQueryNodeDetail
, rename parameterrunning_id
tonode_id
. - Changed python interface
Instance.run_task
to returnOptional[TaskDetail]
instead ofbool
.
New features
- Added interface
MaaPostRecognition
andMaaPostAction
- Added interface
MaaQueryTaskDetail
.
Full Changelog: v1.7.3...v1.8.0-beta.1
v1.7.3
docs: 文档小细节