Skip to content

Commit 6b0b0b4

Browse files
changes.txt: updated for release 1.23.8.
1 parent 67ab8a1 commit 6b0b0b4

File tree

1 file changed

+13
-6
lines changed

1 file changed

+13
-6
lines changed

changes.txt

+13-6
Original file line numberDiff line numberDiff line change
@@ -2,28 +2,35 @@ Change Log
22
==========
33

44

5-
**Changes in next release **
5+
**Changes in version 1.23.8 (2023-12-19)**
66

77
* Bug fixes (rebased implementation only):
88

9-
**Fixed** `2871 <https://github.com/pymupdf/PyMuPDF/issues/2871>`_: KeyError in getLinkDict during PDF merge
10-
**Fixed** `2861 <https://github.com/pymupdf/PyMuPDF/issues/2861>`_: AttributeError in getLinkDict during PDF Merge
11-
**Fixed** `2634 <https://github.com/pymupdf/PyMuPDF/issues/2634>`_: get_toc and set_toc do not behave consistently for rotated pages
9+
* **Fixed** `2634 <https://github.com/pymupdf/PyMuPDF/issues/2634>`_: get_toc and set_toc do not behave consistently for rotated pages
10+
* **Fixed** `2861 <https://github.com/pymupdf/PyMuPDF/issues/2861>`_: AttributeError in getLinkDict during PDF Merge
11+
* **Fixed** `2871 <https://github.com/pymupdf/PyMuPDF/issues/2871>`_: KeyError in getLinkDict during PDF merge
12+
* **Fixed** `2886 <https://github.com/pymupdf/PyMuPDF/issues/2886>`_: Error in Skeleton for Named Link Destinations
1213

1314
* Bug fixes (rebased and classic implementations):
15+
16+
* **Fixed** `2885 <https://github.com/pymupdf/PyMuPDF/issues/2885>`_: pymupdf find tables too slow
1417

1518
* Other:
1619

1720
* Rebased implementation:
1821

22+
* `Page.insert_htmlbox()`: new, much more powerful alternative to `Page.insert_textbox()` or `TextWriter.fill_textbox()`, using `Story`.
1923
* `Story.fit*()`: new methods for fitting a Story into an expanded rect.
2024
* `Story.write_with_links()`: add support for external links.
21-
* Work with new MuPDF Python exception classes.
2225
* `Document.language()`: fixed to use MuPDF's new `mupdf.fz_string_from_text_language2()`.
26+
* `Document.subset_fonts()` - fixed.
2327
* Fixed internal `Archive._add_treeitem()` method.
2428
* Fixed `fitz_new.__doc__` to contain PyMuPDF and Python version information, and OS name.
29+
* Removed use of `(*args, **kwargs)` in API, we now specify keyword args explicitly.
30+
* Work with new MuPDF Python exception classes.
2531

26-
* Fixed pillow test to not ignore all errors.
32+
* Fixed bug where `button_states()` returns None when `/AP` points to an indirect object.
33+
* Fixed pillow test to not ignore all errors, and install pillow when testing.
2734
* Added test for `fitz.css_for_pymupdf_font()` (uses package `pymupdf-fonts`).
2835
* Simplified Github Actions test specifications.
2936
* Updated `tests/README.md`.

0 commit comments

Comments
 (0)