Skip to content

Commit

Permalink
Prepare for release 1.20.0 (#664)
Browse files Browse the repository at this point in the history
* Prepare for release 1.20.0
  • Loading branch information
ArthurSav authored Jan 24, 2023
1 parent b2baa7c commit 6a58fdf
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 2 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# Changelog

## 1.20.0 - 2023-01-24
* Feature: Maestro Studio - use percentage-based swiping
* Feature: Scroll until view element is visible
* Feature: Relatively swipe with percentage based start and end coordinates
* Fix: Android tap was not always working
* Fix: Bottom of Android hierarchy was cut off
* Fix: idb_companion fails to start due to gRPC timeout exception
* Tweak: Improve Android Screenshot Internal Logic
* Tweak: Change the end coordinates for swipe element
* Tweak: Update sample flows

## 1.19.5 - 2023-01-19
* Fix: inputText was not working on iOS React Native apps
* Fix: Maestro fails to launch on iOS if --device parameter is present
Expand Down
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.19.6-SNAPSHOT
VERSION_NAME=1.20.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.19.5
CLI_VERSION=1.20.0

0 comments on commit 6a58fdf

Please sign in to comment.