Skip to content

Releases: vgalin/html2image

html2image 2.0.4.3

16 Aug 13:22
6aa211b
Compare
Choose a tag to compare

What's Changed

  • Unpin websocket-client dependency to allow versions >= 1.2.3 by @vgalin in #126

Full Changelog: 2.0.4...2.0.4.3

html2image 2.0.4

14 Aug 23:49
a07ee3c
Compare
Choose a tag to compare

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.

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

New Contributors

Full Changelog: 2.0.3...2.0.4

html2image 2.0.3

21 Mar 18:24
Compare
Choose a tag to compare

Hotfixes:

  • Default background color flag on Chrome/Chromium changed from '0' to '000000' due to unsupported value in Chromium version >= 1.1.1.
  • 2.0.2 version was relased with the wrong wheel file

html2image 2.0.2 (yanked, do not use)

13 Mar 17:37
Compare
Choose a tag to compare

Hotfix:
- Default background color flag on Chrome/Chromium changed from '0' to '000000' due to unsupported value in Chromium version >= 1.1.1.

html2image 2.0.1

05 Jul 23:56
8a62c32
Compare
Choose a tag to compare
  • Fix #32
    On Linux when no Chrome/Chromium executable is given, the commands chrome, chromium, google-chrome and chromium-browser are checked.
  • Better support for commands and "custom" executables on Windows.

html2image 2.0.0

30 Jun 21:32
c3c7bd8
Compare
Choose a tag to compare
  • Changed the project structure to make it easier and cleaner to add new browsers in the future.
  • Added a way to fully chose browser flags and change default ones.
  • Updated the readme accordingly. Also added an FAQ section.

html2image 1.1.3

16 Jun 20:20
cc5b39c
Compare
Choose a tag to compare

Fixing an issue preventing resolution change when taking screnshots using the html_str parameter.

html2image 1.1.2

30 Apr 17:06
a22a5d3
Compare
Choose a tag to compare

fix #12: Process no longer hangs when using an incorrect size parameter, it raises a ValueError instead.

html2image 1.1.1

10 Dec 14:21
Compare
Choose a tag to compare

Fix #5: special characters weren't written properly to temp file when using the html_str parameter of the screenshot method.

html2image 1.1.0

27 Nov 23:49
Compare
Choose a tag to compare

Added the custom_flags parameter to the constructor.