Skip to content

Commit 10798cd

Browse files
changes.txt: misc updates.
1 parent 751d697 commit 10798cd

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

changes.txt

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,24 @@ Change Log
22
==========
33

44

5+
**Changes in version 1.26.1 ()**
6+
7+
* Use MuPDF-1.26.2.
8+
9+
* Fixed issues:
10+
11+
* **Fixed** `4520 <https://github.com/pymupdf/PyMuPDF/issues/4520>`_: show_pdf_page does not like empty pages created by new_page
12+
* **Fixed** `4524 <https://github.com/pymupdf/PyMuPDF/issues/4524>`_: fitz.get_text ignores 'pages' kwarg
13+
* **Fixed** `4412 <https://github.com/pymupdf/PyMuPDF/issues/4412>`_: Regression? Spurious error? in insert_pdf in v1.25.4
14+
15+
* Other:
16+
17+
* Partial fix for `4503 <https://github.com/pymupdf/PyMuPDF/issues/4503>`_: Undetected character styles
18+
* New method `Document.rewrite_images()`, useful for reducing file size, changing image formats, or converting color spaces.
19+
* `Page.get_text()`: restrict positional args to match docs.
20+
* Removed bogus definition of class `Shape`.
21+
22+
523
**Changes in version 1.26.0 (2025-05-22)**
624

725
* Use MuPDF-1.26.1.

0 commit comments

Comments
 (0)