Skip to content

Releases: plutoprint/plutobook

v0.3.0

19 Aug 22:14
Compare
Choose a tag to compare
  • Replace the format parameter with width and height parameters in Book::writeToPng and related functions.
  • Add html2png command-line tool.
  • Extend html2pdf command-line tool with new options:
    • --size
    • --margin
    • --media
    • --orientation
    • --width
    • --height
    • --margin-top
    • --margin-right
    • --margin-bottom
    • --margin-left

v0.2.0

17 Aug 05:22
Compare
Choose a tag to compare
  • Added runtime autodetection of CA bundles and directories for curl.
  • Enhanced DefaultResourceFetcher with configurable network settings:
    • New setter methods:
      • setCAInfo
      • setCAPath
      • setVerifyPeer
      • setVerifyHost
      • setFollowRedirects
      • setMaxRedirects
      • setTimeout
    • Corresponding C API functions:
      • plutobook_set_ssl_cainfo
      • plutobook_set_ssl_capath
      • plutobook_set_ssl_verify_peer
      • plutobook_set_ssl_verify_host
      • plutobook_set_http_follow_redirects
      • plutobook_set_http_max_redirects
      • plutobook_set_http_timeout

v0.1.0

12 Aug 21:59
Compare
Choose a tag to compare
  • This is the first release. Everything is new. Enjoy!