change: bump version to v4.3.6

This commit is contained in:
lilong.129
2023-08-20 13:42:40 +08:00
parent 226fb64a73
commit b5c8a98ed2
16 changed files with 39 additions and 23 deletions

View File

@@ -1,15 +1,31 @@
# Release History
## v4.3.6-beta (2023-08-11)
## v4.3.6 (2023-08-20)
**go version**
plugin related:
- feat: add hrp executable directory for searching plugin
- feat: init device driver with plugin option
- change: upgrade funplugin to 0.5.2
- refactor: move internal myexec to funplugin/myexec
- feat: support printing stderr output in myexec.RunCommand
UI related:
- feat: get current feed info from app event trackings
- feat: log feed screenshot take/cv elapsed time
- feat: support to reset driver (or session only) automatically when UIA2 / WDA crashed or WebDriver request failed
- feat: `tap_cv` action supports ui type detection and tap
- compatibility: support indicating options separately in `MobileAction` level
- fix: add compatible support for indicating options separately at the `MobileAction` level
- fix: use Override size if existed, otherwise use Physical size (android devices)
- fix: add default options for `swipe_to_tap_app` action
- refactor: ui validation methods
- fix: reuse the same request body during `GetImage` retry
- change: upgrade funplugin to 0.5.2
others:
- change: log elapsed duration in miliseconds
## v4.3.5 (2023-07-23)