Releases: Kozea/Flask-WeasyPrint
Releases · Kozea/Flask-WeasyPrint
v1.1.0
Drop support of Python 3.7, support Python 3.12. Requires Flask >= 2.3.0 and WeasyPrint >= 53.0.
Allow extra rendering options in render_pdf().
v1.0.0
Drop support of Python 2, only support Python 3.7+. This requires Flask >= 2.0.0 and WeasyPrint >= 43.0.
Resend cookies of the original request received by Flask if a request is then sent by WeasyPrint.
v0.6
Add an option to enable/disable automatic download.
v0.5
Don’t crash on URLs with no hostname, including data:
URLs.
v0.4
Add Python 3.3 support. This requires Flask >= 0.10 and Werkzeug >= 0.9.
v0.3
Fix Unicode %-encoded URLs.
v0.2
Add URL dispatchers and make Flask-WeasyPrint do the right thing with apps that use subdomains (when the SERVER_NAME config is set).