Skip to content

Releases: socsieng/sendkeys

v4.0.4

07 Oct 13:10
Compare
Choose a tag to compare

4.0.4 (2023-10-07)

Bug Fixes

  • build: add cache busting parameter (c2a4f59)

v4.0.3

07 Oct 12:48
Compare
Choose a tag to compare

4.0.3 (2023-10-07)

Bug Fixes

  • build: ignore errors if archive does not exist (7f2fc4b)

v4.0.2

07 Oct 12:38
Compare
Choose a tag to compare

4.0.2 (2023-10-07)

Bug Fixes

  • build: clean up archives before bottling (408db73)

v4.0.1

07 Oct 12:31
Compare
Choose a tag to compare

4.0.1 (2023-10-07)

Bug Fixes

  • build: clean up archives after bottling (1ef78ed)

v4.0.0

07 Oct 01:53
Compare
Choose a tag to compare

4.0.0 (2023-10-07)

⚠ BREAKING CHANGES

  • fix handling of key strokes to use shift key when appropriate

Bug Fixes

  • fix handling of key strokes to use shift key when appropriate (beb535b), closes #62
  • fix issue with unspecified application name (440153d)

v3.0.2

06 Oct 03:20
Compare
Choose a tag to compare

3.0.2 (2023-10-06)

Bug Fixes

  • introduce a small delay to allow commands to be processed before terminating (9ffc2b2), closes #60

v3.0.1

06 Oct 02:46
Compare
Choose a tag to compare

3.0.1 (2023-10-06)

Bug Fixes

  • update key handling to use keyboardEventSource (c26bbfa)

sendkeys v3.0.0

06 Oct 02:21
Compare
Choose a tag to compare

⚠ BREAKING CHANGES

  • drop support for building on macOS catalina

Features

  • add support for sending keys to an application without activation (b42d4bc), closes #67

Bug Fixes

  • remove dependency on macos-10.15 (14aa5a8)

Miscellaneous

  • drop support for building on macOS catalina (8c027cb)

sendkeys v2.9.1

15 Apr 04:03
Compare
Choose a tag to compare

Bug Fixes

  • fix homebrew update script (dac393f)

sendkeys v2.9.0

15 Apr 03:10
Compare
Choose a tag to compare

Features

  • add support for activating application by process id (0a44470), closes #63