mirror of
https://github.com/httprunner/httprunner.git
synced 2026-05-12 02:21:29 +08:00
Merge branch 'master' into video-crawler
This commit is contained in:
4
.github/workflows/hrp-release.yml
vendored
4
.github/workflows/hrp-release.yml
vendored
@@ -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 }}
|
||||
|
||||
@@ -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:
|
||||
|
||||
|
||||
Reference in New Issue
Block a user