Releases: programmfabrik/fylr-plugin-server-pdf
Releases · programmfabrik/fylr-plugin-server-pdf
Release 1.1.2
Release 1.1.1
fix a problem getting the devtool port on Chromium 126+
Release 1.1.0
- Support for Windows. Before this was never tested and didn't work properly.
Release v1.0.0
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
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
v0.1.1 README.md, go.mod / go.sum to fix build problems
server pdf creator, first release
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