File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -8,21 +8,19 @@ Change Log
88
99* Fixed issues:
1010
11- * **Fixed** `2883 <https://github.com/pymupdf/PyMuPDF/issues/2883>`_: Improve the Python type annotations for fitz_new
1211 * **Fixed** `4599 <https://github.com/pymupdf/PyMuPDF/issues/4599>`_: page.cluster_drawings extract a lot of small clusters once upgraded to 1.26
1312 * **Fixed** `4751 <https://github.com/pymupdf/PyMuPDF/issues/4751>`_: Memory leaking in page.widgets()
1413 * **Fixed** `4762 <https://github.com/pymupdf/PyMuPDF/issues/4762>`_: Importing pymupdf make pillow segmentation fault for converting jp2 file on ArchLinux
14+ * **Fixed** `4790 <https://github.com/pymupdf/PyMuPDF/issues/4790>`_: Problem to delete pages on PDF
15+ * **Fixed** `4857 <https://github.com/pymupdf/PyMuPDF/issues/4857>`_: Package is missing py.typed file required for type checking
16+ * **Fixed** `4886 <https://github.com/pymupdf/PyMuPDF/issues/4886>`_: <IMG> width attribute behaviour seems wrong
1517
1618* Other:
1719
1820 * Added `pymupdf.TEXT_CLIP`.
1921 * Removed support for mupdf < 1.26.
20- * Partial fix of `4790 <https://github.com/pymupdf/PyMuPDF/issues/4790>`_: Problem to delete pages on PDF
21-
22- * New arg `raise_on_repair` in `Document.save()`.
23- * New method `Document.repair()`.
24-
25- * Added py.typed file for type checkers.
22+ * New arg `raise_on_repair` in `Document.save()`.
23+ * New method `Document.repair()`.
2624
2725
2826**Changes in version 1.26.7** (2025-12-11)
You can’t perform that action at this time.
0 commit comments