From e9d039b58ba17d426fa796fef999843a6f74714b Mon Sep 17 00:00:00 2001 From: "huangbin.beal@163.com" Date: Tue, 19 Mar 2024 16:33:03 +0800 Subject: [PATCH] chore: add change log --- docs/CHANGELOG.md | 10 ++++++++++ hrp/internal/version/VERSION | 2 +- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/docs/CHANGELOG.md b/docs/CHANGELOG.md index ed37df31..901e1744 100644 --- a/docs/CHANGELOG.md +++ b/docs/CHANGELOG.md @@ -1,5 +1,15 @@ # Release History +## v4.3.8 (2023-09-19) +- feat: OCR calls use the high-precision cluster interface, and the default timeout is changed from 3s to 10s +- feat: use jpeg to compress screenshots +- feat: increase live broadcast end-to-end collection capabilities +- fix: add file reading and writing methods as a log management logic +- fix: throws an error when the number of use cases is 0 +- fix: fixed the problem that the new version of adb format fails to parse + +**go version** + ## v4.3.7 (2023-09-19) **go version** diff --git a/hrp/internal/version/VERSION b/hrp/internal/version/VERSION index f59ab889..fdd709db 100644 --- a/hrp/internal/version/VERSION +++ b/hrp/internal/version/VERSION @@ -1 +1 @@ -v4.3.7 +v4.3.8