New Features
- **Edge Support**: Introduced support for Edge with updates across Linux, Windows, and Mac. (Contributed by gabema)
- **Logging Suppression**: Added a `disable_logging` parameter to suppress browser-outputted messages.
Enhancements
- **Temporary Files Removal**: Allowed enabling or disabling the removal of temporary files created during processes. (Contributed by TytoCapensis)
- **Chrome headless=new**: Switched to Chrome's new headless mode for improved stability. Note: This mode reportedly supports extensions, but we haven't been successful in getting extensions to work. [More info here](https://developer.chrome.com/articles/new-headless/).
Fixes
- **Background Color**: Resolved issues with the background color not being transparent and corrected related flags.
- **Debian on Codespaces**: Refined Poetry installation and build commands for Debian compatibility in GitHub Codespaces. (Contributed by maphew)
- **`--verbose` and `--quiet` flags**: Enhanced information display and further suppressed browser's output, respectively.
WIP
- ***Chrome CDP Support***: Continues to be a work in progress due to consistency issues.
Thank you to those who contributed to this release.
---
(Github autogenerated changelog)
What's Changed
* Feature/edge support by gabema in https://github.com/vgalin/html2image/pull/96
* bump package version to 2.0.3 by vgalin in https://github.com/vgalin/html2image/pull/116
* Feature/edge support by vgalin in https://github.com/vgalin/html2image/pull/120
* changes needed for Debian on GH Codespaces by maphew in https://github.com/vgalin/html2image/pull/93
* Added method to remove temporary files created by TytoCapensis in https://github.com/vgalin/html2image/pull/60
* Develop by vgalin in https://github.com/vgalin/html2image/pull/121
New Contributors
* gabema made their first contribution in https://github.com/vgalin/html2image/pull/96
* maphew made their first contribution in https://github.com/vgalin/html2image/pull/93
* TytoCapensis made their first contribution in https://github.com/vgalin/html2image/pull/60
**Full Changelog**: https://github.com/vgalin/html2image/compare/2.0.3...2.0.4