Skip to content

Commit cf87a18

Browse files
authored
Pre-release changes (#331)
1 parent 202e89d commit cf87a18

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

CHANGELOG

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
2.6.0 / 2023-04-15
2+
==================
3+
* Updated translations and bumped the version.
4+
15
2.5.0 / 2022-11-05
26
==================
37
* Fixed the screenshot of window and its decoration with multi-screen setups.

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.10.0")
20+
set(QTXDG_MINIMUM_VERSION "3.11.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.5.0")
47+
set(SCREENGRAB_VERSION "2.6.0")
4848

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

0 commit comments

Comments
 (0)