File tree Expand file tree Collapse file tree 1 file changed +24
-0
lines changed
Expand file tree Collapse file tree 1 file changed +24
-0
lines changed Original file line number Diff line number Diff line change @@ -2,6 +2,30 @@ Change Log
22==========
33
44
5+ **Changes in version 1.25.3 ()**
6+
7+ * Use MuPDF-1.25.4.
8+
9+ * Fixed issues:
10+
11+ * **Fixed** `4139 <https://github.com/pymupdf/PyMuPDF/issues/4139>`_: Text color numbers change between 1.24.14 and 1.25.0
12+ * **Fixed** `4141 <https://github.com/pymupdf/PyMuPDF/issues/4141>`_: Some insertion methods fails for pages without a /Resouces object
13+ * **Fixed** `4180 <https://github.com/pymupdf/PyMuPDF/issues/4180>`_: Search problems
14+ * **Fixed** `4182 <https://github.com/pymupdf/PyMuPDF/issues/4182>`_: Text coordinate extraction error
15+ * **Fixed** `4245 <https://github.com/pymupdf/PyMuPDF/issues/4245>`_: Highlighting issue distorted on recent versions
16+ * **Fixed** `4254 <https://github.com/pymupdf/PyMuPDF/issues/4254>`_: add_freetext_annot is drawing text outside the annotation box
17+
18+ * Other:
19+
20+ * In annotations:
21+ * Added support for subtype FreeTextCallout.
22+ * Added support for rich text.
23+ * Added miter_limit arg to insert_text*() to allow supression of spikes caused by long miters.
24+ * Add Widget Support to `Document.insert_pdf()`.
25+ * Add `bibi` to span dicts.
26+ * Add `synthetic' to char dict.
27+
28+
529**Changes in version 1.25.2 (2025-01-17)**
630
731* Fixed issues:
You can’t perform that action at this time.
0 commit comments