Skip to content

Commit ee09bb5

Browse files
changes.txt: updated for release of 1.24.10.
Also corrected MuPDF versions in some old changelog entries.
1 parent b627b59 commit ee09bb5

File tree

1 file changed

+30
-1
lines changed

1 file changed

+30
-1
lines changed

changes.txt

+30-1
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,36 @@ Change Log
22
==========
33

44

5+
**Changes in version 1.24.10 (2024-09-02)**
6+
7+
* Use MuPDF-1.24.9.
8+
9+
* Fixed issues:
10+
11+
* **Fixed** `3450 <https://github.com/pymupdf/PyMuPDF/issues/3450>`_: get_pixmap function takes too long to process
12+
* **Fixed** `3569 <https://github.com/pymupdf/PyMuPDF/issues/3569>`_: Invalid OCGs not ignored by SVG image creation
13+
* **Fixed** `3603 <https://github.com/pymupdf/PyMuPDF/issues/3603>`_: ObjStm compression and PDF linearization doesn't work together
14+
* **Fixed** `3650 <https://github.com/pymupdf/PyMuPDF/issues/3650>`_: Linebreak inserted between each letter
15+
* **Fixed** `3698 <https://github.com/pymupdf/PyMuPDF/issues/3698>`_: documentation issue - old code in the annotations documentation
16+
* **Fixed** `3705 <https://github.com/pymupdf/PyMuPDF/issues/3705>`_: Document.select() behaves weirdly in some particular kind of pdf files
17+
* **Fixed** `3706 <https://github.com/pymupdf/PyMuPDF/issues/3706>`_: extend Document.__getitem__ type annotation to reflect that the method also accepts slices
18+
* **Fixed** `3727 <https://github.com/pymupdf/PyMuPDF/issues/3727>`_: Method get_pixmap() make the program exit without any exceptions or messages
19+
* **Fixed** `3767 <https://github.com/pymupdf/PyMuPDF/issues/3767>`_: Cannot get Tessdata with Tesseract-OCR 5
20+
* **Fixed** `3773 <https://github.com/pymupdf/PyMuPDF/issues/3773>`_: Link.set_border gives TypeError: '<' not supported between instances of 'NoneType' and 'int'
21+
* **Fixed** `3774 <https://github.com/pymupdf/PyMuPDF/issues/3774>`_: fitz.__version__` does not work anymore
22+
* **Fixed** `3789 <https://github.com/pymupdf/PyMuPDF/issues/3789>`_: ValueError: not enough values to unpack (expected 3, got 2) is thrown when call insert_pdf
23+
* **Fixed** `3820 <https://github.com/pymupdf/PyMuPDF/issues/3820>`_: class improves namedDest handling
24+
25+
* Other:
26+
27+
* Object streams and linearization cannot be used together; attempting to do
28+
so will raise an exception. (#3603)
29+
* Fixed handling of non-existing /Contents object.
30+
31+
532
**Changes in version 1.24.9 (2024-07-24)**
633

7-
* Incremented MyPDF version to 1.24.9.
34+
* Use MuPDF-1.24.8.
835

936

1037
**Changes in version 1.24.8 (2024-07-22)**
@@ -33,6 +60,8 @@ Other:
3360

3461
**Changes in version 1.24.6 (2024-06-25)**
3562

63+
* Use MuPDF-1.24.4
64+
3665
* Fixed issues:
3766

3867
* **Fixed** `3599 <https://github.com/pymupdf/PyMuPDF/issues/3599>`_: Story.fit_width() has a weird line

0 commit comments

Comments
 (0)