Skip to content

Commit

Permalink
Pre-release changes (#313)
Browse files Browse the repository at this point in the history
  • Loading branch information
tsujan authored Nov 5, 2022
1 parent f02eaf2 commit 5207689
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
2.5.0 / 2022-11-05
==================
* Fixed the screenshot of window and its decoration with multi-screen setups.
* Removed shared libraries.

2.4.0 / 2022-04-15
==================
* Updated `README.md` and added a screenshot.
Expand Down
4 changes: 2 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ option(UPDATE_TRANSLATIONS "Update source translation translations/*.ts files" O
# Minimum Versions
set(KF5_MINIMUM_VERSION "5.36.0")
set(QT_MINIMUM_VERSION "5.15.0")
set(QTXDG_MINIMUM_VERSION "3.9.0")
set(QTXDG_MINIMUM_VERSION "3.10.0")

find_package(Qt5LinguistTools ${QT_MINIMUM_VERSION} REQUIRED)
find_package(Qt5Network ${QT_MINIMUM_VERSION} REQUIRED)
Expand All @@ -44,7 +44,7 @@ set(CMAKE_AUTOMOC ON)
set(CMAKE_AUTOUIC ON)
set(CMAKE_INCLUDE_CURRENT_DIR ON)

set(SCREENGRAB_VERSION "2.4.0")
set(SCREENGRAB_VERSION "2.5.0")

if (DEV_VERSION)
set(VERSION "${SCREENGRAB_VERSION}-dev (${DEV_VERSION})")
Expand Down

0 comments on commit 5207689

Please sign in to comment.