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
+11-2Lines changed: 11 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -4,16 +4,25 @@ Change Log
4
4
5
5
**Changes in version 1.26.5**
6
6
7
+
* Use MuPDF-1.26.10.
8
+
7
9
* Fixed issues:
8
10
11
+
* **Fixed** `2883 <https://github.com/pymupdf/PyMuPDF/issues/2883>`_: Improve the Python type annotations for fitz_new
12
+
* **Fixed** `4507 <https://github.com/pymupdf/PyMuPDF/issues/4507>`_: Bugs in pyodide
13
+
* **Fixed** `4613 <https://github.com/pymupdf/PyMuPDF/issues/4613>`_: Thai and number blocks are not auto-scaled and get wrong hyphen when using in insert_htmlbox
14
+
* **Fixed** `4700 <https://github.com/pymupdf/PyMuPDF/issues/4700>`_: pymupdf.open() processes .zip file without raising
15
+
* **Fixed** `4716 <https://github.com/pymupdf/PyMuPDF/issues/4716>`_: Problems with unreadable characters
16
+
9
17
* Other:
10
18
11
-
* Partially address `2883 <https://github.com/pymupdf/PyMuPDF/issues/2883>`_: Improve the Python type annotations for fitz_new
12
19
13
-
We now define all class methods explicitly instead of with dynamic assignment.
20
+
* We now define all class methods explicitly instead of with dynamic assignment; this improves type hints.
14
21
* Removed `pymupdf.utils.Shape` class, was duplicate of `pymupdf.Shape`.
15
22
* Allow use of cibuildwheel to build and test on Pyodide.
23
+
* Fixed various Pyodide bugs.
16
24
* In documentation, added section about Linux wheels and glibc compatibility.
25
+
* Improved documentation of pymupdf.open()'s <filetype> arg.
17
26
* Retrospectively mark `4544 <https://github.com/pymupdf/PyMuPDF/issues/4544>`_ as fixed in 1.26.4.
0 commit comments