Skip to content

Releases: dhleong/ps4-waker

1.7.0

26 Jan 17:02
Compare
Choose a tag to compare

Enhancements:

  • Add check command to specifically check if a device is awake or not (#107)

Notes:
The new check command looks a lot like search, but never prints more than one
device (even with -t) and exits with a success (0 code) only if the device
is awake (200 status code). This is to help home automation users (eg #106)

1.6.0

11 Nov 20:34
Compare
Choose a tag to compare

Bug Fixes:

  • Benign, seemingly random "Cipher is not initialized" errors (#31)

Notes:

  • Disable login retry in favor of a longer timeout; this shouldn't break anything, but please open a ticket if it does
  • Verbose debug logging can now be enabled using the DEBUG environment variable, for example:
    • DEBUG=* ps4-waker
  • Device.close() is now an async function and returns a promise that will resolve when the connection is closed
  • Fail fast from Device methods if we didn't login successfully
  • Update other dependencies
  • Update babel to v7

1.5.1

11 Nov 20:40
Compare
Choose a tag to compare

Enhancements:

  • Update pairing instructions to match the latest firmware (#85)

1.5.0

11 Nov 20:39
Compare
Choose a tag to compare

Enhancements:

  • Add passcode login support (#80)

1.4.1

17 Oct 16:41
Compare
Choose a tag to compare

Bug Fixes:

  • Object spread operator in distribution (#60)

1.4.0

14 Oct 16:02
Compare
Choose a tag to compare

Enhancements:

  • Add wake without login (#58)

1.3.3

15 May 19:42
Compare
Choose a tag to compare

Notes:

  • Convert cmd.js from async/await to Promise to fix Node6 support

1.3.2

15 May 14:19
Compare
Choose a tag to compare

Notes:

  • Remove unused 'async' and unnecessary 'Q' dependency (We now just use native Promise)
  • Updated remaining dependencies

1.3.1

15 May 12:13
Compare
Choose a tag to compare

Enhancements:

  • Remove initial delay in sendKeys (#43)

1.3.0

13 May 22:23
Compare
Choose a tag to compare

Enhancements:

  • Remote OnScreenKeyboard support (#29)