Skip to content

8.5.0

Compare
Choose a tag to compare
@gulien gulien released this 25 Apr 15:35
· 7 commits to main since this release

New Features

API

New /version endpoint that displays the currently running version of Gotenberg.

This closes #856. Thanks @Jaben and @stumpylog!

Chromium

The screenshot routes now accepts the following form fields:

  • width - The device screen width in pixels (default to 800).
  • height - The device screen height in pixels (default to 600).
  • clip - Define whether to clip the screenshot according to the device dimensions (default to false).

This resolves #816. Thanks @rslinckx for the assistance!

Chore

  • Updates Chromium to version 124.0.6367.78 (except for armhf and arm64).
  • Updates Go dependencies.