Skip to content

Commit c20806f

Browse files
Prepare for release 1.29.0 (#1161)
* Prepare for release 1.29.0 * Update CHANGELOG * Update CHANGELOG and version
1 parent 134a1cd commit c20806f

File tree

3 files changed

+17
-2
lines changed

3 files changed

+17
-2
lines changed

CHANGELOG.md

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

3+
## 1.29.0 - 2023-06-19
4+
5+
- Feature: Add test duration measurement and display
6+
- Feature: New screen recording commands
7+
- Thanks, @tokou, for the contribution!
8+
- Feature: Add support for sequential execution
9+
- Feature: Add support for double taps + multiple taps in tapOn
10+
- Feature: Add support for custom Android driver startup timeout
11+
- Thanks, @arildojr7, for the contribution!
12+
- Fix: Validate workspace prior to upload to Maestro Cloud
13+
- Fix: Resolve Android scrollUntilVisible flakiness
14+
- Fix: Resolve inputText flakiness
15+
- Fix: iOS url arguments
16+
- Thanks, @tokou, for the contribution!
17+
318
## 1.28.0 - 2023-05-18
419

520
- Feature: runScript command now support conditional execution

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.28.0
5+
VERSION_NAME=1.29.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.28.0
1+
CLI_VERSION=1.29.0

0 commit comments

Comments
 (0)