Skip to content

Commit b8a05a2

Browse files
authored
Prepare for release 1.34.1 (#1582)
* update changelog * bump version to 1.34.1
1 parent 8c4abc8 commit b8a05a2

File tree

3 files changed

+7
-2
lines changed

3 files changed

+7
-2
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# Changelog
22

3+
## 1.34.1 - 2023-11-9
4+
- Feature: add support `--device-locale` parameter for `maestro cloud` command
5+
- Feature: add support iOS17 for `maestro start-device` command
6+
- Feature: add support Android API level 34 for `maestro start-device` command
7+
38
## 1.34.0 - 2023-10-24
49
- Feature: support `--device-locale` parameter for `maestro start-device`
510
- Feature: add `centerElement` parameter for `scrollUntilVisible`. Center element will attempt to stop scrolling when the element is near the center of the screen.

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ android.useAndroidX=true
22
android.enableJetifier=true
33
kotlin.code.style=official
44
GROUP=dev.mobile
5-
VERSION_NAME=1.34.0
5+
VERSION_NAME=1.34.1
66
POM_DESCRIPTION=Maestro is a server-driven platform-agnostic library that allows to drive tests for both iOS and Android using the same implementation through an intuitive API.
77
POM_URL=https://github.com/mobile-dev-inc/maestro
88
POM_SCM_URL=https://github.com/mobile-dev-inc/maestro

maestro-cli/gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
CLI_VERSION=1.34.0
1+
CLI_VERSION=1.34.1

0 commit comments

Comments
 (0)