Skip to content

Releases: dhleong/ps4-waker

1.2.2

12 May 11:56
Compare
Choose a tag to compare

Bug Fixes:

  • Start title feature causes socket error (#42)

1.2.1

10 May 03:04
Compare
Choose a tag to compare

Bug fixes:

  • device.js requires node 7.10 (or 7.5 with the --harmony flag) (#41)

Notes:

  • Add babel support to releases so Node v6 can play too

1.2.0

04 May 22:48
Compare
Choose a tag to compare

New Features:

  • New, high-level Device scripting API to simplify interactions with a PS4 device from Javascript
  • Support holding keys from CLI ps4-waker remote command

Changes:

  • Simplified CLI code greatly, sitting on the new Device API. Should be more stable and easier to maintain

Notes:

  • The Socket.remoteControl method has changed slightly, possibly breaking. It no longer automatically sends a KEY_OFF event; you must do that yourself, or upgrade to the Device.sendKeys API which handles a lot of weird cases for you.