Skip to content

Releases: octalmage/robotjs

v0.6.0

08 Dec 23:37
Compare
Choose a tag to compare

v0.5.1

03 Mar 22:34
Compare
Choose a tag to compare
  • 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
Choose a tag to compare
  • 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

27 Feb 07:16
Compare
Choose a tag to compare
Change to prebuild command.

v0.4.7

26 Mar 21:56
06dedb4
Compare
Choose a tag to compare
  • Use prebuild-install instead of prebuild for installing prebuilt binaries.

v0.4.6

26 Mar 20:43
d935e41
Compare
Choose a tag to compare
  • 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
dfd7e60
Compare
Choose a tag to compare
  • 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

01 Jun 00:45
483b46d
Compare
Choose a tag to compare
  • Add support for right shift. #205

v0.4.3

30 May 16:58
3e5f02b
Compare
Choose a tag to compare
  • 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!

v0.4.2

08 May 21:11
Compare
Choose a tag to compare
  • Added insert key. #185
  • Updated to nan 2.2.1 to support Node.js v6. 54c65c3
  • Use prebuild for installing binaries. #187

Special thanks to @chaosprinz!