Skip to content

Releases: programmfabrik/fylr-plugin-server-pdf

Windows: better default path to chrome.exe

28 Feb 14:04
Compare
Choose a tag to compare
v1.3.1

Windows: set binary path to 64bit default (was 32bit)

Release 1.3.0: Fixed Windows support

28 Feb 13:58
Compare
Choose a tag to compare

This version fixes Windows support with better defaults. Expects Chrome >= 132.

Release 1.2.1

06 Feb 10:11
Compare
Choose a tag to compare

Prevent Chrome to fail in cloud environment where /dev/shm size is quite limited.

Release 1.2.0

21 Jan 09:23
Compare
Choose a tag to compare

Support Chrome version >= 132 by removing --headless=old and using just --headless. Older versions still use --headless=old.

More info on headless mode can be found here.

Release 1.1.2

02 Sep 13:32
Compare
Choose a tag to compare

Fix for Chromium 128

Release 1.1.1

04 Jul 09:16
Compare
Choose a tag to compare

fix a problem getting the devtool port on Chromium 126+

Release 1.1.0

07 Jun 10:25
Compare
Choose a tag to compare
  • Support for Windows. Before this was never tested and didn't work properly.

Release v1.0.0

19 Jun 15:11
Compare
Choose a tag to compare

This releases replaces the external fylr url with the api url of fylr to make it more reliable in case that the external url cannot resolve from within the fylr Docker container.

Release v0.9.0

30 May 12:29
Compare
Choose a tag to compare

This release delivers more binaries for enhanced compatibility. It also uses the --no-sandbox option when starting Chrome to be more compatible with Alpine chromium-browser inside Docker.

Release with build problems hopefully fixed

03 May 13:49
Compare
Choose a tag to compare
v0.1.1

README.md, go.mod / go.sum to fix build problems