Releases: stickpin/node-appletv-x
Releases · stickpin/node-appletv-x
v1.0.19
- Added another fix for writes to socket after connection is closed.
Thanks @lukasroegner for PR.
v1.0.16
- IPv6 support (IPv4 has a priority)
- mdns and curve25519 replaced with native js libraries
v1.0.15
- Move to more native JS Chacha20Poly1305 implementation
- Fixed "segmentation fault" error in a Docker environment introduced in v1.0.14
v1.0.14
- Sodium has been dropped in favor of native Chacha20Poly1305 implementation (still WIP).
- TypeScript traces removed
- Docs removed as outdated
- More cleanups
v1.0.11
- 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