Skip to content

Commit

Permalink
Set version to 3.4.2
Browse files Browse the repository at this point in the history
  • Loading branch information
manisandro committed Feb 5, 2024
1 parent 1daebd1 commit 6249109
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 2 deletions.
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.1)
SET(PACKAGE_VERSION 3.4.2)
SET(PACKAGE_LOCALE_DIR "${CMAKE_INSTALL_PREFIX}/share/locale")


Expand Down
2 changes: 1 addition & 1 deletion LATEST
Original file line number Diff line number Diff line change
@@ -1 +1 @@
3.3.1
3.4.2
13 changes: 13 additions & 0 deletions NEWS
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
gImageReader 3.4.2 (Feb 05 2024):
* Bufgixes:
- [Qt] Fix crash in FileTreeModel::findFile with temporary file
- [Gtk] Correctly notify hOCR tree updates when merging items
- [Win32] Fix dictionary installation directory
- Quote x_font property in hOCR documents
- Assorted Wayland fixes
* Enhancements:
- Add support for PoDoFo 0.10.x
- Apply brightness/contrast/resolution/invert to all selected images
* Updated translations
* See https://github.com/manisandro/gImageReader/compare/v3.4.1...v3.4.2 for details

gImageReader 3.4.1 (Jan 29 2023):
* Bugfixes:
- Fix warning about text in pdf incorrectly shown even if PDF has no text
Expand Down

0 comments on commit 6249109

Please sign in to comment.