From 17fa17abe82086a91863b982caacca3221209d03 Mon Sep 17 00:00:00 2001 From: Sandro Mani Date: Sun, 28 Jul 2019 22:59:40 +0200 Subject: [PATCH] Set version to 3.3.1 --- CMakeLists.txt | 2 +- LATEST | 2 +- NEWS | 12 ++++++++++++ data/manual.html.in | 14 +++++++++++++- 4 files changed, 27 insertions(+), 3 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 76f9040e..397e5dc2 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -7,7 +7,7 @@ SET(ENV{LC_ALL} "C") # Project properties PROJECT(gimagereader) SET(PACKAGE_NAME gImageReader) -SET(PACKAGE_VERSION 3.3.0) +SET(PACKAGE_VERSION 3.3.1) SET(PACKAGE_LOCALE_DIR "${CMAKE_INSTALL_PREFIX}/share/locale") diff --git a/LATEST b/LATEST index 15a27998..bea438e9 100644 --- a/LATEST +++ b/LATEST @@ -1 +1 @@ -3.3.0 +3.3.1 diff --git a/NEWS b/NEWS index 906c108c..108ba81f 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,15 @@ +gImageReader 3.3.1 (Jul 28 2019): +* HOCR: propagate attributes to manually added elements (@foghawk) +* HOCR: improve spelling of hyphenated words (@foghawk) +* HOCR: improve spelling of words with special characters (@foghawk) +* HOCR: allow specifying a DPI to assume for image sources when exporting to PDF (@foghawk) +* HOCR: allow use to choose whether to sanitize hyphens when exporting to PDF +* HOCR: Attempt to map 639-2 language codes to ISO 639-1 to set spelling language +* Allow specifying character whitelist / blacklist for recognition +* Various bugfixes +* Translation updates +* Full details in commit log: https://github.com/manisandro/gImageReader/commits/master + gImageReader 3.3.0 (Sep 26 2018): * Support tesseract-4.0.0 * Translation updates diff --git a/data/manual.html.in b/data/manual.html.in index 3f112417..852da9f6 100644 --- a/data/manual.html.in +++ b/data/manual.html.in @@ -47,6 +47,18 @@

News

A detailed list of changes can be found in the commit log: https://github.com/manisandro/gImageReader/commits/master

+gImageReader 3.3.1 (Jul 28 2019):
+* HOCR: propagate attributes to manually added elements (@foghawk)
+* HOCR: improve spelling of hyphenated words (@foghawk)
+* HOCR: improve spelling of words with special characters (@foghawk)
+* HOCR: allow specifying a DPI to assume for image sources when exporting to PDF (@foghawk)
+* HOCR: allow use to choose whether to sanitize hyphens when exporting to PDF
+* HOCR: Attempt to map 639-2 language codes to ISO 639-1 to set spelling language
+* Allow specifying character whitelist / blacklist for recognition
+* Various bugfixes
+* Translation updates
+* Full details in commit log: https://github.com/manisandro/gImageReader/commits/master
+
 gImageReader 3.3.0 (Sep 26 2018):
 * Support tesseract-4.0.0
 * Translation updates
@@ -361,7 +373,7 @@ If you find an issue or have a suggestion, please file a ticket to the