Releases: dotnet/maui-labs
Releases · dotnet/maui-labs
v0.1.0-preview.4
What's Changed
CLI crash fix & package size reduction (PR #50)
- Fixed: CLI crashed on every command due to a whitespace character in the
--selectoroption constructor
24MB** by excluding SkiaSharp native PDB files (~244MB uncompressed) - Added 2 regression tests to prevent recurrence
Duplicate NuGet asset fix (PR #49)
- Fixed: Official builds failed with duplicate
DevFlow.Driverasset error - Made
IsPackable=falsethe default, opt-in via/p:PackDriverNuGet=true
DevFlow CLI merge cleanup (PR #52)
- Introduced
IDevFlowOutputWriterinterface for structured output (replaces staticConsole.Write) - Registered all services in DI container; updated 120+ call sites
- Replaced raw
Process.StartwithProcessRunnerwrapper
NativeAOT & CliJson (PR #23)
- Added CliJson support and migrated CLI JSON handling
- NativeAOT smoke tests
NuGet Packages
dotnet tool install --global Microsoft.Maui.Cli --version 0.1.0-preview.4.26201.5
Full changelog: v0.1.0-preview.3...v0.1.0-preview.4
v0.1.0-preview.3
Packages
| Package | Version |
|---|---|
| Microsoft.Maui.DevFlow.Agent | 0.1.0-preview.3.26175.3 |
| Microsoft.Maui.DevFlow.Agent.Core | 0.1.0-preview.3.26175.3 |
| Microsoft.Maui.DevFlow.Agent.Gtk | 0.1.0-preview.3.26175.3 |
| Microsoft.Maui.DevFlow.Blazor | 0.1.0-preview.3.26175.3 |
| Microsoft.Maui.DevFlow.Blazor.Gtk | 0.1.0-preview.3.26175.3 |
| Microsoft.Maui.DevFlow.Driver | 0.1.0-preview.3.26175.3 |
| Microsoft.Maui.DevFlow.Logging | 0.1.0-preview.3.26175.3 |
Changes
- Fix package references from Redth to Microsoft namespace (#22)
- Update NuGet package references and CLI tool names in skill docs (#22)
PRs included
-
Fix skill references: rename Redth.MauiDevFlow to Microsoft.Maui.DevFlow22
v0.1.0-preview.2
Packages
| Package | Version |
|---|---|
| Microsoft.Maui.DevFlow.Agent | 0.1.0-preview.2.26174.4 |
| Microsoft.Maui.DevFlow.Agent.Core | 0.1.0-preview.2.26174.4 |
| Microsoft.Maui.DevFlow.Agent.Gtk | 0.1.0-preview.2.26174.4 |
| Microsoft.Maui.DevFlow.Blazor | 0.1.0-preview.2.26174.4 |
| Microsoft.Maui.DevFlow.Blazor.Gtk | 0.1.0-preview.2.26174.4 |
| Microsoft.Maui.DevFlow.Driver | 0.1.0-preview.2.26174.4 |
| Microsoft.Maui.DevFlow.Logging | 0.1.0-preview.2.26174.4 |
Changes
- Full-screen screenshot support for iOS simulator using
xcrun simctl io screenshot(#19) - Enhanced iOS permission handling and alert detection with retries (#19)
- Fix skill update 404 errors (#21)
PRs included
-
Full-screen screenshots, iOS permission handling, alert detection19
-
Fix unable to update skills21
v0.1.0-preview.1
Initial preview release
First public preview of the .NET MAUI DevFlow packages.
Packages
| Package | Version |
|---|---|
| Microsoft.Maui.DevFlow.Agent | 0.1.0-preview.1.26173.3 |
| Microsoft.Maui.DevFlow.Agent.Core | 0.1.0-preview.1.26173.3 |
| Microsoft.Maui.DevFlow.Agent.Gtk | 0.1.0-preview.1.26173.3 |
| Microsoft.Maui.DevFlow.Blazor | 0.1.0-preview.1.26173.3 |
| Microsoft.Maui.DevFlow.Blazor.Gtk | 0.1.0-preview.1.26173.3 |
| Microsoft.Maui.DevFlow.Driver | 0.1.0-preview.1.26173.3 |
| Microsoft.Maui.DevFlow.Logging | 0.1.0-preview.1.26173.3 |
What's included
- In-app HTTP agent for visual tree inspection, element interaction, and screenshots
- Blazor CDP bridge for Chrome DevTools Protocol on Blazor WebViews
- CLI global tool (
maui-devflow) with 50+ commands - MCP server for AI agent integration
- Platform drivers for iOS, Android, Mac Catalyst, Windows, and Linux/GTK
- Network monitoring and performance profiling
- AI debugging skills for Copilot and Claude