From 8aac99e6a40812eb3c3047e496806083ede8a5bc Mon Sep 17 00:00:00 2001 From: "lilong.129" Date: Tue, 19 Sep 2023 16:48:25 +0800 Subject: [PATCH 1/2] set tag v4.3.6 --- docs/CHANGELOG.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/CHANGELOG.md b/docs/CHANGELOG.md index eba1a6e0..4083f633 100644 --- a/docs/CHANGELOG.md +++ b/docs/CHANGELOG.md @@ -1,6 +1,6 @@ # Release History -## v4.3.6 (2023-08-24) +## v4.3.6 (2023-09-07) **go version** @@ -27,6 +27,7 @@ UI related: - fix: reuse the same request body during `GetImage` retry - fix: iOS `tap_xy` scale adaption error - feat: support new action: `close_popups` +- fix: swipeToTapTexts with identifiers/regex others: From 52d2b91264f580f4d26dce64b249c5fd37a23b3f Mon Sep 17 00:00:00 2001 From: "lilong.129" Date: Tue, 19 Sep 2023 17:08:49 +0800 Subject: [PATCH 2/2] fix: release hrp binaries --- .github/workflows/hrp-release.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/hrp-release.yml b/.github/workflows/hrp-release.yml index 1821ccbc..4aa9b662 100644 --- a/.github/workflows/hrp-release.yml +++ b/.github/workflows/hrp-release.yml @@ -21,9 +21,9 @@ jobs: goos: windows steps: - name: Checkout code - uses: actions/checkout@v2 + uses: actions/checkout@v3 - name: Release hrp cli binaries - uses: wangyoucao577/go-release-action@v1.23 + uses: wangyoucao577/go-release-action@v1 with: github_token: ${{ secrets.GITHUB_TOKEN }} goos: ${{ matrix.goos }}