Skip to content

Commit 36ec986

Browse files
authored
chore: mark v0.0.77 (#1667)
## What's New ### Tool Improvements - **`browser_take_screenshot` — `scale` option** — Choose between CSS-pixel screenshots (smaller, device-consistent) and device-pixel screenshots (high resolution) ([#41465](microsoft/playwright#41465)) - **Configurable heartbeat timeout** — The heartbeat ping timeout is now configurable ([#41391](microsoft/playwright#41391)) ## Bug Fixes - Redact secrets in console log artifacts ([#41515](microsoft/playwright#41515)) - Never include `data:` URL payloads in snapshot or network output ([#41450](microsoft/playwright#41450)) - List a failed network request only once ([#41481](microsoft/playwright#41481)) - Wait for the next pause or context closure in `browser_resume` ([#41293](microsoft/playwright#41293)) - Pass the action timeout to `browser_wait_for` waitFor calls ([#41270](microsoft/playwright#41270)) - Check the tracing state before stopping in `browser_stop_tracing` ([#41040](microsoft/playwright#41040)) - Assign caps as an array for the legacy `--vision` flag ([#41253](microsoft/playwright#41253)) - Use optional chaining for the nullable browser on disposal ([#41237](microsoft/playwright#41237)) - Add a missing `.catch()` on the sessionLog write queue ([#41234](microsoft/playwright#41234))
1 parent f871c0e commit 36ec986

4 files changed

Lines changed: 7 additions & 13 deletions

File tree

.claude/skills/release.md

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -58,12 +58,6 @@ Filter for `feat(mcp)`, `fix(mcp)`, `feat(extension)`, `fix(extension)`, and das
5858

5959
Follow the format from the prior release: `## What's New` (with `### New Tools`, `### Tool Improvements`, optional `### Browser Extension`, `### Dashboard`, `### Other Changes`) and `## Bug Fixes`. Link each entry to its PR (`[#NNNNN](https://github.com/microsoft/playwright/pull/NNNNN)` or the playwright-mcp equivalent). **Do not mention features that are not yet enabled by default** — confirm with the user before listing experimental flags.
6060

61-
## 6. Create the draft release
61+
## 6. Upload release PR
6262

63-
```bash
64-
gh release create v0.0.<next> --repo microsoft/playwright-mcp \
65-
--draft --title "v0.0.<next>" --target main \
66-
--notes-file release-notes.md
67-
```
68-
69-
Publish the draft once the mark PR is merged.
63+
Upload the release PR with the release-notes as description.

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@playwright/mcp",
3-
"version": "0.0.76",
3+
"version": "0.0.77",
44
"description": "Playwright Tools for MCP",
55
"repository": {
66
"type": "git",

server.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,12 @@
66
"url": "https://github.com/microsoft/playwright-mcp",
77
"source": "github"
88
},
9-
"version": "0.0.76",
9+
"version": "0.0.77",
1010
"packages": [
1111
{
1212
"registryType": "npm",
1313
"identifier": "@playwright/mcp",
14-
"version": "0.0.76",
14+
"version": "0.0.77",
1515
"transport": {
1616
"type": "stdio"
1717
}

0 commit comments

Comments
 (0)