Skip to content

Commit 9e89925

Browse files
committed
Version 63.1
1 parent 3c6f9a5 commit 9e89925

File tree

2 files changed

+80
-1
lines changed

2 files changed

+80
-1
lines changed

docs/changelog.rst

+79
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,85 @@ Changelog
22
=========
33

44

5+
Version 63.1
6+
------------
7+
8+
Released on 2024-12-10.
9+
10+
Dependencies:
11+
12+
* `#2297 <https://github.com/Kozea/WeasyPrint/issues/2297>`_:
13+
Remove upper bounds for dependencies
14+
15+
Bug fixes:
16+
17+
* `#2300 <https://github.com/Kozea/WeasyPrint/pull/2300>`_,
18+
`#2292 <https://github.com/Kozea/WeasyPrint/issues/2292>`_:
19+
Don’t avoid floats for flex items
20+
* `#2301 <https://github.com/Kozea/WeasyPrint/pull/2301>`_,
21+
`#2293 <https://github.com/Kozea/WeasyPrint/issues/2293>`_:
22+
Include floats in calculation of minimum cell height
23+
* `#2303 <https://github.com/Kozea/WeasyPrint/pull/2303>`_,
24+
`#2302 <https://github.com/Kozea/WeasyPrint/issues/2302>`_:
25+
Set alpha even when current color channels didn’t change
26+
* `#2306 <https://github.com/Kozea/WeasyPrint/issues/2306>`_:
27+
Don’t try to increase column width when there’s no extra width
28+
* `#2304 <https://github.com/Kozea/WeasyPrint/issues/2304>`_:
29+
Don’t forget skip stack when drawing flex items
30+
* `#2316 <https://github.com/Kozea/WeasyPrint/issues/2316>`_:
31+
Don’t crash with SVG symbols
32+
* `#2320 <https://github.com/Kozea/WeasyPrint/issues/2320>`_:
33+
Fix currentcolor detection when parsing gradient color stops
34+
* `#2322 <https://github.com/Kozea/WeasyPrint/pull/2322>`_,
35+
`#2289 <https://github.com/Kozea/WeasyPrint/issues/2289>`_:
36+
Don’t add DLL directories when using Windows executable
37+
* `#2323 <https://github.com/Kozea/WeasyPrint/pull/2323>`_,
38+
`#2305 <https://github.com/Kozea/WeasyPrint/issues/2305>`_:
39+
Fix different rendering test
40+
41+
Performance:
42+
43+
* `#2319 <https://github.com/Kozea/WeasyPrint/issues/2319>`_:
44+
Fix memory leaks
45+
46+
Documentation:
47+
48+
* `#2299 <https://github.com/Kozea/WeasyPrint/pull/2299>`_:
49+
Update install instructions for Alpine
50+
* `#2321 <https://github.com/Kozea/WeasyPrint/pull/2321>`_:
51+
Add example invocation of WeasyPrint on the "Contribute" page
52+
53+
Contributors:
54+
55+
* Guillaume Ayoub
56+
* Jó Ágila Bitsch
57+
* Lucie Anglade
58+
* Alexander Gitter
59+
* Luke Cousins
60+
61+
Backers and sponsors:
62+
63+
* Spacinov
64+
* Kobalt
65+
* Grip Angebotssoftware
66+
* Syslifters
67+
* Manuel Barkhau
68+
* SimonSoft
69+
* Menutech
70+
* KontextWork
71+
* Simon Sapin
72+
* TrainingSparkle
73+
* Healthchecks.io
74+
* Hammerbacher
75+
* Advance Insight
76+
* Docraptor
77+
* Method B
78+
* FieldHub
79+
* Yanal-Yvez Fargialla
80+
* Morntag
81+
* Xavid
82+
83+
584
Version 63.0
685
------------
786

weasyprint/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
import tinycss2
1616
import tinyhtml5
1717

18-
VERSION = __version__ = '63.0'
18+
VERSION = __version__ = '63.1'
1919

2020
#: Default values for command-line and Python API options. See
2121
#: :func:`__main__.main` to learn more about specific options for

0 commit comments

Comments
 (0)