|
1 | 1 | # Changelog
|
2 | 2 |
|
| 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 | + |
3 | 36 | ## 1.31.0 - 2023-08-10
|
4 | 37 |
|
5 | 38 | - Fix: Warning shown from OkHttp for leaking response bodies on CLI
|
|
0 commit comments