Skip to content

Commit

Permalink
Prepare for release 1.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
dmitry-zaitsev committed Sep 16, 2022
1 parent 5425ca6 commit 52b9ef9
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 2 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -89,3 +89,15 @@
* Fix: iOS inputText race condition
* Fix: populate iOS accessibility value
* Refactoring: simplified `MaestroCommand` serialization

# 1.7.0 - 2022-09-16

* Feature: `maestro upload` command for uploading your builds to mobile.dev
* Feature: `takeScreenshot` command
* Feature: `extendedWaitUntil` command
* Fix: waiting for Android gRPC server to properly start before interacting with it
* Fix: brought back multi-window support on Android
* Fix: `hideKeyboard` command did not always work
* Fix: make project buildable on Java 14
* Refactoring: make `MaestroCommand` serializable without custom adapters
* Refactoring: migrated to JUnit 5
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ android.useAndroidX=true
android.enableJetifier=true
kotlin.code.style=official
GROUP=dev.mobile
VERSION_NAME=1.6.1-SNAPSHOT
VERSION_NAME=1.7.0
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.
POM_URL=https://github.com/mobile-dev-inc/maestro
POM_SCM_URL=https://github.com/mobile-dev-inc/maestro
Expand Down
2 changes: 1 addition & 1 deletion maestro-cli/gradle.properties
Original file line number Diff line number Diff line change
@@ -1 +1 @@
CLI_VERSION=1.6.0
CLI_VERSION=1.7.0

0 comments on commit 52b9ef9

Please sign in to comment.