Skip to content
This repository has been archived by the owner on Sep 17, 2020. It is now read-only.

Releases: stickpin/node-appletv-x

v1.0.19

21 Jun 16:04
c355b72
Compare
Choose a tag to compare
  • Added another fix for writes to socket after connection is closed.
    Thanks @lukasroegner for PR.

v1.0.17

10 May 18:49
Compare
Choose a tag to compare

Error handling for socket write (#1)
Thanks @lukasroegner

v1.0.16

22 Jan 20:48
Compare
Choose a tag to compare
  • IPv6 support (IPv4 has a priority)
  • mdns and curve25519 replaced with native js libraries

v1.0.15

21 Jan 18:53
Compare
Choose a tag to compare
  • Move to more native JS Chacha20Poly1305 implementation
  • Fixed "segmentation fault" error in a Docker environment introduced in v1.0.14

v1.0.14

21 Jan 13:51
Compare
Choose a tag to compare
  • Sodium has been dropped in favor of native Chacha20Poly1305 implementation (still WIP).
  • TypeScript traces removed
  • Docs removed as outdated
  • More cleanups

v1.0.13

17 Jan 11:51
Compare
Choose a tag to compare

Fixed Docker execution

v1.0.12

16 Jan 11:11
Compare
Choose a tag to compare

v1.0.11

14 Jan 23:07
Compare
Choose a tag to compare
  • Works with latest NodeJS (v12.x and newer) & Modules.
  • Fix duplicate AppleTV entries
  • Additinal buttons are added: select, tv, longtv
  • Support for tvOS 13.3 and newer
  • Various fixes