From 68051b317c760982d5d4417e1cb903d091ff1ab3 Mon Sep 17 00:00:00 2001 From: "lilong.129" Date: Tue, 19 Sep 2023 16:55:44 +0800 Subject: [PATCH] feat: add WithSwipeOffset to set offset for swipe start/end point --- docs/CHANGELOG.md | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/docs/CHANGELOG.md b/docs/CHANGELOG.md index 9db4cce3..83b51648 100644 --- a/docs/CHANGELOG.md +++ b/docs/CHANGELOG.md @@ -1,5 +1,12 @@ # Release History +## v4.3.7 (2023-09-19) + +**go version** + +- feat: add `WithSwipeOffset` to set offset for swipe start/end point +- change: set `WithOffset` deprecated, replace with `WithTapOffset` + ## v4.3.6 (2023-09-07) **go version** @@ -9,8 +16,6 @@ plugin related: - feat: add hrp executable directory for searching plugin - feat: init device driver with plugin options, `WithDriverCapabilities` and `WithDriverPlugin` - feat: support printing stderr output in myexec.RunCommand -- feat: add `WithSwipeOffset` to set offset for swipe start/end point -- change: set `WithOffset` deprecated, replace with `WithTapOffset` - change: upgrade funplugin to 0.5.3 - refactor: move internal myexec to funplugin/myexec - change: create python3 plugin venv with latest funppy/httprunner