Skip to content

Latest commit

 

History

History
25 lines (25 loc) · 683 Bytes

HISTORY.rst

File metadata and controls

25 lines (25 loc) · 683 Bytes

Changelog

  • 0.5.0
    • Allow passing multiple css files
    • Fix problems with external file encodings
    • Rise an error when X server is missing on *nix systems
    • Fix tests that was broken with latest wkhtmltopdf release
    • Update README
  • 0.4.1
    • More easier custom configuration setting
    • Update README
  • 0.4.0
    • Allow passing file-like objects
    • Ability to return PDF as a string
    • Allow user specification of configuration
    • API calls now returns True on success
    • bugfixes
  • 0.3.0
    • Python 3 support
  • 0.2.4
    • Add History
    • Update setup.py
  • 0.2.3
    • Fix installing with setup.py
    • Update README