Skip to content

Releases: Kozea/Flask-WeasyPrint

v1.1.0

03 Oct 13:44
Compare
Choose a tag to compare

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

19 Aug 12:44
Compare
Choose a tag to compare

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

25 Jun 17:34
Compare
Choose a tag to compare

Add an option to enable/disable automatic download.

v0.5

25 Jun 17:32
Compare
Choose a tag to compare

Don’t crash on URLs with no hostname, including data: URLs.

v0.4

25 Jun 17:32
Compare
Choose a tag to compare

Add Python 3.3 support. This requires Flask >= 0.10 and Werkzeug >= 0.9.

v0.3

25 Jun 17:31
Compare
Choose a tag to compare

Fix Unicode %-encoded URLs.

v0.2

25 Jun 17:31
Compare
Choose a tag to compare

Add URL dispatchers and make Flask-WeasyPrint do the right thing with apps that use subdomains (when the SERVER_NAME config is set).

v0.1

25 Jun 17:30
Compare
Choose a tag to compare

First public release.