diff --git a/CHANGELOG.md b/CHANGELOG.md index 9852947401..9c259c9ea8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,11 @@ ## Unreleased +- Fix: Respect --host and --port arguments (for Windows WSL and Docker) +- Fix: Improve iOS permissions and logging +- Feature: Improve support for non-Chrome web support +- Fix: Pass launch arguments to web page + ## 1.39.8 - Fix: Debug message not showing up when we execute commands on maestro cli anymore diff --git a/gradle.properties b/gradle.properties index 26070bcfaf..85b07f8517 100644 --- a/gradle.properties +++ b/gradle.properties @@ -2,7 +2,7 @@ android.useAndroidX=true android.enableJetifier=true kotlin.code.style=official GROUP=dev.mobile -VERSION_NAME=1.39.8 +VERSION_NAME=1.39.9-RC1 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 diff --git a/maestro-cli/gradle.properties b/maestro-cli/gradle.properties index 1f1d4ca3ed..8ad89741ad 100644 --- a/maestro-cli/gradle.properties +++ b/maestro-cli/gradle.properties @@ -1 +1 @@ -CLI_VERSION=1.39.8 \ No newline at end of file +CLI_VERSION=1.39.9-RC1 \ No newline at end of file