v0.3.0
ChromeDevTools/chrome-devtools-mcpv0.3.0Jul 9, 2025by pappacena
AI Summary
This release addresses file encoding issues on Windows and fixes bounding box cropping logic, while introducing a new configuration option for the parse function.
Key Highlights
- Fix bug with file encoding on Windows
- Fix bounding boxes cropping issues out of image limits
- Add ParseConfig option for API key and configuration settings
New Features
- ParseConfig option for setting API key and other configurations when calling parse()
Full Release Notes
- Fix bug with encoding of files when running on Windows - Fix bounding boxes crop issues out of image limits - Add ParseConfig option, so users can set API key and other configurations when calling parse(... config=ParseConfig()) function - Other minor bugfixes