|
3 | 3 | Change Log |
4 | 4 | ========== |
5 | 5 |
|
| 6 | +**Changes in Version 1.21.1rc1 (2022-12-12)** |
6 | 7 |
|
7 | | -**Changes in Version 1.21.0** |
| 8 | +* This release uses ``MuPDF-1.21.1``. |
| 9 | + |
| 10 | +* Bug fixes: |
| 11 | + |
| 12 | + * **Fixed** `#2110 <https://github.com/pymupdf/PyMuPDF/issues/2110>`_: Fully embedded font is extracted only partially if it occupies more than one objects |
| 13 | + * **Fixed** `#2094 <https://github.com/pymupdf/PyMuPDF/issues/2094>`_: Rectangle Detection Logic |
| 14 | + * **Fixed** `#2088 <https://github.com/pymupdf/PyMuPDF/issues/2088>`_: Destination point not set for named links in toc |
| 15 | + * **Fixed** `#2087 <https://github.com/pymupdf/PyMuPDF/issues/2087>`_: Image with Filter "[/FlateDecode/JPXDecode]" not extracted |
| 16 | + * **Fixed** `#2086 <https://github.com/pymupdf/PyMuPDF/issues/2086>`_: Document.save() owner_pw & user_pw has buffer overflow bug |
| 17 | + * **Fixed** `#2076 <https://github.com/pymupdf/PyMuPDF/issues/2076>`_: Segfault in fitz.py |
| 18 | + * **Fixed** `#2051 <https://github.com/pymupdf/PyMuPDF/issues/2051>`_: Missing DPI Parameter |
| 19 | + * **Fixed** `#2048 <https://github.com/pymupdf/PyMuPDF/issues/2048>`_: Invalid size of TextPage and bbox with newest version 1.21.0 |
| 20 | + * **Fixed** `#2045 <https://github.com/pymupdf/PyMuPDF/issues/2045>`_: SystemError: <built-in function Page_get_texttrace> returned a result with an error set |
| 21 | + * **Fixed** `#2039 <https://github.com/pymupdf/PyMuPDF/issues/2039>`_: 1.21.0 fails to build against system libmupdf |
| 22 | + * **Fixed** `#2036 <https://github.com/pymupdf/PyMuPDF/issues/2036>`_: Archive::Archive defined twice |
| 23 | + |
| 24 | +* Other |
| 25 | + |
| 26 | + * Swallow "&zoom=nan" in link uri strings. |
| 27 | + * Add new Page utility methods ``Page.replace_image()`` and ``Page.delete_image()``. |
| 28 | + |
| 29 | +* Documentation: |
| 30 | + |
| 31 | + * `#2040 <https://github.com/pymupdf/PyMuPDF/issues/2040>`_: Added note about test failure with non-default build of MuPDF, to ``tests/README.md``. |
| 32 | + * `#2037 <https://github.com/pymupdf/PyMuPDF/issues/2037>`_: In ``docs/installation.rst``, mention incompatibility with chocolatey.org on Windows. |
| 33 | + * `#2061 <https://github.com/pymupdf/PyMuPDF/issues/2061>`_: Fixed description of ``Annot.file_info``. |
| 34 | + * `#2065 <https://github.com/pymupdf/PyMuPDF/issues/2065>`_: Show how to insert internal PDF link. |
| 35 | + * Improved description of building from source without an sdist. |
| 36 | + * Added information about running tests. |
| 37 | + * `#2084 <https://github.com/pymupdf/PyMuPDF/issues/2084>`_: Fixed broken link to PyMuPDF-Utilities. |
| 38 | + |
| 39 | + |
| 40 | +**Changes in Version 1.21.0 (2022-11-8)** |
8 | 41 |
|
9 | 42 | * This release uses ``MuPDF-1.21.0``. |
10 | 43 |
|
|
0 commit comments