All Versions
34
Latest Version
Avg Release Cycle
69 days
Latest Release
1606 days ago

Changelog History
Page 3

  • v0.2.4 Changes

    August 28, 2015
    • 0.2.4 (94bdb16)
    • Define MMMouseWheelDirection for Mac. (1725c10)
    • Implemented scrollMouse for Mac. (ded851c)
    • Indent the description. (630822c)
    • ๐Ÿง Linux scrollMouse implementation. (0403623)
    • ๐Ÿ”ง Make global delays configurable. #14 (dc52bc2), closes #14
    • ๐Ÿง MMMouseWheelDirection for Linux. (58ff736)
    • Needed for abs(); (13a5e15)
    • ๐Ÿ— Show build status for master branch. (ce6274f)
    • ๐Ÿ‘‰ Use global delays for mouse and keyboard functions. (3cbfc50)
  • v0.2.3 Changes

    August 05, 2015
    • 0.2.3 (b6326bc)
    • โž• Added detailed install instructions. (2e9fc20)
    • โž• Added doubleClick function. (f1afaab)
    • ๐Ÿ‘ Better example titles. (5711f7b)
    • ๐Ÿ›  Fixed mouseClick bug on Windows. (291890c)
    • ๐Ÿ‘ io.js v3 is not supported. (efb0fd7)
    • โœ‚ Removed the Windows specific double click. (d2e33e1)
    • Sleep for 200 milliseconds instead of 500. (6e56e16)
    • โšก๏ธ Updated mouseClick to support double clicks. (b5db4cb)
  • v0.2.2 Changes

    August 01, 2015
    • 0.2.2 (ec1fd14)
    • โž• Add spaces around assignment operator. (c1e62de)
    • โž• Added whitespace (4159921)
    • ๐Ÿ”„ Change "specially" to "especially" (bc1c330)
    • ๐Ÿ”„ Changed readme wording. (c2f49a7)
    • ๐Ÿ›  Fix for #15 (e7983b7), closes #15
    • ๐Ÿ›  Fixed minor typo (673ea16)
    • MouseScroll feature addition (4052946)
    • Something like this :cheers: (c632f78)
    • โšก๏ธ Update README.md (38ec22c)
    • โšก๏ธ Update README.md (34421b4)
    • โšก๏ธ Update README.md (2f67943)
    • โšก๏ธ Update README.md (1f2dd31)
    • โšก๏ธ Update robotjs.cc (fb4198c)
  • v0.2.1 Changes

    July 26, 2015
    • 0.2.1 (b0dc3bc)
    • Confirm that the mouse is in the correct location. (8081dd1)
    • ๐Ÿšš Move the mouse in the moveMouse test. (cf93363)
    • Sleep after mouse events. #14 (939518a), closes #14
    • โœ… Test moving the mouse. (3043db2)
  • v0.2.0 Changes

    July 25, 2015
    • 0.2.0 (cac32ba)
    • โž• Add Windows support. (bcc8164)
    • โž• Added link to list of projects. (491f675)
    • ๐Ÿ›  Fixed formatting. (7222506)
    • getPixelColor bug fix. (20c9a19)
    • ๐Ÿ–จ Include the portable snprintf. (fc4016d)
    • Line up arguments. (056b6b1)
    • ๐Ÿ–จ Make the portable snprintf C++ compatible. (5e1dadf)
    • No ms_stdint.h. (12c1ff7)
    • โœ‚ Remove sponsor line. (547aa0c)
    • RobotJS is now cross platform! (6561826)
    • โœ… Run the screen tests. (64e9e4a)
    • โœ… Tests for getPixelColor and getScreenSize. (790c3c6)
    • These throw errors, need to come back to this. (5bc2eb2)
    • Typecast from int to double. (8730e94)
    • โš  Unnecessary and causes warnings. (25c3b84)
    • ๐Ÿ’… Updated to match code style. (1208cf8)
    • ๐Ÿ‘‰ Use cross platform microsleep instead of mssleep. (a511724)
  • v0.1.4 Changes

    July 19, 2015
    • 0.1.4 (c982f0a)
    • โž• Added space to keycode list. (523cf3b)
    • โž• Added space to keyTap and keyToggle. (589ca78)
    • Corrected spacebar keycode. (e935825)
    • ๐Ÿ›  Fixed buffer overflow. Closes #19. (1da780f), closes #19
    • โšก๏ธ Updating description. (e2541ef)
  • v0.1.3 Changes

    July 18, 2015
    • 0.1.3 (71dceb0)
    • โž• add framework to accept modifiers on keys. set up keytoggle. (527f9d9)
    • โž• Added "maintained by" line. (fcd4c98)
    • โž• Added missing periods. (431abe5)
    • โž• Added note about a sponsor. (10a171e)
    • โž• Added space before License header. (eb64d14)
    • ๐Ÿ”„ Changed wording to hint that Linux is supported. (cd38d0e)
    • ๐Ÿ›  Fixed code style. (36c5297)
    • ๐Ÿ›  Fixed style of keyToggle. (0ba1797)
    • ๐Ÿ›  fixed typo (2a42cc3)
    • ๐Ÿ›  Fixed typo (c2f6ee0)
    • ๐Ÿ›  fixes keyTap not releasing. allows for multiple keypresses or keytaps in a row by adding sleep funct (47ff4a2)
    • get keytap working for cmd-tab, started on keytoggle (ebd2bb4)
    • More spaces to tabs. (d3f03d0)
    • โœ‚ removed wiki link (8c221d9)
    • Spaces to tabs. (72a4e94)
    • Switched to tab. (16cfd6c)
    • โšก๏ธ Update README.md (b9c57a4)
    • โšก๏ธ Updated readme with new description. (41b762c)
    • โšก๏ธ Updating progress chart for keyboard. (6e89410)
  • v0.1.2 Changes

    April 26, 2015
    • 0.1.2 (82df310)
    • ๐Ÿ”ง A travis configuration that I reckon will work (including xvfb) (9246dac)
    • โž• Add required apt packages (779d238)
    • โž• Add xdisplay to the compilation list for linux (36d1951)
    • โž• Added build status. (30f753d)
    • โž• Added compiler warnings as per autopy (b04a3bf)
    • โž• Added getScreenSize, closes #25. (d94ca48), closes #25
    • โž• Added link to wiki. (7ad2129)
    • โž• Added linux link settings (7e705e2)
    • โž• Added Tab key to keyTap (d1e7b01)
    • MIT bitches. (f415f54)
    • pandering to my OCD - sorry :/ (099a21d)
    • ๐Ÿ‘€ Reformat to use single quotes as that seems to be the standard for gyp (b70a67c)
    • shadow too noisy when working with V8 (4cdeb86)
    • โœ… Some basic tests to get the ball rolling (86714bf)
    • This was suppose to be MIT. (aca285b)
    • โšก๏ธ Updated progress chart. (1da2e14)
    • โœ… Use tape for testing (4f4b043)
  • v0.1.1 Changes

    February 06, 2015
    • โž• Added additional keys for keyTap. (1895133)
    • ๐Ÿ›  Fixed extern location. (581cbdc)
    • โšก๏ธ Updated keyTap example. (7d056e8)
    • โšก๏ธ Updated keyTap for correct use. Closes #3. (ec8adb9), closes #3
    • โšก๏ธ Updated to version 0.1.1. (764dd11)
  • v0.1.0 Changes

    February 04, 2015
    • โž• Add periods to all errors. (b11648a)
    • โž• Added mouseToggle, closes #8. (3f4918b), closes #8
    • โž• Added right/middle click support, closes #6. (2fc100a), closes #6
    • ๐Ÿ”„ Changed button variable name. (6113ec5)
    • Uniform syntax. (ca191c1)
    • ๐Ÿ”– Version 0.1.0. (245a862)