From 9d8aa5a0c3886717c1e4cb903d3abb9d49d26b8f Mon Sep 17 00:00:00 2001 From: "James R. Barlow" Date: Fri, 30 Jan 2026 16:15:50 -0800 Subject: [PATCH] v17.1.0 release notes --- docs/release_notes.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/docs/release_notes.md b/docs/release_notes.md index 11a911bd..df228266 100644 --- a/docs/release_notes.md +++ b/docs/release_notes.md @@ -25,6 +25,14 @@ about a forthcoming release that has not been tagged yet. A release is only official when it's tagged and posted to PyPI. ::: + +## v17.1.0 + +- Added `--tagged-pdf-mode` to allow skipping the TaggedPDF error message, if desired. +- Fixed an issue where deflated JPEGs (FlateDecode + DCTDecode) were counted as + lossless images for the purpose of determining whether to compress to JPEG, + causing file size inflation with some workflows (`--mode force` in particular). + ## v17.0.1 - Fixed output file size inflation when using pypdfium as rasterizer and force-ocr