Skip to content

Commit 5207689

Browse files
authored
Pre-release changes (#313)
1 parent f02eaf2 commit 5207689

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.5.0 / 2022-11-05
2+
==================
3+
* Fixed the screenshot of window and its decoration with multi-screen setups.
4+
* Removed shared libraries.
5+
16
2.4.0 / 2022-04-15
27
==================
38
* Updated `README.md` and added a screenshot.

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(KF5_MINIMUM_VERSION "5.36.0")
1919
set(QT_MINIMUM_VERSION "5.15.0")
20-
set(QTXDG_MINIMUM_VERSION "3.9.0")
20+
set(QTXDG_MINIMUM_VERSION "3.10.0")
2121

2222
find_package(Qt5LinguistTools ${QT_MINIMUM_VERSION} REQUIRED)
2323
find_package(Qt5Network ${QT_MINIMUM_VERSION} REQUIRED)
@@ -44,7 +44,7 @@ set(CMAKE_AUTOMOC ON)
4444
set(CMAKE_AUTOUIC ON)
4545
set(CMAKE_INCLUDE_CURRENT_DIR ON)
4646

47-
set(SCREENGRAB_VERSION "2.4.0")
47+
set(SCREENGRAB_VERSION "2.5.0")
4848

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

0 commit comments

Comments
 (0)