From e54f6ee37f9f2bafd5a6e980c3d3b7ff4c8ecca5 Mon Sep 17 00:00:00 2001 From: "James R. Barlow" Date: Fri, 16 Nov 2018 02:13:41 -0800 Subject: [PATCH] v7.3.1 release notes --- docs/release_notes.rst | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/docs/release_notes.rst b/docs/release_notes.rst index e5a24c32..82273a37 100644 --- a/docs/release_notes.rst +++ b/docs/release_notes.rst @@ -14,6 +14,16 @@ Note that it is licensed under GPLv3, so scripts that ``import ocrmypdf`` and ar replace: `#$1 `_ +v7.3.1 +------ + +- Fixed performance regression from v7.3.0; fast page analysis was not selected when it should be. + +- Fixed a few exceptions related to the new ``--mask-barcodes`` feature and improved argument checking + +- Added missing detection of TrueType fonts that lack a Unicode mapping + + v7.3.0 ------