File tree Expand file tree Collapse file tree 2 files changed +11
-2
lines changed
Expand file tree Collapse file tree 2 files changed +11
-2
lines changed Original file line number Diff line number Diff line change 1+ 2.10.0 / 2025-04-17
2+ ===================
3+ * Made copying/saving notifications optional.
4+ * Corrected the organization domain.
5+ * Call `setDesktopFileName()` to set proper app-id on wayland.
6+ * Don't allocate useless resources in single instance mode.
7+ * Fixed handling of shared memory.
8+ * Fixed FTBFS due to `cmake_minimum_required`.
9+
1102.9.0 / 2024-11-05
211==================
312 * Properly initialized and destroyed shortcuts settings.
Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ option(UPDATE_TRANSLATIONS "Update source translation translations/*.ts files" O
1717# Minimum Versions
1818set (KF6_MINIMUM_VERSION "6.0.0" )
1919set (QT_MINIMUM_VERSION "6.6.0" )
20- set (QTXDG_MINIMUM_VERSION "4.1 .0" )
20+ set (QTXDG_MINIMUM_VERSION "4.2 .0" )
2121
2222find_package (Qt6Network ${QT_MINIMUM_VERSION} REQUIRED)
2323find_package (Qt6Widgets ${QT_MINIMUM_VERSION} REQUIRED)
@@ -43,7 +43,7 @@ set(CMAKE_AUTOMOC ON)
4343set (CMAKE_AUTOUIC ON )
4444set (CMAKE_INCLUDE_CURRENT_DIR ON )
4545
46- set (SCREENGRAB_VERSION "2.9 .0" )
46+ set (SCREENGRAB_VERSION "2.10 .0" )
4747
4848if (DEV_VERSION)
4949 set (VERSION "${SCREENGRAB_VERSION} -dev (${DEV_VERSION} )" )
You can’t perform that action at this time.
0 commit comments