File tree Expand file tree Collapse file tree 2 files changed +10
-4
lines changed Expand file tree Collapse file tree 2 files changed +10
-4
lines changed Original file line number Diff line number Diff line change
1
+ lximage-qt-2.1.0 / 2024-11-05
2
+ ==============================
3
+ * Corrected a misspelled mimetype in the desktop entry.
4
+ * Small fix to selecting the screenshot area.
5
+ * Cleaned up licenses.
6
+
1
7
lximage-qt-2.0.1 / 2024-05-04
2
8
==============================
3
9
* Fixed a crash on using annotations with Qt ≥ 6.7.
Original file line number Diff line number Diff line change @@ -9,12 +9,12 @@ project(lximage-qt)
9
9
include (GNUInstallDirs )
10
10
11
11
set (MAJOR_VERSION 2 )
12
- set (MINOR_VERSION 0 )
13
- set (PATCH_VERSION 1 )
12
+ set (MINOR_VERSION 1 )
13
+ set (PATCH_VERSION 0 )
14
14
set (LXIMAGE_VERSION ${MAJOR_VERSION} .${MINOR_VERSION}.${PATCH_VERSION} )
15
15
16
- set (LXQTBT_MINIMUM_VERSION "2.0 .0" )
17
- set (LIBFMQT_MINIMUM_VERSION "2.0 .0" )
16
+ set (LXQTBT_MINIMUM_VERSION "2.1 .0" )
17
+ set (LIBFMQT_MINIMUM_VERSION "2.1 .0" )
18
18
set (QT_MINIMUM_VERSION "6.6.0" )
19
19
20
20
You can’t perform that action at this time.
0 commit comments