Skip to content

Releases: pm990320/ultimate-playwright-mcp

v0.2.1

03 Apr 17:52
4191132

Choose a tag to compare

0.2.1 (2026-04-03)

Bug Fixes

  • use tag_name for checkout to fix npm publish (4b27fa4)
  • use tag_name output for checkout instead of github.ref (d082f3d)

v0.2.0

03 Apr 16:44
25d9bcd

Choose a tag to compare

0.2.0 (2026-04-03)

Features

  • comprehensive stealth script injection (6588548)
  • expose snapshot filtering options and screenshot quality for small-model friendliness (48acc12)
  • stealth mode - remove automation fingerprints from Chrome (cdc9421)

Bug Fixes

  • guard publish job with tag check instead of releases_created condition (b5c7b51)
  • guard publish job with tag existence check (1af1312)
  • persist ref store to disk for cross-process ref resolution (6fd64ac)

Miscellaneous

  • add release-please automation and commitlint (#2) (626e626)
  • integrate npm publish into release-please workflow (47542cb)
  • integrate npm publish into release-please workflow (52d2da3)

v0.1.3

09 Feb 03:31
f596450

Choose a tag to compare

Installation

npx ultimate-playwright-mcp

Or install globally:

npm install -g ultimate-playwright-mcp

What's Changed

  • chore: bump v0.1.3
  • feat: configurable download dir via --download-dir / DOWNLOAD_DIR env
  • feat: set Chrome downloads to ~/Downloads by default

Full Changelog: v0.1.2...v0.1.3

v0.1.2

09 Feb 03:19
9940f0b

Choose a tag to compare

Installation

npx ultimate-playwright-mcp

Or install globally:

npm install -g ultimate-playwright-mcp

What's Changed

  • chore: bump v0.1.2
  • feat: add screenshot tool, tests, fix extensionId persistence bug
  • chore: run npm pkg fix to normalize bin paths
  • docs: add CHANGELOG.md
  • docs: add badges, comparison table, and Why section to README
  • fix: resolve all 28 TypeScript any warnings

Full Changelog: v0.1.1...v0.1.2

v0.1.1

08 Feb 21:54
b939de2

Choose a tag to compare

Installation

npx ultimate-playwright-mcp

Or install globally:

npm install -g ultimate-playwright-mcp

What's Changed

  • chore: bump to 0.1.1
  • chore: add .npmrc to gitignore

Full Changelog: v0.1.0...v0.1.1

v0.1.0

08 Feb 21:41
40ff2b4

Choose a tag to compare

Installation

npx ultimate-playwright-mcp

Or install globally:

npm install -g ultimate-playwright-mcp

What's Changed

Initial release

Full Changelog: https://github.com/pm990320/ultimate-playwright-mcp/commits/v0.1.0