Commit 53d3d34 1 parent 6c1db90 commit 53d3d34 Copy full SHA for 53d3d34
File tree 3 files changed +8
-3
lines changed
3 files changed +8
-3
lines changed Original file line number Diff line number Diff line change @@ -9,6 +9,11 @@ KNOWN ISSUES:
9
9
Unfortunately, there seem to be no common and stable way to do what
10
10
xdotool does *on* Wayland, so xdotool does not work correctly under Wayland.
11
11
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
+
12
17
3.20210804.1
13
18
- xdotool and libxdo will now reject if it is running under Wayland/XWayland.
14
19
If XWayland is detected, the program will fail. This is because XWayland
Original file line number Diff line number Diff line change 1
1
MAJOR="3"
2
- RELEASE="20210804 "
3
- REVISION="2 "
2
+ RELEASE="20210903 "
3
+ REVISION="1 "
Original file line number Diff line number Diff line change 1
1
#ifndef _VERSION_H_
2
2
#define _VERSION_H_
3
- static const char * XDO_VERSION = "3.20210804.2 " ;
3
+ static const char * XDO_VERSION = "3.20210903.1 " ;
4
4
#endif /* ifndef _VERSION_H */
You can’t perform that action at this time.
0 commit comments