Skip to content

Commit e49c8d3

Browse files
Prepare CLI release 1.35.0 (#1646)
1 parent ac33be7 commit e49c8d3

File tree

3 files changed

+12
-2
lines changed

3 files changed

+12
-2
lines changed

CHANGELOG.md

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

3+
## 1.35.0 - 2024-1-8
4+
- Change: Adds view class to Android hierarchy output
5+
- Change: Improves description of maestro start-device command to include device locale as well
6+
- Change: Adds scrollable attribute to Android view hierarchy output
7+
- Feature: Adds childOf attribute to selector to select from children of a container
8+
- Feature: Adds label attribute to customize the CLI output of maestro commands
9+
- Fix: Fixing “Unsupported architecture UNKNOWN” on linux environment when calling maestro attempts to create devices
10+
- Fix: Allow maestro to work below API level 25 for Android
11+
- Fix: IllegalArgumentException on swipe operation for iOS if the coordinates beyond device width and height are selected
12+
313
## 1.34.5 - 2024-1-4
414
- Feature: Adds a parameter to exclude all the keyboard elements from hierarchy
515

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.5
5+
VERSION_NAME=1.35.0
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.2
1+
CLI_VERSION=1.35.0

0 commit comments

Comments
 (0)