From 56acbc422e3aeb7974ae8c4d45e9726cfaf10bea Mon Sep 17 00:00:00 2001 From: Guillaume Ayoub Date: Fri, 21 Jun 2024 17:46:31 +0200 Subject: [PATCH] Version 62.3 --- docs/changelog.rst | 51 ++++++++++++++++++++++++++++++++++++++++++ weasyprint/__init__.py | 2 +- 2 files changed, 52 insertions(+), 1 deletion(-) diff --git a/docs/changelog.rst b/docs/changelog.rst index dd67d40f1..ee7b28cc3 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -2,6 +2,57 @@ Changelog ========= +Version 62.3 +------------ + +Released on 2024-06-21. + +Bug fixes: + +* `#2174 `_: + Fix extra width distribution for auto table layout +* `#2175 `_: + Don’t compress PDF metadata for PDF/A-1 +* `61f8bb3 `_: + Set default PDF variant values in options before generating PDF +* `2c4351e `_: + Avoid PDF artifacts when drawing 0-width borders +* `d9d7f62 `_: + Don’t duplicate column when container is split on multiple pages +* `4617b94 `_: + Don’t set default Fontconfig values for unset properties +* `4c81663 `_: + Fix layout when all footnotes are removed from the footnote area +* `#2184 `_: + Make items overflowing grid wrap to the next row/column +* `#2187 `_: + Don’t append useless tracks when grid elements are positioned + +Contributors: + +* Guillaume Ayoub + +Backers and sponsors: + +* Spacinov +* Kobalt +* Grip Angebotssoftware +* Manuel Barkhau +* SimonSoft +* Menutech +* KontextWork +* Simon Sapin +* René Fritz +* TrainingSparkle +* Healthchecks.io +* Hammerbacher +* Docraptor +* Yanal-Yvez Fargialla +* Douwe van Loenen +* Morntag +* Xavid + + Version 62.2 ------------ diff --git a/weasyprint/__init__.py b/weasyprint/__init__.py index 4e7075303..64e125ef9 100644 --- a/weasyprint/__init__.py +++ b/weasyprint/__init__.py @@ -15,7 +15,7 @@ import html5lib import tinycss2 -VERSION = __version__ = '62.2' +VERSION = __version__ = '62.3' #: Default values for command-line and Python API options. See #: :func:`__main__.main` to learn more about specific options for