Skip to content

Releases: socsieng/sendkeys

sendkeys v1.3.0

04 Jan 09:20
3babb87
Compare
Choose a tag to compare

Features

  • add option to listen to mouse clicks (d1d129f)

Documentation

  • use expanded argument names in examples (f4839a3)

sendkeys v1.2.0

03 Jan 01:15
2109f30
Compare
Choose a tag to compare

Features

  • defer accesibility check to execution of the command (670d091)

sendkeys v1.1.1

02 Jan 11:55
1ce7da6
Compare
Choose a tag to compare

Bug Fixes

  • address modifier key issue on key up (0bfa58a)
  • double key entry issue (26ad67e)

sendkeys v1.1.0

02 Jan 00:15
9b6228f
Compare
Choose a tag to compare

Features

  • add support for key down and up commands (2c5cefb)
  • add support for mouse clicks with modifier keys (1654fd7)
  • add support for mouse drag with modifier keys (32964a7)
  • add support for mouse move with modifier keys (7f4c891)
  • add support for mouse scroll with modifier keys (27afc5b)

Bug Fixes

  • add event source attribution to related events (d443fdf)
  • make right click work consistently across applications (464a401)
  • use click count when triggering mouse click (f824a98)

Documentation

  • add example of mouse move command (2470c7b)
  • modifier keys: add documentation for mouse modifier keys (7c5e9d9)

sendkeys v1.0.0

31 Dec 23:42
096a714
Compare
Choose a tag to compare

Features

Bug Fixes

  • read file relative to current directory (49e1253)

Miscellaneous

  • append newline when raising a fatal error (b33f495)

sendkeys v0.5.0

31 Dec 19:56
6d4a847
Compare
Choose a tag to compare

Features

  • add support for scrolling (b438e00)

sendkeys v0.4.0

31 Dec 09:10
2861bf9
Compare
Choose a tag to compare

Features

  • add check to see if accessibility permissions have been enabled (409e0fb)
  • add sub command to display the current mouse position (507f8b8)
  • add wait option for mouse-position (2c0aa8f)

Bug Fixes

  • display help when no commands supplied (c3175ba)
  • only perform accessibility check if stdin is tty (6043a78)

Documentation

  • add documentation on how to use mouse-position command (42e9955)

sendkeys v0.3.0

31 Dec 02:10
e4843fb
Compare
Choose a tag to compare

⚠ BREAKING CHANGES

  • update build step to update homebrew formula

build

  • update build step to update homebrew formula (5fd8722)

sendkeys v0.2.4

31 Dec 01:58
df089b4
Compare
Choose a tag to compare

Documentation

  • add brew install instructions (95023b1)

sendkeys v0.2.3

31 Dec 00:32
f12e8b9
Compare
Choose a tag to compare

Bug Fixes

  • update bottle name to work with brew (259c140)