Releases: octalmage/robotjs
Releases · octalmage/robotjs
v0.7.0
11 Mar 10:42
Compare
Sorry, something went wrong.
No results found
build: Bump prebuild version and MACOSX_DEPLOYMENT_TARGET. (7bcd7ff )
Fix multi-monitor mouse coordinates and remove targetpractice (7aef129 ), closes #693
Don't wait for a response from X when typing a key (087ec35 )
Fixed scrollMouse() bug on windows (c10ffdd )
src/keycode: fix buffer overflow (274d03b )
Support typing of Unicode Characters (similar to keyTap) (94ed67c )
Support Unicode for typeString() in Windows. (3d7e7cf )
fix: scrolling on Windows (cb0da09 )
fix: improve y scrolling on Windows by send y-scrolling event first (a348c0e )
v0.6.0
08 Dec 23:37
Compare
Sorry, something went wrong.
No results found
v0.5.1
03 Mar 22:34
Compare
Sorry, something went wrong.
No results found
Waiting for event queue to be processed before returning from the methods. #363
Special thanks to @samuraijack .
v0.5.0
03 Mar 21:47
Compare
Sorry, something went wrong.
No results found
v0.4.8
27 Feb 07:16
Compare
Sorry, something went wrong.
No results found
Change to prebuild command.
v0.4.7
26 Mar 21:56
Compare
Sorry, something went wrong.
No results found
Use prebuild-install instead of prebuild for installing prebuilt binaries.
v0.4.6
26 Mar 20:43
Compare
Sorry, something went wrong.
No results found
Changed mouseScroll to use X and Y as direction (This is a breaking change). #194
Added "menu" key (Windows only). #257
Special thanks to @BHamrick1 , and @zenflow .
v0.4.5
16 Oct 20:25
Compare
Sorry, something went wrong.
No results found
v0.4.4
01 Jun 00:45
Compare
Sorry, something went wrong.
No results found
Add support for right shift. #205
v0.4.3
30 May 16:58
Compare
Sorry, something went wrong.
No results found
Migrate to SendInput from mouse_event on Windows. #181
Continuous integration for Mac. #199
Support for numpad keycodes 0-9. #200
Special thanks to @Deltatiger !