From 8a046ec7bf64e996fbc81187306334fbd11873c9 Mon Sep 17 00:00:00 2001 From: Sandro Mani Date: Sun, 29 Jan 2023 17:49:54 +0100 Subject: [PATCH] Set version to 3.4.1 --- CMakeLists.txt | 2 +- NEWS | 17 +++++++++++++++++ data/manual.html.in | 17 +++++++++++++++++ 3 files changed, 35 insertions(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 149ba07a..f7b3085b 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.4.0) +SET(PACKAGE_VERSION 3.4.1) SET(PACKAGE_LOCALE_DIR "${CMAKE_INSTALL_PREFIX}/share/locale") diff --git a/NEWS b/NEWS index 7dab2d08..47ec3562 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,20 @@ +gImageReader 3.4.1 (Jan 29 2023): +* Bugfixes: + - Fix warning about text in pdf incorrectly shown even if PDF has no text + - Adapt for enchant2 dictionary location change + - [Qt] Fix setting custom font for text editor + - Fix crash in batch export dialog when selecting folder with no hocr html files + - Assorted Wayland fixes + - [Gtk] Fix incorrectly passing export filename to hOCR text and ODT export + - [Gtk] Rework Utils::string_html_escape to fix possible unicode string corruption +* Enhancements: + - Add 2px margin to autodetected areas + - Allow specifying custom script tessdatas by prepending prefix with script/ and leaving empty lang code + - Use correct file extensions in crash save files + - Make WConf visibility persistent +* Updated translations +* See https://github.com/manisandro/gImageReader/compare/v3.4.0...v3.4.1 for details + gImageReader 3.4.0 (Jan 28 2022): * Add support for tesseract 5.0 * Add Qt6 support diff --git a/data/manual.html.in b/data/manual.html.in index a03151c6..e88ffeb1 100644 --- a/data/manual.html.in +++ b/data/manual.html.in @@ -47,6 +47,23 @@

News

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

+gImageReader 3.4.1 (Jan 29 2023):
+* Bugfixes:
+ - Fix warning about text in pdf incorrectly shown even if PDF has no text
+ - Adapt for enchant2 dictionary location change
+ - [Qt] Fix setting custom font for text editor
+ - Fix crash in batch export dialog when selecting folder with no hocr html files
+ - Assorted Wayland fixes
+ - [Gtk] Fix incorrectly passing export filename to hOCR text and ODT export
+ - [Gtk] Rework Utils::string_html_escape to fix possible unicode string corruption
+* Enhancements:
+ - Add 2px margin to autodetected areas
+ - Allow specifying custom script tessdatas by prepending prefix with script/ and leaving empty lang code
+ - Use correct file extensions in crash save files
+ - Make WConf visibility persistent
+* Updated translations
+* See https://github.com/manisandro/gImageReader/compare/v3.4.0...v3.4.1 for details
+
 gImageReader 3.4.0 (Jan 28 2022):
 * Add support for tesseract 5.0
 * Add Qt6 support