From 89c76b51455b7e7e4158558b4ca7a8eaf31063ef Mon Sep 17 00:00:00 2001 From: "James R. Barlow" Date: Sun, 5 Apr 2026 00:23:07 -0700 Subject: [PATCH] v17.4.1 release notes --- docs/releasenotes/version17.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/docs/releasenotes/version17.md b/docs/releasenotes/version17.md index 3020007a..dd99fb29 100644 --- a/docs/releasenotes/version17.md +++ b/docs/releasenotes/version17.md @@ -3,6 +3,18 @@ # v17 +## v17.4.1 + +- Fixed RTL text extraction order in the fpdf2 renderer. Arabic lam-alef + ligatures and other multi-character CMap entries were garbled by the bidi + algorithm during text extraction. {issue}`1655` +- Fixed ``work_folder`` not being set in ``PdfContext`` options when using + the Python API. Thanks @bluebox-steven. {issue}`1613` +- Updated Ghostscript JPEG corruption warning to include the detected version + number, confirming the bug persists in Ghostscript 10.7.0. +- Internal refactoring. +- CI dependency updates. + ## v17.4.0 - Added ``--no-overwrite`` / ``-n`` option to prevent overwriting output files.