File tree Expand file tree Collapse file tree 1 file changed +19
-0
lines changed Expand file tree Collapse file tree 1 file changed +19
-0
lines changed Original file line number Diff line number Diff line change @@ -2,6 +2,25 @@ Change Log
2
2
==========
3
3
4
4
5
+ **Changes in version 1.23.9rc2 ()**
6
+
7
+ * Use MuPDF-1.23.8.
8
+
9
+ * Bug fixes (rebased implementation only):
10
+
11
+ * **Fixed** `2950 <https://github.com/pymupdf/PyMuPDF/issues/2950>`_: Shelling out to pip during tests is problematic
12
+ * **Fixed** `2961 <https://github.com/pymupdf/PyMuPDF/issues/2961>`_: Passing a string as a page number raises IndexError instead of TypeError.
13
+ * **Fixed** `2969 <https://github.com/pymupdf/PyMuPDF/issues/2969>`_: annot.next throws AttributeError
14
+ * **Fixed** `2978 <https://github.com/pymupdf/PyMuPDF/issues/2978>`_: 1.23.9rc1: module 'fitz.mupdf' has no attribute 'fz_copy_pixmap_rect'
15
+
16
+ * Other:
17
+
18
+ * Improved support for Linux system installs, including adding reguslar test on Github.
19
+ * Add optional setting of opacity to `Page.insert_htmlbox()`.
20
+ * Add missing `flake8` to `scripts/gh_release.py:test_packages`.
21
+ * Use newly public functions in MuPDF-1.23.8.
22
+
23
+
5
24
**Changes in version 1.23.9rc1 (2024-01-02)**
6
25
7
26
* Default to new "rebased" implementation.
You can’t perform that action at this time.
0 commit comments