Skip to content

Commit 6d780c4

Browse files
changes.txt: updated with all fixes when built with MuPDF-1.24.11.
1 parent 961552c commit 6d780c4

File tree

1 file changed

+22
-0
lines changed

1 file changed

+22
-0
lines changed

changes.txt

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,28 @@ Change Log
22
==========
33

44

5+
**Changes in version 1.24.14 (?)**
6+
7+
* Use MuPDF-1.24.11.
8+
9+
* Fixed issues:
10+
11+
* **Fixed** `3448 <https://github.com/pymupdf/PyMuPDF/issues/3448>`_: get_pixmap function removes the table and leaves just the content behind
12+
* **Fixed** `3758 <https://github.com/pymupdf/PyMuPDF/issues/3758>`_: Got "malloc(): unaligned tcache chunk detected Aborted (core dumped)" while using add_redact_annot/apply_redactions
13+
* **Fixed** `3813 <https://github.com/pymupdf/PyMuPDF/issues/3813>`_: Stories: Ordered list count broken with nested unordered list
14+
* **Fixed** `3933 <https://github.com/pymupdf/PyMuPDF/issues/3933>`_: font.valid_codepoints() - malfunction
15+
* **Fixed** `4018 <https://github.com/pymupdf/PyMuPDF/issues/4018>`_: PyMuPDF hangs when iterating over zero page PDF pages backwards
16+
* **Fixed** `4043 <https://github.com/pymupdf/PyMuPDF/issues/4043>`_: fullcopypage bug
17+
* **Fixed** `4047 <https://github.com/pymupdf/PyMuPDF/issues/4047>`_: Segmentation Fault in add_redact_annot
18+
* **Fixed** `4050 <https://github.com/pymupdf/PyMuPDF/issues/4050>`_: Content of dict returned by doc.embfile_info() does not fit to documentation
19+
20+
* Other:
21+
22+
* Ensure that words from `Page.get_text()` never contain RTL/LTR char mixtures.
23+
* Fix building with system MuPDF.
24+
* Add dot product for points and vectors.
25+
26+
527
**Changes in version 1.24.13 (2024-10-29)**
628

729
* Fixed issues:

0 commit comments

Comments
 (0)