Skip to content

Releases: octalmage/robotjs

v0.7.1

Choose a tag to compare

@octalmage octalmage released this 08 May 19:20
v0.7.1
2eaead5
  • 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

Choose a tag to compare

@octalmage octalmage released this 11 Mar 10:42
v0.7.0
dda5950
  • 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

Choose a tag to compare

@octalmage octalmage released this 08 Dec 23:37
0.6.0

v0.5.1

Choose a tag to compare

@octalmage octalmage released this 03 Mar 22:34
  • Waiting for event queue to be processed before returning from the methods. #363

Special thanks to @samuraijack.

v0.5.0

Choose a tag to compare

@octalmage octalmage released this 03 Mar 21:47
  • 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.

v0.4.8

Choose a tag to compare

@octalmage octalmage released this 27 Feb 07:16
Change to prebuild command.

v0.4.7

Choose a tag to compare

@octalmage octalmage released this 26 Mar 21:56
06dedb4
  • Use prebuild-install instead of prebuild for installing prebuilt binaries.

v0.4.6

Choose a tag to compare

@octalmage octalmage released this 26 Mar 20:43
d935e41
  • 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

Choose a tag to compare

@octalmage octalmage released this 16 Oct 20:25
dfd7e60
  • Add support for F13-F24. #214
  • Add a way to specify the X11 display in Linux. #206
  • Add typescript declaration file. #225
  • Fix screen capture for Mac. #242

Special thanks to @jub3i, @illegalprime, and @tristanlievens!

v0.4.4

Choose a tag to compare

@octalmage octalmage released this 01 Jun 00:45
483b46d
  • Add support for right shift. #205