From 6e7495d6bb8602468b91a9e16d32872ef920ffca Mon Sep 17 00:00:00 2001 From: "lilong.129" Date: Thu, 1 Jun 2023 21:21:48 +0800 Subject: [PATCH] update changelog --- docs/CHANGELOG.md | 6 ++++-- hrp/internal/version/VERSION | 2 +- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/docs/CHANGELOG.md b/docs/CHANGELOG.md index 99ce8cbe..3d8a7e8b 100644 --- a/docs/CHANGELOG.md +++ b/docs/CHANGELOG.md @@ -1,6 +1,6 @@ # Release History -## v4.3.4 (2023-05-31) +## v4.3.4 (2023-06-01) **go version** @@ -8,10 +8,12 @@ - feat: cache screenshot ocr texts - feat: set testcase and request timeout in seconds - feat: catch interrupt signal -- feat: add new exit code MobileUILaunchAppError/InterruptError/TimeoutError/MobileUIActivityNotMatchError/MobileUIPopupError +- feat: add new exit code MobileUILaunchAppError/InterruptError/TimeoutError/MobileUIActivityNotMatchError/MobileUIPopupError/LoopActionNotFoundError - feat: find text with regex - feat: add UI ocr tags to summary - feat: check android device offline when running shell failed +- feat: print hrp runner exit code when running finished +- feat: add screen resolution and step start time in summary - refactor: replace OCR APIs with image APIs - refactor: FindText(s) returns OCRText(s) - refactor: merge ActionOption with DataOption diff --git a/hrp/internal/version/VERSION b/hrp/internal/version/VERSION index bd4c8f53..d3a0da3a 100644 --- a/hrp/internal/version/VERSION +++ b/hrp/internal/version/VERSION @@ -1 +1 @@ -v4.3.4 \ No newline at end of file +v4.3.4-beta-2306012121 \ No newline at end of file