Skip to content

Commit

Permalink
Prepare next development version
Browse files Browse the repository at this point in the history
  • Loading branch information
Leland-Takamine committed Dec 12, 2022
1 parent fc7532d commit 72642b2
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog

## 1.17.0 - 2022-12-12
* Feature: Maestro Studio
* Feature: Print a message when an update is available
* Feature: Support percentages for tapOn
* Fix: Maestro commands execute faster now
* Fix: Fix environment variable substitution in certain cases
* Fix: Use actual android device screen size (including nav bar)

## 1.16.4 - 2022-12-02
* Fix: Add error message for when an Android screen recording fails

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.17.0
VERSION_NAME=1.17.1-SNAPSHOT
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

0 comments on commit 72642b2

Please sign in to comment.