Skip to content

Commit cb27d76

Browse files
author
GitLab CI
committed
chore: Release v0.7.1
Bug fixes, screenshot reliability, enter_text without key, network monitoring
1 parent fbe6238 commit cb27d76

16 files changed

Lines changed: 820 additions & 351 deletions

File tree

CHANGELOG.md

Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,34 @@
1+
## 0.7.1
2+
3+
**Bug fixes, screenshot reliability, enter_text without key, network monitoring**
4+
5+
### Changes
6+
- TODO: Add your changes here
7+
8+
---
9+
10+
## 0.7.1
11+
12+
**Bug fixes, screenshot reliability, and new features**
13+
14+
### Bug Fixes
15+
- **Screenshot after navigation**: Fixed stale screenshot showing old page after `Navigator.push()`. Now captures from the RenderView layer instead of first RepaintBoundary, correctly rendering the current visible page
16+
- **enter_text without key**: Can now enter text into the currently focused TextField without providing a widget key. Tap a field first, then call `enter_text(text: "...")`
17+
- **assert_text on buttons**: `assert_text` now reads child Text widgets from buttons, labels, and other non-TextField elements
18+
- **Session auto-switch**: `connect_app`, `launch_app`, and `scan_and_connect` now always switch the active session to the newly connected app
19+
- **screenshot_region**: Added `save_to_file` support (saves to temp file like regular screenshot)
20+
- **get_errors pagination**: Added `limit` and `offset` parameters to prevent massive responses
21+
- **inspect page filter**: Added `current_page_only` parameter to filter out elements from old Navigator routes
22+
23+
### New Features
24+
- **Network monitoring**: 3 new MCP tools (`enable_network_monitoring`, `get_network_requests`, `clear_network_requests`) for tracking HTTP traffic via VM Service profiling
25+
- **README rewrite**: Clearer positioning as an AI-powered E2E testing tool with better examples and discoverability
26+
27+
### Region Screenshot
28+
- `screenshot_region` now reuses the same RenderView layer capture, fixing the same stale-page issue as regular screenshots
29+
30+
---
31+
132
## 0.7.0
233

334
**Enhanced developer experience: install scripts, CLI tips, and doctor command**

0 commit comments

Comments
 (0)