From bb41dd0fb0f24942c94674d2d384eddf06a25819 Mon Sep 17 00:00:00 2001 From: Amanjeet Singh Date: Mon, 20 Jan 2025 12:13:21 +0530 Subject: [PATCH] Prepare release 1.39.9 (#2245) --- CHANGELOG.md | 10 ++++++++++ maestro-cli/gradle.properties | 2 +- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9852947401..0fcdc5b8eb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,16 @@ ## Unreleased +## 1.39.9 + +- Revert: Error in showing keyboard during input and erase commands on iOS +- Fix: applesimutils affecting granting location permission +- Fix: Setting host and port from the optional arguments +- Feature: New `maestro login` command for logging in Robin. +- Feature: Improved `maestro record` video to scroll and follow the currently executing commands +- Fix: Enable running Maestro on Windows without WSL +- Feature: Add console.log messages directly to the maestro log file. + ## 1.39.8 - Fix: Debug message not showing up when we execute commands on maestro cli anymore diff --git a/maestro-cli/gradle.properties b/maestro-cli/gradle.properties index 1f1d4ca3ed..521707981f 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 \ No newline at end of file