Skip to content

Latest commit

 

History

History
22 lines (19 loc) · 913 Bytes

CHANGES.md

File metadata and controls

22 lines (19 loc) · 913 Bytes

Changes

  • 0.3.3 -BUGFIX: typo in config/prod.exs

  • 0.3.2

    • support for command prefixes, most notabably xvfb-run to let a wkhtmltopdf which was compiled without an unpatched version of qt run on machines without an x server
    • (add in precompiled, patched binaries for wkhtmltopdf and libjpeg8 that are needed to run wkhtmltopdf without xvfb-run)
  • 0.3.1

    • implement this as proper application, look for executables at startup (and possibly fail on that)
    • save paths in a PfdGenerator.Agent
    • make paths configurable in config/ENV.exs as well
    • add some tests (Yay!)
    • better README- 0.3.0
  • 0.2.0

    • adding support for PDFTK to create encrypted PDFs
    • API-CHANGE PdfGenerator.generate now returns tuple { :ok, file_name } instead of just file_name
    • Adding some docs, issue h PdfGenerator in your iex shell for more info