Skip to content

v0.11.0

Choose a tag to compare

@github-actions github-actions released this 24 Jun 16:01
· 26 commits to main since this release
7e651a9

Minor Changes

  • 63f35d7: Add a BrowserEngine discriminant ("webkit" | "chrome") to the browser surface for Managed-mode Chrome. BrowserOpenInput, BrowserOpenResult, and BrowserListEntry gain an engine field (defaults to "webkit"), and WebviewCapability gains an engines array (defaults to ["webkit"]). Purely additive — existing manifests and callers are unchanged. Mirrors the lockstep change in WebviewCapability (shell manifest.rs).