Skip to content

Releases: octalmage/robotjs

v0.4.1

17 Apr 21:32
Compare
Choose a tag to compare
  • Fix Mac multimedia keycode conflict. #180

v0.4.0

17 Apr 18:01
Compare
Choose a tag to compare
  • Implemented screen capture #152
  • moveMouse now supports games on Mac. #177
  • Added typeStringDelayed. #149
  • Fix for mouseScroll on Windows. #163
  • Support for sending keys through RDP on Windows. #151
  • Extended keys now available when using RDP. #162
  • Multimedia keys now work on Mac. #171
  • Way more tests! #155

This is a huge update and it drops official support for Node.js 0.8.* and Windows XP. Maintaining support for these was holding us back, it's time to let them go.

Special thanks to @Deltatiger, @mgmartel, @verth, @standayweb and @gurel!

v0.3.7

29 Dec 10:05
Compare
Choose a tag to compare
  • keyTap and keyToggle now support special multimedia codes! #106
  • Fixed F9 key on Windows. #142

Special thanks @vshymanskyy and @ligustah!

v0.3.6

14 Dec 01:03
Compare
Choose a tag to compare
  • keyTap and keyToggle now support an array of keys! #130

Special thanks @noonat!

v0.3.5

07 Dec 17:20
Compare
Choose a tag to compare
  • Added dragMouse function! #133
  • Fixed unused variable warning for Mac and Linux. #136

Special thanks to @noonat!

v0.3.4

22 Nov 01:47
Compare
Choose a tag to compare
  • Fixed an issue with typeString under Windows. #110
  • Passing constant instead of zero for mouse button on moveMouse. #129

Special thanks to @ashleydavis, and @noonat!

v0.3.3

02 Nov 16:37
Compare
Choose a tag to compare
  • Improved OS X El Capitan support for newer versions of Node.js. #124

Special thanks to @Qix- @RainmanNoodles and @SimulatedGREG.

v0.3.2

28 Oct 01:31
Compare
Choose a tag to compare
  • Fixed moveMouse accuracy on Windows. #77
  • Include nan dynamically to support npm v3. #116
  • Automated Windows testing with AppVeyor. #105

Special thanks to @Lexikos(AutoHotkey).

v0.3.1

12 Oct 16:12
Compare
Choose a tag to compare
  • Fixed mouseToggle bug. #99
  • keyToggle now supports "up" or "down" instead of 1 or 0 for the second argument . #102
    • This change breaks backwards compatibility.
  • New RobotJS logo! 634259e

RobotJS logo

Special thanks to @Zeukkari.

v0.3.0

04 Oct 13:13
Compare
Choose a tag to compare
  • RobotJS updated to support Node.js v4 and io.js v3. #87
  • Added scrollMouse. #50
    • Windows code currently commented out. See #97.

Special thanks to @abhishekgarg120 and @Deltatiger.