Skip to content

Commit 934595f

Browse files
committed
Version 65.0
1 parent e49b647 commit 934595f

File tree

2 files changed

+93
-1
lines changed

2 files changed

+93
-1
lines changed

docs/changelog.rst

Lines changed: 92 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,98 @@ Changelog
22
=========
33

44

5+
Version 65.0
6+
------------
7+
8+
Released on 2025-03-20.
9+
10+
Dependencies:
11+
12+
* CSSSelect2 0.8.0 is now needed
13+
14+
Features:
15+
16+
* `#1665 <https://github.com/Kozea/WeasyPrint/issues/1665>`_:
17+
Support gap properties in Flex layout, with financial support from NLnet.
18+
* `#378 <https://github.com/Kozea/WeasyPrint/issues/378>`_,
19+
`#2405 <https://github.com/Kozea/WeasyPrint/pull/2405>`_:
20+
Handle @font-face unicode-range
21+
* `#2394 <https://github.com/Kozea/WeasyPrint/pull/2394>`_:
22+
Modernize and improve default user agent stylesheets
23+
24+
Bug fixes:
25+
26+
* `#2362 <https://github.com/Kozea/WeasyPrint/issues/2362>`_,
27+
`#2387 <https://github.com/Kozea/WeasyPrint/pull/2387>`_,
28+
`#601 <https://github.com/Kozea/WeasyPrint/issues/601>`_,
29+
`#1967 <https://github.com/Kozea/WeasyPrint/issues/1967>`_,
30+
`#1805 <https://github.com/Kozea/WeasyPrint/issues/1805>`_,
31+
`#2163 <https://github.com/Kozea/WeasyPrint/issues/2163>`_,
32+
`#2342 <https://github.com/Kozea/WeasyPrint/issues/2342>`_,
33+
`#2374 <https://github.com/Kozea/WeasyPrint/issues/2374>`_,
34+
`#1109 <https://github.com/Kozea/WeasyPrint/issues/1109>`_,
35+
`#1356 <https://github.com/Kozea/WeasyPrint/issues/1356>`_,
36+
`#1327 <https://github.com/Kozea/WeasyPrint/issues/1327>`_,
37+
`#1563 <https://github.com/Kozea/WeasyPrint/issues/1563>`_,
38+
`#1652 <https://github.com/Kozea/WeasyPrint/issues/1652>`_,
39+
`#2351 <https://github.com/Kozea/WeasyPrint/issues/2351>`_,
40+
`#2312 <https://github.com/Kozea/WeasyPrint/issues/2312>`_,
41+
`#2340 <https://github.com/Kozea/WeasyPrint/issues/2340>`_,
42+
`#1311 <https://github.com/Kozea/WeasyPrint/issues/1311>`_,
43+
`#2066 <https://github.com/Kozea/WeasyPrint/issues/2066>`_,
44+
`#2359 <https://github.com/Kozea/WeasyPrint/issues/2359>`_,
45+
`#2053 <https://github.com/Kozea/WeasyPrint/issues/2053>`_:
46+
Improve Flex layout, with financial support from NLnet.
47+
* `#1686 <https://github.com/Kozea/WeasyPrint/issues/1686>`_,
48+
`#2404 <https://github.com/Kozea/WeasyPrint/pull/2404>`_:
49+
Fix duplicate text selection with right-to-left text
50+
* `#2372 <https://github.com/Kozea/WeasyPrint/issues/2372>`_,
51+
`#2389 <https://github.com/Kozea/WeasyPrint/pull/2389>`_:
52+
Fix justification of right-to-left text
53+
* `#2403 <https://github.com/Kozea/WeasyPrint/issues/2403>`_:
54+
Fix emoji rendering with older versions of Pango
55+
* `#2392 <https://github.com/Kozea/WeasyPrint/issues/2392>`_:
56+
Fix complex cases involving nested SVG text anchors
57+
* `#2396 <https://github.com/Kozea/WeasyPrint/issues/2396>`_,
58+
`#2398 <https://github.com/Kozea/WeasyPrint/pull/2398>`_:
59+
Fix and improve font names in PDF
60+
* `#2269 <https://github.com/Kozea/WeasyPrint/issues/2269>`_,
61+
`#2390 <https://github.com/Kozea/WeasyPrint/pull/2390>`_:
62+
Apply justification to non-breaking spaces
63+
* `#2362 <https://github.com/Kozea/WeasyPrint/issues/2362>`_,
64+
`#2387 <https://github.com/Kozea/WeasyPrint/pull/2387>`_:
65+
Improve Flex layout, with financial support from NLnet.
66+
67+
Contributors:
68+
69+
* Guillaume Ayoub
70+
* Luca Vercelli
71+
72+
Backers and sponsors:
73+
74+
* Spacinov
75+
* Kobalt
76+
* Grip Angebotssoftware
77+
* Syslifters
78+
* Simon Sapin
79+
* Manuel Barkhau
80+
* Simonsoft
81+
* Menutech
82+
* KontextWork
83+
* TrainingSparkle
84+
* Healthchecks.io
85+
* Hammerbacher
86+
* DocRaptor
87+
* Yanal-Yves Fargialla
88+
* Method B
89+
* FieldHub
90+
* Morntag
91+
* Xavid
92+
* Kai DeLorenzo
93+
* Charlie S.
94+
* Alan Villalobos
95+
96+
597
Version 64.1
698
------------
799

weasyprint/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
import tinycss2
1616
import tinyhtml5
1717

18-
VERSION = __version__ = '64.1'
18+
VERSION = __version__ = '65.0'
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)