From 6d780c44c84efb039224a642a6fb968c3acdf535 Mon Sep 17 00:00:00 2001 From: Julian Smith Date: Fri, 15 Nov 2024 17:02:10 +0000 Subject: [PATCH] changes.txt: updated with all fixes when built with MuPDF-1.24.11. --- changes.txt | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) diff --git a/changes.txt b/changes.txt index 06c761401..ebf9417bf 100644 --- a/changes.txt +++ b/changes.txt @@ -2,6 +2,28 @@ Change Log ========== +**Changes in version 1.24.14 (?)** + +* Use MuPDF-1.24.11. + +* Fixed issues: + + * **Fixed** `3448 `_: get_pixmap function removes the table and leaves just the content behind + * **Fixed** `3758 `_: Got "malloc(): unaligned tcache chunk detected Aborted (core dumped)" while using add_redact_annot/apply_redactions + * **Fixed** `3813 `_: Stories: Ordered list count broken with nested unordered list + * **Fixed** `3933 `_: font.valid_codepoints() - malfunction + * **Fixed** `4018 `_: PyMuPDF hangs when iterating over zero page PDF pages backwards + * **Fixed** `4043 `_: fullcopypage bug + * **Fixed** `4047 `_: Segmentation Fault in add_redact_annot + * **Fixed** `4050 `_: Content of dict returned by doc.embfile_info() does not fit to documentation + +* Other: + + * Ensure that words from `Page.get_text()` never contain RTL/LTR char mixtures. + * Fix building with system MuPDF. + * Add dot product for points and vectors. + + **Changes in version 1.24.13 (2024-10-29)** * Fixed issues: