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
+3-1
Original file line number
Diff line number
Diff line change
@@ -2,10 +2,12 @@ Change Log
2
2
==========
3
3
4
4
5
-
**Changes in version 1.25.0 ()**
5
+
**Changes in version 1.25.0 (2024-12-05)**
6
6
7
7
* Use MuPDF-1.25.1.
8
8
9
+
* Fixed issues:
10
+
9
11
* **Fixed** `4026 <https://github.com/pymupdf/PyMuPDF/issues/4026>`_: page.get_text('blocks') output two piece of very similar text with different bbox
10
12
* **Fixed** `4004 <https://github.com/pymupdf/PyMuPDF/issues/4004>`_: Segmentation Fault When Updating PDF Form Field Value
11
13
* **Fixed** `3751 <https://github.com/pymupdf/PyMuPDF/issues/3751>`_: apply_redactions causes part of the page content to be hidden / transparent
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.14** features as of **2024-11-19 00:00:01**.
3
+
This documentation covers **PyMuPDF v1.25.0** features as of **2024-12-05 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