From 1c3b7d15078879a60e75412dd4995f97b7ba4f67 Mon Sep 17 00:00:00 2001 From: "James R. Barlow" Date: Sun, 27 Oct 2024 19:35:53 -0700 Subject: [PATCH] Tidy release notes --- docs/release_notes.rst | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/docs/release_notes.rst b/docs/release_notes.rst index f551fa45..a818d4a5 100644 --- a/docs/release_notes.rst +++ b/docs/release_notes.rst @@ -33,13 +33,16 @@ OCRmyPDF typically supports the three most recent Python versions. v16.6.0 ======= +- Fixed an issue where damaged PDFs would fail with ``--redo-ocr``. :issue:`1403` +- Fixed an error that prevented JBIG2 optimization on Windows if the image + was optimized in an earlier step. :issue:`1398` +- Fixed an error detecting the version of unpaper 7.0.0. :issue:`1409` - Fixed Alpine Docker image by enforcing Alpine 3.19. Alpine 3.20 includes a defective version of Tesseract OCR and so is not usable. - Upgraded Ubuntu Docker image to use Ubuntu 24.04. - Build and test scripts/actions switched to uv. - When running in a container, we now remind the user that temporary folders are inside the container and may not be accessible. -- Fixed an error detecting the version of unpaper 7.0.0. - Fixed Linux test coverage matrix, which was missing some key versions. v16.5.0