All Versions
23
Latest Version
Avg Release Cycle
45 days
Latest Release
533 days ago

Changelog History
Page 1

  • v1.3.1 Changes

    November 08, 2022

    ๐Ÿ”„ Changed

    • ๐Ÿ‘ป Included the inspected ChromicPDF.Protocol in the timeout exception to improve debugging.
    • โฌ†๏ธ Bump jason to 1.3
    • โฌ†๏ธ Bump telemetry to 1.1
    • โšก๏ธ Updated dev dependencies
  • v1.3.0 Changes

    September 27, 2022

    โž• Added

    • โž• Add disable_scripts global option. (@MaeIsBad)
    • โž• Add error details about potential shared memory exhaustion. (@WilliamVenner)
  • v1.2.2 Changes

    July 18, 2022

    ๐Ÿ›  Fixed

    • ๐Ÿ‘€ Use old pdf interpreter with ghostcript > 9.56 to avoid segfaults (see #158)
  • v1.2.1 Changes

    July 12, 2022

    ๐Ÿ›  Fixed

    • ๐Ÿ›  Incompatibility with ghostcript 9.56.1 (fixes #153)
    • โž• Added search paths for chrome executable (fixes #151)
  • v1.2.0 Changes

    March 17, 2022

    โž• Added

    • ๐Ÿ‘Œ Improved docs on header/footer templates saying that external URLs don't work.
    • โž• Added a logger call when we receive the Inspector.targetCrashed message, so users can tell that their Chrome target has died for some reason.
    • โž• Add more paper sizes to ChromicPDF.Template. (@williamthome)
    • โž• Add :landscape option to ChromicPDF.Template. (@williamthome)
    • โž• Add :init_timeout option to ChromicPDF.Browser.SessionPool. (@dvic)
  • v1.1.2 Changes

    October 27, 2021

    ๐Ÿ›  Fixed

    • ๐Ÿ“š Documentation updates (@kianmeng)
  • v1.1.1 Changes

    September 24, 2021

    โž• Added

    • โšก๏ธ Relaxed telemetry dependency to avoid blocking dependency update (@leandrocp)
    • โž• Add chromium path on macOS when installed via homebrew (@shamanime)
  • v1.1.0 Changes

    April 16, 2021

    ๐Ÿ”„ Changed

    • ๐Ÿ‘Œ Improved error message when Chrome dies at startup.
    • ๐Ÿ‘Œ Improved docs on the no_sandbox option.

    โž• Added

    • โž• Added chrome_executable option to allow specifying path to chrome executable.
  • v1.0.0 Changes

    March 23, 2021

    โž• Added

    • โž• Added evaluate option to run client-side scripts before printing.
    • Added a few options (evaluate, set_cookie, wait_for) to capture_screenshot/2.

    ๐Ÿ”„ Changed

    • Reimplemented wait_for option based on a JS script and the evaluate option to overcome race condition issues of original solution. Behaviour remains the same.
  • v0.7.2 Changes

    February 26, 2021

    ๐Ÿ›  Fixed

    • ๐Ÿ›  Enforced telemetry version 0.4.2 (fixes #108)