Skip to content

Releases: WesSouza/lgtv-ip-control

v4.3.0

20 Sep 14:25
Compare
Choose a tag to compare

4.3.0 - 2024-09-20

v4.2.0

03 Jan 00:19
Compare
Choose a tag to compare

4.2.0 - 2024-01-03

Added

  • New getPowerState function on LGTV allowing testing if the TV is on, off,
    or in an unknown state.

v4.1.1

31 Dec 14:42
Compare
Choose a tag to compare

4.1.1 - 2023-12-31

Fixed

  • Add missing tslib package dependency.

v4.1.0

30 Dec 19:43
Compare
Choose a tag to compare

4.1.0 - 2023-12-30

Added

  • New powerOnAndConnect function on LGTV which will retry the connection
    while the TV powers on.
  • Improvements to TinySocket connection handling and tests.

Changed

  • CLI power on now waits until the TV can receive commands.

Fixed

  • Handle getCurrentApp response when the TV is powered off.

v4.0.2

23 Dec 17:26
Compare
Choose a tag to compare

4.0.2 - 2023-12-23

Added

  • Changelog

v4.0.0

22 Dec 18:02
Compare
Choose a tag to compare
  • Allows connections without encryption (thanks @jadoc)
  • Add lgtv-ip-control-cli package (thanks @jadoc)

Full Changelog: v3.1.0...v4.0.0

v3.1.0

16 Dec 01:21
Compare
Choose a tag to compare
  • Add setScreenMute supported by OLED TVs (thanks @jadoc)

v3.0.1

16 Dec 01:19
Compare
Choose a tag to compare
Release 3.0.1

v3.0.0

27 Feb 13:14
Compare
Choose a tag to compare
  • Make return types of LGTV methods symmetric with parameters (thanks @jadoc)

Breaking changes

  • Command return values are now properly trimmed to remove termination
  • Commands throw if the passed parameters are invalid
  • Commands throw if the TV responds with errors or unexpected values

v2.0.2

07 Nov 21:44
Compare
Choose a tag to compare
  • Fix the method wrapper in TinySocket to handle a variety of parameters from event handlers (thanks @jadoc)