bump version to v4.3.3.2023041419

This commit is contained in:
lilong.129
2023-04-14 19:02:34 +08:00
parent 2ce6ce371b
commit 12fdf489d7
2 changed files with 6 additions and 2 deletions

View File

@@ -1,14 +1,18 @@
# Release History
## v4.3.3 (2023-04-11)
## v4.3.3 (2023-04-14)
**go version**
- feat: add `sleep_random` to sleep random seconds, with weight for multiple time ranges
- feat: input text with adb
- feat: add adb `screencap` sub command
- feat: add `IsAppInForeground` to check if the given package is in foreground
- feat: check if app is in foreground when step failed
- fix: adb driver for TapFloat
- fix: stop logcat only when enabled
- fix: do not fail case when kill logcat error
- fix: take screenshot after each step
## v4.3.2 (2022-12-26)