update hrp plugin (#1668)

* change: upgrade go mod zerolog

* change: relocate ocr_test

* refactor: init logger

* change: hrp exit log

* change: update logs

* change: upgrade funplugin to 0.5.2

* change: update change log
This commit is contained in:
debugtalk
2023-08-11 15:34:49 +08:00
committed by GitHub
parent 0332e8302c
commit ee04fb5702
22 changed files with 113 additions and 144 deletions

View File

@@ -1,6 +1,6 @@
# Release History
## v4.3.6-beta (2023-08-01)
## v4.3.6-beta (2023-08-11)
- 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
@@ -9,6 +9,7 @@
- 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
## v4.3.5 (2023-07-23)