Skip to content

Commit 0d45bda

Browse files
authored
Pre-release changes (#379)
1 parent 17ab142 commit 0d45bda

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

CHANGELOG

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
2.9.0 / 2024-11-05
2+
==================
3+
* Properly initialized and destroyed shortcuts settings.
4+
* Fixed a memory leak in a pointer `QList`.
5+
16
2.8.0 / 2024-04-17
27
==================
38
* Ported to Qt6.

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.0.0")
20+
set(QTXDG_MINIMUM_VERSION "4.1.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.8.0")
46+
set(SCREENGRAB_VERSION "2.9.0")
4747

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

0 commit comments

Comments
 (0)