File tree Expand file tree Collapse file tree 1 file changed +23
-0
lines changed
Expand file tree Collapse file tree 1 file changed +23
-0
lines changed Original file line number Diff line number Diff line change @@ -2,6 +2,29 @@ Change Log
22==========
33
44
5+ **Changes in version 1.25.6 ()**
6+
7+ * Fixed issues:
8+
9+ * **Fixed** `4404 <https://github.com/pymupdf/PyMuPDF/issues/4404>`_:
10+ * **Fixed** `4439 <https://github.com/pymupdf/PyMuPDF/issues/4439>`_:
11+ * **Fixed** `4412 <https://github.com/pymupdf/PyMuPDF/issues/4412>`_:
12+ * **Fixed** `4324 <https://github.com/pymupdf/PyMuPDF/issues/4324>`_:
13+ * **Fixed** `4447 <https://github.com/pymupdf/PyMuPDF/issues/4447>`_:
14+
15+ * Other:
16+
17+ * Support image stamp annotations.
18+ * Support recoloring pages.
19+ * Added example of using Django's file storage API to open files with pymupdf.
20+ * Clarified FreeText annotation color options.
21+ We now raise an exception if an attempt is made to set attributes that can not be supported.
22+ * Fixed potential segv in Pixmap.is_unicolor().
23+ * Added runtime assert that that PyMuPDF and MuPDF were built with compatible
24+ NDEBUG settings (related to `4390 <https://github.com/pymupdf/PyMuPDF/issues/4390>`_).
25+ * Simplified handling of filename/filetype when opening documents.
26+
27+
528**Changes in version 1.25.5 (2025-03-31)**
629
730* Fixed issues:
You can’t perform that action at this time.
0 commit comments