Skip to content

Commit df686f7

Browse files
authored
Pre-release changes (#700)
1 parent b0acdd3 commit df686f7

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGELOG

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
lximage-qt-2.1.1 / 2025-01-29
2+
==============================
3+
* Don't set a limit for image size (Qt6 had set an allocation limit of 256 MiB).
4+
* Fixed invalid `nullptr` parameter in `QObject::connect` (and so, silenced a warning).
5+
* Fixed a small miscalculation in selection screenshot.
6+
* Ensure the current thumbnail is in the visible part of the thumbnail bar.
7+
* Fixed a problem in rectangular annotations.
8+
19
lximage-qt-2.1.0 / 2024-11-05
210
==============================
311
* Corrected a misspelled mimetype in the desktop entry.

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ include(GNUInstallDirs)
1010

1111
set(MAJOR_VERSION 2)
1212
set(MINOR_VERSION 1)
13-
set(PATCH_VERSION 0)
13+
set(PATCH_VERSION 1)
1414
set(LXIMAGE_VERSION ${MAJOR_VERSION}.${MINOR_VERSION}.${PATCH_VERSION})
1515

1616
set(LXQTBT_MINIMUM_VERSION "2.1.0")

0 commit comments

Comments
 (0)