From 880326868d24487b599ad6415a5c72b6b9ae0c78 Mon Sep 17 00:00:00 2001 From: "James R. Barlow" Date: Sat, 21 Oct 2023 14:59:09 -0700 Subject: [PATCH] v15.3.0 release notes --- docs/release_notes.rst | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/docs/release_notes.rst b/docs/release_notes.rst index 26938c01..5eb8009a 100644 --- a/docs/release_notes.rst +++ b/docs/release_notes.rst @@ -28,6 +28,15 @@ tagged yet. .. |OCRmyPDF PyPI| image:: https://img.shields.io/pypi/v/ocrmypdf.svg +v15.3.0 +======= + +- Update misc/watcher.py to improve command line interface using Typer, and + support ``.env`` specification of environment variables. Improved error + messages. Thanks to @mflagg2814 for the PR that prompted this improvement. +- Improved error message when a file cannot be read because we are running in + a snap container. + v15.2.0 =======