Skip to content

Commit f53c31b

Browse files
authored
Prepare for release 1.32.0 (#1422)
1 parent 491a1c5 commit f53c31b

File tree

3 files changed

+35
-2
lines changed

3 files changed

+35
-2
lines changed

CHANGELOG.md

Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,38 @@
11
# Changelog
22

3+
## 1.32.0 - 20223-09-06
4+
5+
Studio
6+
- Feature: Support writing Flows using AI (more info to come 🚀)
7+
- Feature: Maestro Studio can now run in multiple tabs simultaneously
8+
- Feature: Added element id and copy option for it
9+
- Tweak: Hide action buttons till command is hovered
10+
- Tweak: Hide Unnecessary Scrollbars
11+
- Tweak: Repl view scroll improvements
12+
- Tweak: Improve Maestro Studio performance
13+
- Fix: Selected element size
14+
- Fix: Performance issues with maestro studio device refresh
15+
- Fix: Fixed dark mode for element id
16+
17+
CLI
18+
- Feature: New command to start or create a Maestro recommended device (docs)
19+
- Feature: Support id selection for testID with react-native-web (community contribution)
20+
- Feature: Control if browser automatically opens when running Maestro Studio via --no-window (community contribution)
21+
- Tweak: Show cancellation reason when available (Maestro Cloud)
22+
- Tweak: Update selenium-java and remove webdrivermanager to support Chrome 116+
23+
- Tweak: Show device type when running on Maestro Cloud
24+
- Tweak: Added better messaging and recovery options for Maestro Cloud uploads (useful for CI)
25+
- Tweak: Added better error messages for missing workspace and yaml validation errors
26+
- Tweak: Added file name and line number in yaml parsing error messages
27+
- Fix: Input text and erase text stability improvements for iOS
28+
- Fix: Leaking response body on iOS & better error handling for iOS Driver
29+
- Fix: Fixed Maestro Cloud wrong exit code when flow failed
30+
- Fix: Debug commands parsing would crash maestro
31+
- Fix: Cleaning up debug logs
32+
33+
34+
35+
336
## 1.31.0 - 2023-08-10
437

538
- Fix: Warning shown from OkHttp for leaking response bodies on CLI

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ android.useAndroidX=true
22
android.enableJetifier=true
33
kotlin.code.style=official
44
GROUP=dev.mobile
5-
VERSION_NAME=1.31.0
5+
VERSION_NAME=1.32.0
66
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.
77
POM_URL=https://github.com/mobile-dev-inc/maestro
88
POM_SCM_URL=https://github.com/mobile-dev-inc/maestro

maestro-cli/gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
CLI_VERSION=1.31.0
1+
CLI_VERSION=1.32.0

0 commit comments

Comments
 (0)