xdotool 2.20100601 release
Posted Tue, 01 Jun 2010
Thanks to some early testing and feedback from the previous xdotool release,
I've put together a new release that fixes a few minor problems.
Download: xdotool-2.20100601.2912.tar.gz
As usual, if you find problems or have feature requests, please file bugs or send an email to the list.
Changelist since previous announcement:
2.20100601.*:
- Add --sync and --clearmodifiers support to mousemove_relative
- Fix bug in mousemove_relative --polar (Reported by Paul S via mailing list)
- Change polar coordinates to be 'north'-oriented (0 is up, 90 is right...)
(Requested by Paul S via mailing list)
- Changed xdotool search flags. '--title' now means '--name' to match the
window name (shown in the window manager title bar for the window).
Related: http://code.google.com/p/semicomplete/issues/detail?id=33
--title still works, but you will get a warning about deprecation.
- Walked through all commands and tried to make sure the manpage reflects
reality and has more detail where needed.
2.20100525.*:
- Skip certain tests when the requirements aren't met (ie; no such window manager, etc)
Reported by Daniel Kahn Gillmor.