Skip to content

Commit

Permalink
Set version to 3.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
manisandro committed Jan 29, 2023
1 parent d64490e commit 8a046ec
Show file tree
Hide file tree
Showing 3 changed files with 35 additions and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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")


Expand Down
17 changes: 17 additions & 0 deletions NEWS
Original file line number Diff line number Diff line change
@@ -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
Expand Down
17 changes: 17 additions & 0 deletions data/manual.html.in
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,23 @@
<h3><a name="News">News</a></h3>
<p><i>A detailed list of changes can be found in the commit log: https://github.com/manisandro/gImageReader/commits/master</i></p>
<pre style="max-height: 200px; overflow-y: auto; padding: 1em; border: 1px solid gray;">
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
Expand Down

0 comments on commit 8a046ec

Please sign in to comment.