From b59e761a14af27a079a286b4fe52359d671ab8e3 Mon Sep 17 00:00:00 2001 From: "James R. Barlow" Date: Tue, 28 Apr 2020 02:40:17 -0700 Subject: [PATCH] v9.8.0 release notes --- docs/release_notes.rst | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/docs/release_notes.rst b/docs/release_notes.rst index 66f1f576..a5f49460 100644 --- a/docs/release_notes.rst +++ b/docs/release_notes.rst @@ -13,6 +13,14 @@ Note that it is licensed under GPLv3, so scripts that ``import ocrmypdf`` and are released publicly should probably also be licensed under GPLv3. +v9.8.0 +====== + +- Fixed issue where only the first PNG (FlateDecode) image in a file would be + considered for optimization. File sizes should be improved from here on. +- Fixed a startup crash when the chosen language was Japanese (#543). +- Added options to configure polling and log level to watcher.py. + v9.7.2 ======