项目文件夹

文件
browser-automation-bot 17edcd856d
publish-on-tag / publish (push) Has been cancelled
chore(main): release chrome-devtools-mcp 0.2.1 (#54)
🤖 I have created a release *beep* *boop*
---


##
[0.2.1](https://github.com/ChromeDevTools/chrome-devtools-mcp/compare/chrome-devtools-mcp-v0.2.0...chrome-devtools-mcp-v0.2.1)
(2025-09-23)


### Bug Fixes

* add 'on the selected page' to performance tools
([#69](https://github.com/ChromeDevTools/chrome-devtools-mcp/issues/69))
([b877f7a](https://github.com/ChromeDevTools/chrome-devtools-mcp/commit/b877f7a3053d0cdf2aad1fefc26cf7b913eb95ce))
* **emulation:** correctly report info for selected page
([#63](https://github.com/ChromeDevTools/chrome-devtools-mcp/issues/63))
([1e8662f](https://github.com/ChromeDevTools/chrome-devtools-mcp/commit/1e8662f06860aecb5c01ed4ff1515ceb9dac26e4))
* expose timeout when Emulation is enabled
([#73](https://github.com/ChromeDevTools/chrome-devtools-mcp/issues/73))
([0208bfd](https://github.com/ChromeDevTools/chrome-devtools-mcp/commit/0208bfdcf6924953879408c18f4c20da544bf4ff))
* fix browserUrl not working
([#53](https://github.com/ChromeDevTools/chrome-devtools-mcp/issues/53))
([a6923b8](https://github.com/ChromeDevTools/chrome-devtools-mcp/commit/a6923b8d9397d12ee0f9fe67dd62b10088ec6e87))
* increase timeouts in case of Emulation
([#71](https://github.com/ChromeDevTools/chrome-devtools-mcp/issues/71))
([c509c64](https://github.com/ChromeDevTools/chrome-devtools-mcp/commit/c509c64576e1be1ddc283653004ef08a117907a2))
* **windows:** work around Chrome not reporting reasons for crash
([#64](https://github.com/ChromeDevTools/chrome-devtools-mcp/issues/64))
([d545741](https://github.com/ChromeDevTools/chrome-devtools-mcp/commit/d5457412a4a76726547190fb3a46bb78c9d6645c))

---
This PR was generated with [Release
Please](https://github.com/googleapis/release-please). See
[documentation](https://github.com/googleapis/release-please#release-please).
2025-09-23 14:19:36 +02:00

4.5 KiB

Changelog

0.2.1 (2025-09-23)

Bug Fixes

  • add 'on the selected page' to performance tools (#69) (b877f7a)
  • emulation: correctly report info for selected page (#63) (1e8662f)
  • expose timeout when Emulation is enabled (#73) (0208bfd)
  • fix browserUrl not working (#53) (a6923b8)
  • increase timeouts in case of Emulation (#71) (c509c64)
  • windows: work around Chrome not reporting reasons for crash (#64) (d545741)

0.2.0 (2025-09-17)

Features

Bug Fixes

  • change profile folder name to browser-profile (#39) (36115d7)
  • refresh context based on the browser instance (#44) (93f4579)
  • update puppeteer to fix a11y snapshot issues (#43) (b58f787)

0.1.0 (2025-09-16)

Features

  • improve tools with awaiting common events (#10) (dba8b3c)
  • initial version (31a0bdc)

Bug Fixes

  • define tracing categories (#21) (c939456)
  • detect multiple instances and throw (#12) (732267d)
  • make sure tool calls are processed sequentially (#22) (a76b23d)