diff --git a/CMakeLists.txt b/CMakeLists.txt
index 06d80ca6..149ba07a 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -10,7 +10,7 @@ SET(ENV{LC_ALL} "C")
# Project properties
PROJECT(gimagereader)
SET(PACKAGE_NAME gImageReader)
-SET(PACKAGE_VERSION 3.3.1)
+SET(PACKAGE_VERSION 3.4.0)
SET(PACKAGE_LOCALE_DIR "${CMAKE_INSTALL_PREFIX}/share/locale")
diff --git a/NEWS b/NEWS
index ca7bf572..7dab2d08 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,18 @@
+gImageReader 3.4.0 (Jan 28 2022):
+* Add support for tesseract 5.0
+* Add Qt6 support
+* Add thumbail view for source documents
+* Add batch mode for recognizing multiple documents
+* Display sources in a tree
+* Allow opening output files directly from the source tree if they exist next to the source with the same basename
+* Allow moving image selection boxes
+* Text: Add multi-tab support
+* HOCR: Allow specifying whether new output is inserted/appended
+* HOCR: Allow opening multiple files at once, also from command line
+* HOCR: Add proof-reading widget (Qt interface only)
+* HOCR: New batch export dialog
+* HOCR: Add quick navigation for low confidence words
+
gImageReader 3.3.1 (Jul 28 2019):
* HOCR: propagate attributes to manually added elements (@foghawk)
* HOCR: improve spelling of hyphenated words (@foghawk)
diff --git a/data/manual.html.in b/data/manual.html.in
index 744cea97..a03151c6 100644
--- a/data/manual.html.in
+++ b/data/manual.html.in
@@ -47,6 +47,21 @@
A detailed list of changes can be found in the commit log: https://github.com/manisandro/gImageReader/commits/master
+gImageReader 3.4.0 (Jan 28 2022):
+* Add support for tesseract 5.0
+* Add Qt6 support
+* Add thumbail view for source documents
+* Add batch mode for recognizing multiple documents
+* Display sources in a tree
+* Allow opening output files directly from the source tree if they exist next to the source with the same basename
+* Allow moving image selection boxes
+* Text: Add multi-tab support
+* HOCR: Allow specifying whether new output is inserted/appended
+* HOCR: Allow opening multiple files at once, also from command line
+* HOCR: Add proof-reading widget (Qt interface only)
+* HOCR: New batch export dialog
+* HOCR: Add quick navigation for low confidence words
+
gImageReader 3.3.1 (Jul 28 2019):
* HOCR: propagate attributes to manually added elements (@foghawk)
* HOCR: improve spelling of hyphenated words (@foghawk)
@@ -257,6 +272,8 @@ gImageReader 2.90 (Feb 11 2014):
To capture a screenshot, paste image data from the clipboard, or open a recently opened file, click on the arrow next to the open button.
You can manage the list of opened images with the buttons next to the open button. Temporary files (such as screenshots and clipboard data) are automatically deleted when the program exists.
To acquire an image from a scanning device, click on the acquire tab in the sources pane.
+ If an existing output text/html document exists next to a source document, an icon is displayed next to that document in the source tree allowing to open the existing output directly.
+ The Thumbnails section in the lower part of the source tree will display the thumbnails of the selected documents in the source tree.
@@ -281,6 +298,7 @@ gImageReader 2.90 (Feb 11 2014):
The recognition language can be selected from the drop-down menu of the recognize button in the main toolbar. If a spelling dictionary is installed for a tesseract language definition, it is possible to choose between available regional flavors of the language. This will only affect the language for spell-checking the recognized text. Unrecognized tesseract language definitions will appear by their filename prefix, one can however teach the program to recognize such files by defining appropriate rules in the program configuration (see below). Multiple recognition languages can be specified at once from the Multilingual submenu of the drop-down menu. The installed tesseract language definitions can be managed from the Manage languages... menu entry in the drop-down menu of the recognize button, see also below.
+ When selecting multiple documents in the source pane, the Batch mode option appears when pressing the recognize button. This mode processes all selected documents and writes the output next to the source file.
@@ -314,6 +332,8 @@ gImageReader 2.90 (Feb 11 2014):
When exporting to PDF, the user is prompted for the font family to use, whether to honour the font sizes detected by the OCR engine, and whether to attempt to homogenize the text line spacing. Also, the user can select the color format, resolution and compression method to use for images in the PDF document to control the size of the generated output.
+ Besides PDF, the hOCR document can also be exported to plain text and ODT.
+ The HOCR Batch Export button in the main toolbar allows batch-exporting a collection of hOCR HTML files to PDF/ODT/Text. All hOCR HTML files below the selected source folder are processed and corresponding PDF/ODT/Text files are written next to the HTML files. The Group outputs of N lowest levels option allows specifing that the HTML files of the N lowest hierarchy levels of the source tree are stored into a single exported PDF/ODT/Text file N folder levels above the lowest level.
@@ -373,7 +393,7 @@ If you find an issue or have a suggestion, please file a ticket to the