Skip to content

Commit 5177fd3

Browse files
authored
Pre-release changes (#449)
* Pre-release changes * Fixed a typo
1 parent 494bbf1 commit 5177fd3

File tree

2 files changed

+13
-3
lines changed

2 files changed

+13
-3
lines changed

CHANGELOG

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
3.1.0 / 2025-11-05
2+
===================
3+
* Better border color for selection rectangle on X11.
4+
* Fixed saving when filename or date format is empty in Options.
5+
* Fixed building with Qt 6.10.
6+
* Fixed calling of external editors with some apps (especially Flatpak apps).
7+
* Added items to Type combo inside the code to circumvent a Qt problem in its translations.
8+
* Removed HTML doc.
9+
* Better handling of pointer deletion.
10+
111
3.0.0 / 2025-05-17
212
===================
313
* Added support for Wayland compositors that use "wlr screencopy protocol".

CMakeLists.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@ option(UPDATE_TRANSLATIONS "Update source translation translations/*.ts files" O
1717
set(KF6_MINIMUM_VERSION "6.0.0")
1818
set(QT_MINIMUM_VERSION "6.6.0")
1919
set(SHELLQT_MINIMUM_VERSION "6.0.0")
20-
set(QTXDG_MINIMUM_VERSION "4.2.0")
21-
set(LXQTBT_MINIMUM_VERSION "2.2.0")
20+
set(QTXDG_MINIMUM_VERSION "4.3.0")
21+
set(LXQTBT_MINIMUM_VERSION "2.3.0")
2222

2323
find_package(Qt6Network ${QT_MINIMUM_VERSION} REQUIRED)
2424
find_package(Qt6Widgets ${QT_MINIMUM_VERSION} REQUIRED)
@@ -52,7 +52,7 @@ set(CMAKE_AUTOMOC ON)
5252
set(CMAKE_AUTOUIC ON)
5353
set(CMAKE_INCLUDE_CURRENT_DIR ON)
5454

55-
set(SCREENGRAB_VERSION "3.0.0")
55+
set(SCREENGRAB_VERSION "3.1.0")
5656

5757
if (DEV_VERSION)
5858
set(VERSION "${SCREENGRAB_VERSION}-dev (${DEV_VERSION})")

0 commit comments

Comments
 (0)