Skip to content

Commit d00dd58

Browse files
authored
Prerelease changes (#300)
1 parent b7080c8 commit d00dd58

File tree

2 files changed

+10
-2
lines changed

2 files changed

+10
-2
lines changed

CHANGELOG

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
2.4.0 / 2022-04-15
2+
==================
3+
* Updated `README.md` and added a screenshot.
4+
* Added `screengrab.metainfo.xml`.
5+
* Used an SVG icon instead of the blurry PNG icon.
6+
* Removed global shortcuts (they weren't used anywhere).
7+
* Fixed several problems in calling external editors or default app.
8+
19
2.3.0 / 2021-11-04
210
==================
311
* Bumped minimum required Qt version to 5.15.

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.8.0")
20+
set(QTXDG_MINIMUM_VERSION "3.9.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.3.0")
47+
set(SCREENGRAB_VERSION "2.4.0")
4848

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

0 commit comments

Comments
 (0)