File tree Expand file tree Collapse file tree 3 files changed +15
-2
lines changed Expand file tree Collapse file tree 3 files changed +15
-2
lines changed Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ SET(ENV{LC_ALL} "C")
10
10
# Project properties
11
11
PROJECT (gimagereader )
12
12
SET (PACKAGE_NAME gImageReader )
13
- SET (PACKAGE_VERSION 3.4.1 )
13
+ SET (PACKAGE_VERSION 3.4.2 )
14
14
SET (PACKAGE_LOCALE_DIR "${CMAKE_INSTALL_PREFIX} /share/locale" )
15
15
16
16
Original file line number Diff line number Diff line change 1
- 3.3.1
1
+ 3.4.2
Original file line number Diff line number Diff line change
1
+ gImageReader 3.4.2 (Feb 05 2024):
2
+ * Bufgixes:
3
+ - [Qt] Fix crash in FileTreeModel::findFile with temporary file
4
+ - [Gtk] Correctly notify hOCR tree updates when merging items
5
+ - [Win32] Fix dictionary installation directory
6
+ - Quote x_font property in hOCR documents
7
+ - Assorted Wayland fixes
8
+ * Enhancements:
9
+ - Add support for PoDoFo 0.10.x
10
+ - Apply brightness/contrast/resolution/invert to all selected images
11
+ * Updated translations
12
+ * See https://github.com/manisandro/gImageReader/compare/v3.4.1...v3.4.2 for details
13
+
1
14
gImageReader 3.4.1 (Jan 29 2023):
2
15
* Bugfixes:
3
16
- Fix warning about text in pdf incorrectly shown even if PDF has no text
You can’t perform that action at this time.
0 commit comments