v0.1.11
leejet/stable-diffusion.cppv0.1.11May 1, 2026by yury-s
AI Summary
Playwright release fixing a dashboard bug related to viewport handling in screenshot annotation.
Key Highlights
- Fix for playwright-cli annotate handling null viewport
New Features
- Fix for dashboard to handle null viewport in annotate screenshot
Full Release Notes
## Fixes - **`fix(dashboard): handle null viewport in annotate screenshot`** — `playwright-cli annotate` against a headed browser launched with `viewport: null` produced an empty annotated screenshot; the dashboard now falls back to `window.innerWidth/innerHeight`. ([microsoft/playwright#40569](https://github.com/microsoft/playwright/pull/40569))