Skip to content

Commit 025c7af

Browse files
changes.txt: updated to match all changes since 1.26.4 release.
Also mark update to mupdf-1.26.10.
1 parent fd368e0 commit 025c7af

File tree

1 file changed

+11
-2
lines changed

1 file changed

+11
-2
lines changed

changes.txt

Lines changed: 11 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,16 +4,25 @@ Change Log
44

55
**Changes in version 1.26.5**
66

7+
* Use MuPDF-1.26.10.
8+
79
* Fixed issues:
810

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+
917
* Other:
1018

11-
* Partially address `2883 <https://github.com/pymupdf/PyMuPDF/issues/2883>`_: Improve the Python type annotations for fitz_new
1219

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.
1421
* Removed `pymupdf.utils.Shape` class, was duplicate of `pymupdf.Shape`.
1522
* Allow use of cibuildwheel to build and test on Pyodide.
23+
* Fixed various Pyodide bugs.
1624
* In documentation, added section about Linux wheels and glibc compatibility.
25+
* Improved documentation of pymupdf.open()'s <filetype> arg.
1726
* Retrospectively mark `4544 <https://github.com/pymupdf/PyMuPDF/issues/4544>`_ as fixed in 1.26.4.
1827

1928

0 commit comments

Comments
 (0)