From ff78d7c56c18f3f6affb53779a6ac4245dc2ca5f Mon Sep 17 00:00:00 2001 From: "James R. Barlow" Date: Thu, 28 Apr 2016 00:46:16 -0700 Subject: [PATCH] v4.1 release notes --- RELEASE_NOTES.rst | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/RELEASE_NOTES.rst b/RELEASE_NOTES.rst index c33a8c60..5cfc4fe8 100644 --- a/RELEASE_NOTES.rst +++ b/RELEASE_NOTES.rst @@ -6,6 +6,14 @@ Please always read this file before installing the package Download software here: https://github.com/jbarlow83/OCRmyPDF/tags +v4.1: +===== + +- ``--rotate-pages`` now only rotates pages when reasonably confidence in the orientation. This behavior can be adjusted with the new argument ``--rotate-pages-threshold`` +- Fixed problems in error checking if ``unpaper`` is uninstalled or missing at run-time +- Fixed problems with "RethrownJobError" errors during error handling that suppressed the useful error messages + + v4.0.7: =======