Skip to content

Commit 53d3d34

Browse files
committed
Version bump
1 parent 6c1db90 commit 53d3d34

File tree

3 files changed

+8
-3
lines changed

3 files changed

+8
-3
lines changed

CHANGELIST

+5
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,11 @@ KNOWN ISSUES:
99
Unfortunately, there seem to be no common and stable way to do what
1010
xdotool does *on* Wayland, so xdotool does not work correctly under Wayland.
1111

12+
3.20210903.1
13+
- Revert XWayland detection. Some parts of xdotool do not work under XWayland. However,
14+
many features *do* work on XWayland, and rejecting XWayland caused problems for several
15+
folks who were otherwise happily using xdotool under Wayland/XWayland. (#346, #355)
16+
1217
3.20210804.1
1318
- xdotool and libxdo will now reject if it is running under Wayland/XWayland.
1419
If XWayland is detected, the program will fail. This is because XWayland

VERSION

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
MAJOR="3"
2-
RELEASE="20210804"
3-
REVISION="2"
2+
RELEASE="20210903"
3+
REVISION="1"

xdo_version.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
#ifndef _VERSION_H_
22
#define _VERSION_H_
3-
static const char *XDO_VERSION = "3.20210804.2";
3+
static const char *XDO_VERSION = "3.20210903.1";
44
#endif /* ifndef _VERSION_H */

0 commit comments

Comments
 (0)