Skip to content

Releases: dotnet/maui-labs

v0.1.0-preview.4

02 Apr 20:38
0d535d4

Choose a tag to compare

v0.1.0-preview.4 Pre-release
Pre-release

What's Changed

CLI crash fix & package size reduction (PR #50)

  • Fixed: CLI crashed on every command due to a whitespace character in the --selector option 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.Driver asset error
  • Made IsPackable=false the default, opt-in via /p:PackDriverNuGet=true

DevFlow CLI merge cleanup (PR #52)

  • Introduced IDevFlowOutputWriter interface for structured output (replaces static Console.Write)
  • Registered all services in DI container; updated 120+ call sites
  • Replaced raw Process.Start with ProcessRunner wrapper

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

31 Mar 07:30
f0e1bee

Choose a tag to compare

v0.1.0-preview.3 Pre-release
Pre-release

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

31 Mar 07:30
c025a36

Choose a tag to compare

v0.1.0-preview.2 Pre-release
Pre-release

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

31 Mar 07:30
c7014c7

Choose a tag to compare

v0.1.0-preview.1 Pre-release
Pre-release

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

PRs included

  • Repository setup with DevFlow source1

  • Azure Pipelines security configuration2

  • #4, # Pipeline and NuGet feed fixes5
  • #7, # Arcade onboarding11
  • #9, # README and support docs10
  • #12, # Package publishing configuration13
  • Build fix17

  • Lower MAUI version floor to 10.0.2018