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
+28
Original file line number
Diff line number
Diff line change
@@ -2,6 +2,32 @@ Change Log
2
2
==========
3
3
4
4
5
+
**Changes in version 1.24.11 (2024-10-03)**
6
+
7
+
* Use MuPDF-1.24.10.
8
+
9
+
* Fixed issues:
10
+
11
+
* **Fixed** `3624 <https://github.com/pymupdf/PyMuPDF/issues/3624>`_: Pdf file transform to image have a black block
12
+
* **Fixed** `3859 <https://github.com/pymupdf/PyMuPDF/issues/3859>`_: doc.need_appearances() fails with "AttributeError: module 'pymupdf.mupdf' has no attribute 'PDF_TRUE' "
13
+
* **Fixed** `3863 <https://github.com/pymupdf/PyMuPDF/issues/3863>`_: apply_redactions() does not work as expected
14
+
* **Fixed** `3905 <https://github.com/pymupdf/PyMuPDF/issues/3905>`_: open stream can raise a FzErrorFormat error instead of FileDataError
15
+
16
+
* Wheels now use the Python Stable ABI:
17
+
18
+
* There is one PyMuPDF wheel for each platform.
19
+
* Each wheel works with all supported Python versions.
20
+
* Each wheel is built using the oldest supported Python version (currently 3.8).
21
+
* There is no PyMuPDFb wheel.
22
+
23
+
* Other:
24
+
25
+
* Improvements to get_text_words() with sort=True.
26
+
* Tests now always get the latest versions of required Python packages.
27
+
* Removed dependency on setuptools.
28
+
* Added item to PyMuPDF-1.24.10 changes below - fix of #3630.
29
+
30
+
5
31
**Changes in version 1.24.10 (2024-09-02)**
6
32
7
33
* Use MuPDF-1.24.9.
@@ -23,6 +49,8 @@ Change Log
23
49
* **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
24
50
* **Fixed** `3820 <https://github.com/pymupdf/PyMuPDF/issues/3820>`_: class improves namedDest handling
25
51
52
+
* **Fixed** `3630 <https://github.com/pymupdf/PyMuPDF/issues/3630>`_: page.apply_redactions gives unwanted black rectangle
53
+
26
54
* Other:
27
55
28
56
* Object streams and linearization cannot be used together; attempting to do
Copy file name to clipboardExpand all lines: docs/version.rst
+1-1
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
----
2
2
3
-
This documentation covers **PyMuPDF v1.24.10** features as of **2024-09-02 00:00:01**.
3
+
This documentation covers **PyMuPDF v1.24.11** features as of **2024-10-03 00:00:01**.
4
4
5
5
The major and minor versions of **PyMuPDF** and **MuPDF** will always be the same. Only the third qualifier (patch level) may deviate from that of **MuPDF**.
0 commit comments