v0.1.11

taubyte/tauv0.1.11May 1, 2026by yury-s

AI Summary

Fixes a bug in the dashboard where annotating screenshots against a headed browser with a null viewport produced empty images. The dashboard now falls back to using window dimensions.

Key Highlights

  • Dashboard now handles null viewport in annotate screenshot
  • Fallback to window.innerWidth/innerHeight
  • Fixes empty annotated screenshot issue

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))