File tree Expand file tree Collapse file tree 2 files changed +10
-1
lines changed Expand file tree Collapse file tree 2 files changed +10
-1
lines changed Original file line number Diff line number Diff line change
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
+
1
10
2.10.0 / 2025-04-17
2
11
===================
3
12
* Made copying/saving notifications optional.
Original file line number Diff line number Diff line change @@ -47,7 +47,7 @@ set(CMAKE_AUTOMOC ON)
47
47
set (CMAKE_AUTOUIC ON )
48
48
set (CMAKE_INCLUDE_CURRENT_DIR ON )
49
49
50
- set (SCREENGRAB_VERSION "2.10 .0" )
50
+ set (SCREENGRAB_VERSION "3.0 .0" )
51
51
52
52
if (DEV_VERSION )
53
53
set (VERSION "${SCREENGRAB_VERSION} -dev (${DEV_VERSION} )" )
You can’t perform that action at this time.
0 commit comments