v0.1.13
DrewThomasson/ebook2audiobookv0.1.13May 7, 2026by yury-s
AI Summary
This is a bug fix release for the Playwright extension that resolves issues with Chrome DevTools Protocol (CDP) command forwarding, ensuring browser-scoped commands work correctly when attached via the extension.
Key Highlights
- Fixed CDP command forwarding in extension mode
- Fixed cookie-list command
- Fixed state-save command
New Features
- Browser-scoped CDP command support
Full Release Notes
## Fixes - `fix(mcp): forward browser-level CDP commands in extension mode` — `cookie-list`, `state-save`, and other browser-scoped commands now work when attached via the Chrome extension. ([microsoft/playwright#40706](https://github.com/microsoft/playwright/pull/40706))