File tree Expand file tree Collapse file tree 2 files changed +9
-1
lines changed Expand file tree Collapse file tree 2 files changed +9
-1
lines changed Original file line number Diff line number Diff line change
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
+
1
9
lximage-qt-2.1.0 / 2024-11-05
2
10
==============================
3
11
* Corrected a misspelled mimetype in the desktop entry.
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ include(GNUInstallDirs)
10
10
11
11
set (MAJOR_VERSION 2 )
12
12
set (MINOR_VERSION 1 )
13
- set (PATCH_VERSION 0 )
13
+ set (PATCH_VERSION 1 )
14
14
set (LXIMAGE_VERSION ${MAJOR_VERSION} .${MINOR_VERSION}.${PATCH_VERSION} )
15
15
16
16
set (LXQTBT_MINIMUM_VERSION "2.1.0" )
You can’t perform that action at this time.
0 commit comments