Skip to content

Commit 7b40853

Browse files
Prepare for release 1.26.0 (#987)
Prepare for release 1.26.0.
1 parent 7d68775 commit 7b40853

File tree

3 files changed

+23
-2
lines changed

3 files changed

+23
-2
lines changed

CHANGELOG.md

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

3+
## 1.26.0 - 2023-04-13
4+
* Feature: Adds Travel command to mock motion for app
5+
* Feature: Adds a capability to match the toast messages
6+
* Feature: Add support for console.log in javascript
7+
* Feature: Allow writing inline flows with runFlow command
8+
* Change: Adds sms permission to permission names which can be used to allow/deny: android.permission.READ_SMS, android.permission.RECIEVE_SMS, android.permission.SEND_SMS. Thanks, @depapp for the contribution.
9+
* Change: Maestro can now also match hint text and values of text field.
10+
* Change: Maestro can now also match elements with their accessibility text.
11+
* Commands moved away from IDB:
12+
* Long press is now done with XCTest instead of idb
13+
* Installation of app is now done with simctl commands
14+
* Hide keyboard with help of XCTest. We now scroll up and down from the middle of the screen to close the keyboard.
15+
* Press key now is done with XCTest.
16+
* Note that with this change pressKey: Enter now only wraps on new line - earlier it also closed the keyboard
17+
* Erase text is now done with XCTest.
18+
* Use simctl to record screen
19+
* Fix: Web driver no longer crashes when using latest Chrome
20+
* Fix: Fixes hideKeyboard on android by appropriately dispatching proper event. Thanks, @nhaarman for contribution
21+
* Fix: Properly shutting down studio by listening to SIGTSP signal
22+
* Fix: Update granting of notifications and health permissions causing simulator restarts and XCTestUnreachableExceptions.
23+
324
## 1.25.0 - 2023-03-13
425
* Fix: Shell environment variables can no longer crash the javascript runtime
526
* Fix: XCTestRunner and IDB are restarted on connection error

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.25.1
5+
VERSION_NAME=1.26.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.25.0
1+
CLI_VERSION=1.26.0

0 commit comments

Comments
 (0)