Skip to content

Commit a8de6b8

Browse files
authored
release: v0.7.0 (#87)
Bumps VERSION, vscode extension, wiki current-version reference, and landing-page badge to 0.7.0. Renames the CHANGELOG [Unreleased] section to [0.7.0] - 2026-05-02 and records the entries from PRs #84, #85, #86. flutter_probe_agent already at 0.7.0 (bumped in PR #86, includes the mDNS advertising change). Tag v0.7.0 after merge to trigger: - GitHub release workflow (Go binaries) - pub.dev publish workflow (flutter_probe_agent) - Homebrew tap formula update
1 parent 53bd458 commit a8de6b8

5 files changed

Lines changed: 6 additions & 4 deletions

File tree

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/).
66

77
## [Unreleased]
88

9+
## [0.7.0] - 2026-05-02
10+
911
### Added
1012
- **MCP device lifecycle tools**`probe-mcp` now exposes 5 new tools that let AI agents discover and manage simulators/emulators end-to-end without leaving chat: `list_devices` (booted/connected sims, emulators, physical devices), `list_simulators` (all iOS sims including shutdown), `list_avds` (Android Virtual Device names), `start_device` (boot Android emulator by AVD name or iOS simulator by UDID, blocks until ready), `shutdown_device` (iOS simulator only). Brings the total tool count from 10 to 15.
1113
- **`device` argument on existing MCP tools**`get_widget_tree`, `take_screenshot`, `run_script`, and `run_tests` accept an optional `device` (serial or UDID) so the agent can pin a target when multiple devices are connected. Previously the agent had to smuggle this through the undocumented `flags` string.

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.6.0
1+
0.7.0

docs/wiki/Home.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ Welcome to the FlutterProbe wiki. This documentation covers architecture details
1717

1818
## Project Status
1919

20-
FlutterProbe is in active development. Current version: **0.6.0**.
20+
FlutterProbe is in active development. Current version: **0.7.0**.
2121

2222
### Repository Structure
2323

vscode/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "flutterprobe",
33
"displayName": "FlutterProbe",
44
"description": "High-performance E2E testing for Flutter apps — ProbeScript language support, local & cloud device testing (BrowserStack, Sauce Labs, AWS Device Farm, Firebase Test Lab, LambdaTest), visual regression, test recording, and Studio integration",
5-
"version": "0.6.0",
5+
"version": "0.7.0",
66
"publisher": "flutterprobe",
77
"icon": "resources/probe-icon.png",
88
"engines": { "vscode": "^1.85.0" },

website/src/pages/index.astro

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -437,7 +437,7 @@
437437
</nav>
438438
<!-- Hero -->
439439
<div class="hero">
440-
<div class="badge"><span></span> v0.6.0 &mdash; Studio Beta &middot; BSL 1.1 open source</div>
440+
<div class="badge"><span></span> v0.7.0 &mdash; Studio Beta &middot; BSL 1.1 open source</div>
441441
<h1>Flutter E2E tests in<br/><span class="g">plain English</span></h1>
442442
<p class="sub">Write tests your whole team can read. Execute with direct widget-tree access &mdash; no accessibility layer, no WebDriver overhead.</p>
443443
<div class="hero-code">

0 commit comments

Comments
 (0)