Skip to content

Commit 9bdc2e6

Browse files
authored
Pre-release changes (#418)
* Pre-release changes * Corrected a typo
1 parent 671df13 commit 9bdc2e6

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

CHANGELOG

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
3.0.0 / 2025-05-17
2+
===================
3+
* Added support for Wayland compositors that use "wlr screencopy protocol".
4+
* Added a command-line option for saving screenshot and exiting without showing window.
5+
* Show the window on the screen with cursor under X11.
6+
* Fixed 2 old X11 bugs in auto-saving and `--minimized` command-line option.
7+
* Use LXQt build tools for compilation.
8+
* GUI cleanup.
9+
110
2.10.0 / 2025-04-17
211
===================
312
* Made copying/saving notifications optional.

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ set(CMAKE_AUTOMOC ON)
4747
set(CMAKE_AUTOUIC ON)
4848
set(CMAKE_INCLUDE_CURRENT_DIR ON)
4949

50-
set(SCREENGRAB_VERSION "2.10.0")
50+
set(SCREENGRAB_VERSION "3.0.0")
5151

5252
if (DEV_VERSION)
5353
set(VERSION "${SCREENGRAB_VERSION}-dev (${DEV_VERSION})")

0 commit comments

Comments
 (0)