Skip to content

Commit 8b9c9fb

Browse files
committed
Set version to 3.4.3
1 parent b130d56 commit 8b9c9fb

2 files changed

Lines changed: 13 additions & 1 deletion

File tree

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 C CXX)
1212
SET(PACKAGE_NAME gImageReader)
13-
SET(PACKAGE_VERSION 3.4.2)
13+
SET(PACKAGE_VERSION 3.4.3)
1414
SET(PACKAGE_LOCALE_DIR "${CMAKE_INSTALL_PREFIX}/share/locale")
1515

1616

NEWS

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
gImageReader 3.4.3 (Aug 04 2025):
2+
* Bugfixes
3+
- Fix incorrect dictionary mapping for latin
4+
- Gracefully catch PoDoFo exceptions when printing document
5+
- [Qt] Fix control modifier causing page blank during mouse select
6+
- [Qt] Fix crash when adding new line to HOCR tree
7+
* Enhancements:
8+
- Add support for PoDoF 1.0.x
9+
- Switch windows builds to qt6
10+
* Updated translations
11+
* See https://github.com/manisandro/gImageReader/compare/v3.4.2...v3.4.3 for details
12+
113
gImageReader 3.4.2 (Feb 05 2024):
214
* Bugfixes:
315
- [Qt] Fix crash in FileTreeModel::findFile with temporary file

0 commit comments

Comments
 (0)