Releases: octalmage/robotjs
Releases · octalmage/robotjs
Release list
v0.7.1
- fix: Add MMBitmap buffer-cleanup callback used by Windows screen capture. (92504c3)
- fix: Correct scroll directions on Windows. (7e57d6d)
- fix: Send a complete Unicode key press so repeated characters do not get dropped. (31332c5)
- fix: Use sRGB color space for screen capture. (17db161)
- fix: Keep UTF-8 strings alive. (1c7ece7), closes #789
v0.7.0
- 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
v0.5.1
v0.5.0
- Support Unicode Characters for .typeString(). #276
- Fix Windows scrolling bug. #361
- Fix createStringForKey failure on Mac OS for non-Latin languages. #294
Special thanks to @MariaDima, @dimatter, @noonat, @hristoterezov, @ezefranca, @aj-ptw, @harrysarson, and @zz85.