From 92c5200ad21c9e8a6105c10f4c740375bfd1a075 Mon Sep 17 00:00:00 2001 From: "James R. Barlow" Date: Sun, 27 Oct 2024 16:56:41 -0700 Subject: [PATCH] Update release notes for 16.6.0 --- docs/release_notes.rst | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/docs/release_notes.rst b/docs/release_notes.rst index 38e31e97..f551fa45 100644 --- a/docs/release_notes.rst +++ b/docs/release_notes.rst @@ -30,6 +30,18 @@ OCRmyPDF typically supports the three most recent Python versions. .. |OCRmyPDF PyPI| image:: https://img.shields.io/pypi/v/ocrmypdf.svg +v16.6.0 +======= + +- 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 =======