File tree Expand file tree Collapse file tree 2 files changed +13
-3
lines changed
Expand file tree Collapse file tree 2 files changed +13
-3
lines changed Original file line number Diff line number Diff line change 1+ 3.1.0 / 2025-11-05
2+ ===================
3+ * Better border color for selection rectangle on X11.
4+ * Fixed saving when filename or date format is empty in Options.
5+ * Fixed building with Qt 6.10.
6+ * Fixed calling of external editors with some apps (especially Flatpak apps).
7+ * Added items to Type combo inside the code to circumvent a Qt problem in its translations.
8+ * Removed HTML doc.
9+ * Better handling of pointer deletion.
10+
1113.0.0 / 2025-05-17
212===================
313 * Added support for Wayland compositors that use "wlr screencopy protocol".
Original file line number Diff line number Diff line change @@ -17,8 +17,8 @@ option(UPDATE_TRANSLATIONS "Update source translation translations/*.ts files" O
1717set (KF6_MINIMUM_VERSION "6.0.0" )
1818set (QT_MINIMUM_VERSION "6.6.0" )
1919set (SHELLQT_MINIMUM_VERSION "6.0.0" )
20- set (QTXDG_MINIMUM_VERSION "4.2 .0" )
21- set (LXQTBT_MINIMUM_VERSION "2.2 .0" )
20+ set (QTXDG_MINIMUM_VERSION "4.3 .0" )
21+ set (LXQTBT_MINIMUM_VERSION "2.3 .0" )
2222
2323find_package (Qt6Network ${QT_MINIMUM_VERSION} REQUIRED)
2424find_package (Qt6Widgets ${QT_MINIMUM_VERSION} REQUIRED)
@@ -52,7 +52,7 @@ set(CMAKE_AUTOMOC ON)
5252set (CMAKE_AUTOUIC ON )
5353set (CMAKE_INCLUDE_CURRENT_DIR ON )
5454
55- set (SCREENGRAB_VERSION "3.0 .0" )
55+ set (SCREENGRAB_VERSION "3.1 .0" )
5656
5757if (DEV_VERSION)
5858 set (VERSION "${SCREENGRAB_VERSION} -dev (${DEV_VERSION} )" )
You can’t perform that action at this time.
0 commit comments