Skip to content

Releases: programmfabrik/fylr-plugin-server-pdf

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

server pdf creator, first release

03 May 13:27
Compare
Choose a tag to compare
server-pdf: new plugin for fylr to generate pdf's

This requires the exec server to be able execute any binary. Do this like so:

  services:
    # this service allows to execute arbitrary binaries
    exec:
      waitgroup: a
      commands:
        exec: {}

see #68129