Skip to content

Commit 8164317

Browse files
authored
Pre-release changes (#255)
1 parent 85b5835 commit 8164317

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.2.0 / 2021-04-15
2+
==================
3+
* Dropped deprecated QLatin1Literal.
4+
* Dropped obsolete trUtf8.
5+
16
2.1.0 / 2020-11-01
27
==================
38
* Fixed screen area and window modes with scale factors > 1.

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.12.0")
20-
set(QTXDG_MINIMUM_VERSION "3.6.0")
20+
set(QTXDG_MINIMUM_VERSION "3.7.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.1.0")
47+
set(SCREENGRAB_VERSION "2.2.0")
4848

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

0 commit comments

Comments
 (0)