Skip to content

Commit e7643a5

Browse files
authored
Pre-release changes (#396)
1 parent ae71c91 commit e7643a5

File tree

2 files changed

+11
-2
lines changed

2 files changed

+11
-2
lines changed

CHANGELOG

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
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+
110
2.9.0 / 2024-11-05
211
==================
312
* Properly initialized and destroyed shortcuts settings.

CMakeLists.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ option(UPDATE_TRANSLATIONS "Update source translation translations/*.ts files" O
1717
# Minimum Versions
1818
set(KF6_MINIMUM_VERSION "6.0.0")
1919
set(QT_MINIMUM_VERSION "6.6.0")
20-
set(QTXDG_MINIMUM_VERSION "4.1.0")
20+
set(QTXDG_MINIMUM_VERSION "4.2.0")
2121

2222
find_package(Qt6Network ${QT_MINIMUM_VERSION} REQUIRED)
2323
find_package(Qt6Widgets ${QT_MINIMUM_VERSION} REQUIRED)
@@ -43,7 +43,7 @@ set(CMAKE_AUTOMOC ON)
4343
set(CMAKE_AUTOUIC ON)
4444
set(CMAKE_INCLUDE_CURRENT_DIR ON)
4545

46-
set(SCREENGRAB_VERSION "2.9.0")
46+
set(SCREENGRAB_VERSION "2.10.0")
4747

4848
if (DEV_VERSION)
4949
set(VERSION "${SCREENGRAB_VERSION}-dev (${DEV_VERSION})")

0 commit comments

Comments
 (0)