You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+5Lines changed: 5 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,10 @@
1
1
# Changelog
2
2
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
+
3
8
## 1.34.0 - 2023-10-24
4
9
- Feature: support `--device-locale` parameter for `maestro start-device`
5
10
- Feature: add `centerElement` parameter for `scrollUntilVisible`. Center element will attempt to stop scrolling when the element is near the center of the screen.
Copy file name to clipboardExpand all lines: gradle.properties
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -2,7 +2,7 @@ android.useAndroidX=true
2
2
android.enableJetifier=true
3
3
kotlin.code.style=official
4
4
GROUP=dev.mobile
5
-
VERSION_NAME=1.34.0
5
+
VERSION_NAME=1.34.1
6
6
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.
0 commit comments