Skip to content

v0.41

Compare
Choose a tag to compare
@liZe liZe released this 05 Oct 09:46
· 3076 commits to main since this release

WeasyPrint now depends on pdfrw >= 0.4.

New features:

  • #471: Support page marks and bleed.

Bug fixes:

  • #513: Don't crash on unsupported image-resolution values.
  • #506: Fix @font-face use with write_* methods.
  • #500: Improve readability of _select_source function.
  • #498: Use CSS prefixes as recommanded by the CSSWG.
  • #441: Fix rendering problems and crashes when using @font-face.
  • bb3a4db: Try to break pages after a block before trying to break inside it.
  • 1d1654c: Fix and test corner cases about named pages.

Documentation:

  • #508: Add missing libpangocairo dependency for Debian and Ubuntu.
  • a7b17fb: Add documentation on logged rendering steps.