release: playwriter@0.0.30, extension@0.0.56

This commit is contained in:
Tommy D. Rossi
2025-12-30 13:26:28 +01:00
parent 802abde340
commit 9df46c48ca
3 changed files with 9 additions and 2 deletions
+1 -1
View File
@@ -1,7 +1,7 @@
{
"manifest_version": 3,
"name": "Playwriter MCP",
"version": "0.0.55",
"version": "0.0.56",
"description": "Automate your Browser using Cursor, Claude, VS Code. More capable and context efficient than Playwright MCP.",
"permissions": ["debugger", "tabGroups", "contextMenus"],
"host_permissions": ["<all_urls>"],
+7
View File
@@ -1,5 +1,12 @@
# Changelog
## 0.0.30
### Patch Changes
- **Wait for main frame execution context**: `Runtime.enable` now waits for the main frame's default execution context (`auxData.isDefault === true`) instead of any context. This prevents "Frame has been detached" errors when pages weren't fully ready.
- **Fix race condition when toggling extension**: When re-enabling the extension on a tab, ignore group removal events while the tab is still in 'connecting' state. Previously, `syncTabGroup` would ungroup 'connecting' tabs which triggered a disconnect during connection.
## 0.0.29
### Patch Changes
+1 -1
View File
@@ -1,7 +1,7 @@
{
"name": "playwriter",
"description": "",
"version": "0.0.29",
"version": "0.0.30",
"type": "module",
"main": "dist/index.js",
"types": "dist/index.d.ts",