Releases: octalmage/robotjs
Releases · octalmage/robotjs
v0.5.1
- Waiting for event queue to be processed before returning from the methods. #363
Special thanks to @samuraijack.
v0.4.8
Change to prebuild command.
v0.4.7
- Use prebuild-install instead of prebuild for installing prebuilt binaries.
v0.4.6
- 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.4
- Add support for right shift. #205
v0.4.3
- 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
- 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!