From 1f39d42e3c5756dacc5c680d38904ec99ff49432 Mon Sep 17 00:00:00 2001 From: Dan Caseley Date: Fri, 10 Jan 2025 15:12:55 +0000 Subject: [PATCH] Prepare for release 1.39.9-RC1 --- CHANGELOG.md | 5 +++++ gradle.properties | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) 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