Skip to content

Commit 6249109

Browse files
committed
Set version to 3.4.2
1 parent 1daebd1 commit 6249109

File tree

3 files changed

+15
-2
lines changed

3 files changed

+15
-2
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ SET(ENV{LC_ALL} "C")
1010
# Project properties
1111
PROJECT(gimagereader)
1212
SET(PACKAGE_NAME gImageReader)
13-
SET(PACKAGE_VERSION 3.4.1)
13+
SET(PACKAGE_VERSION 3.4.2)
1414
SET(PACKAGE_LOCALE_DIR "${CMAKE_INSTALL_PREFIX}/share/locale")
1515

1616

LATEST

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
3.3.1
1+
3.4.2

NEWS

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,16 @@
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+
114
gImageReader 3.4.1 (Jan 29 2023):
215
* Bugfixes:
316
- Fix warning about text in pdf incorrectly shown even if PDF has no text

0 commit comments

Comments
 (0)