Skip to content

Commit df41a0a

Browse files
authored
Prepare for release 1.30.3 (#1259)
1 parent d67f242 commit df41a0a

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.30.3 - 2023-07-17
4+
5+
- Update: Maestro Studio revamp improvements
6+
- wrapped element names in sidebar
7+
- sidebar text always visible
8+
- add "hintText" and "accesbilityText" in sidebar
9+
- improve sidebar search
10+
- fixed highlight issues in search
11+
- various other small improvements
12+
313
## 1.30.2 - 2023-07-14
414

515
- Revert connection improvements (from 1.30.1)

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.30.2
5+
VERSION_NAME=1.30.3
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.30.2
1+
CLI_VERSION=1.30.3

0 commit comments

Comments
 (0)