You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: changes.txt
+30-1
Original file line number
Diff line number
Diff line change
@@ -2,9 +2,36 @@ Change Log
2
2
==========
3
3
4
4
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
+
5
32
**Changes in version 1.24.9 (2024-07-24)**
6
33
7
-
* Incremented MyPDF version to 1.24.9.
34
+
* Use MuPDF-1.24.8.
8
35
9
36
10
37
**Changes in version 1.24.8 (2024-07-22)**
@@ -33,6 +60,8 @@ Other:
33
60
34
61
**Changes in version 1.24.6 (2024-06-25)**
35
62
63
+
* Use MuPDF-1.24.4
64
+
36
65
* Fixed issues:
37
66
38
67
* **Fixed** `3599 <https://github.com/pymupdf/PyMuPDF/issues/3599>`_: Story.fit_width() has a weird line
0 commit comments