Skip to content

Releases: JPersson77/LGTVCompanion

LGTV Companion x64 v4.0.3

04 Jun 15:07
ae2e6fc
Compare
Choose a tag to compare

This is a bugfix release, with the following fixes:

  • Speakers now properly unmute
  • Remote client connection power states are accurate
  • Optimised work queue

LGTV Companion x64 v4.0.1

17 May 06:26
Compare
Choose a tag to compare

v4 feature new client code to resolve issues with SSL handshakes that has been noticed on webOS23-devices

New and improved:

  • New client netcode and work queues
  • Optional persistent connections
  • Automatic and optimised Wake-on-lan management (WOL)
  • Improved logging module with user configurable logging levels
  • Added automatic restart detection for many languages (thanks to all contributors)
  • WOL is automatically enabled on the TV after a pairing key has been accepted

Bugfixes:

  • Fixed detection of some screensavers
  • A myriad of little fixes and optimisations

Edit: v4.0.1 is a bugfix release with the following fixes:

  • The display did not always power on properly with topology support enabled
  • Error messages (Asio) in the log are now always in english

LGTV Companion x64 v3.5.0

19 Mar 20:23
Compare
Choose a tag to compare

Improvements and additions in this release:

  • Option to blank the screen of devices instead of powering off, when PC is a remote streaming host (RDP, sunshine, gamestream, steam link etc). This may improve compatibility in certain situations.
  • Automatic management of "localized restart words" for select languages (currently English, French, Swedish). The original implementation remains in place for OS localizations which are not yet implemented. The original implementation was confusing at times (that's on me) so moving towards an, hopefully, even more approachable solution by building an internal database.
  • Other minor bugfixes and documentation updates

PLEASE NOTE that in case your OS is localized in a language that is currently not automatically managed (i.e. not English, French, Swedish) consider contributing towards support of your language in a future release by providing your input in this google sheet: https://docs.google.com/spreadsheets/d/1SNjYh7kt4aVhHg0ZjI3i96vCeOJZJS73o9Wl-OVEvzk/edit?usp=drive_link

LGTV Companion x64 v3.4.0

07 Feb 20:33
94306c1
Compare
Choose a tag to compare

This release feature command line control over all aspects of curvature and ambient lighting for compatible devices (i.e. LG OLED Flex).

  • New button command: BENDABLE (virtual key press of the curve settings button on the remote)
  • Set/modify curve presets: -set_curve_preset, -adjust_curve_preset
  • Set curvature directly: -set_curvature
  • Control ambient light: -ambientlight, -ambientlight_mode, -ambientlight_brightness
  • ... and more for controlling ambient light colors, sync modes, etc.

Please check the command line documentation for more details: Here and There

Other:

  • Addition of command line -button_nocheck for sending arbitrary/non-validated button commands to the device
  • Bugfixes
  • Updated documentation

LGTV Companion x64 v3.3.3

31 Dec 22:11
Compare
Choose a tag to compare

Happy New 2024!!

Bugfixes:

  • Devices failed to power on/off sometimes - due to recent changes in Win11 which in turn caused issues with the topology feature.
  • Improved a situation on some systems where devices potentially failed to power off.

LGTV Companion x64 v3.2.9

26 Nov 13:42
Compare
Choose a tag to compare

v 3.2.5
New feature: added an option to restore the monitor topology before logon, at system boot. You can enable it in the global options.
New feature: added command -button_nocheck to allow for sending arbitrary button press commands via the command line interface
Bugfix: erroneous calculation of CIDR / subnet mask leading to erroneous warnings

v 3.2.9
Critical bugfix: service crashed in specific circumstances

LGTV Companion x64 v3.1.9

30 Sep 07:02
Compare
Choose a tag to compare
  • Improved logic for screen "dimmed" power state
  • Improved subnet detection warning and log output
  • Bugfix: corrected CLI formatted output
  • Bugfix: "restart words" is now saved properly
  • Updated in-app documentation
  • Other minor bugfixes

LGTV Companion x64 v3.1.5

30 Jun 15:09
Compare
Choose a tag to compare

This build sees the advent of an additional executable included in the setup package and a few fixes.

"LGTVcli.exe" is a console command line interface which can accept all the normal command line commands, but adds some important tricks. Most importantly it is a console application and will print the output of any command issued to your devices in the console/stdout. So you can now easily query your device for information (f e current system settings, audio settings or picture settings). Please read more about the new console app and usage scenarios in the
command line documentation here

Additionally a new user configurable option has been added to control the timing of the shutdown/restart routines. By default the app will trigger the shutdown/restart routine as late as possible during system shutdown, but if you are having issues with the display not properly powering off you may want to try changing this option. The option can be found in the general options. Please make sure to read the help text in the app by clicking on the "What's this?" link to learn more about how it works.

New features

  • Addition of LGTVcli.exe, the console command line interface
  • New feature to control the shutdown timing

Important fixes

  • Improved error handling in the Wake-on-LAN thread to prevent potential issue with waking devices

LGTV Companion x64 v3.0.7

09 Jun 19:30
Compare
Choose a tag to compare

Version 3 of the application expands on the original scope and provide the user with a large range of command line tools to control both the application and managed devices. For example you can now simulate remote key presses, set picture and audio preferences, manage options and menus, launch apps, launch service menus (careful). This can be used standalone or in external scripts/applications to automate, e.g automatic picture mode changes when a game is launched etc

New features:

  • Many, many new command line tools for controlling the app and devices. The documentation can be found here

Other important fixes

  • Improved support for multiple users accounts logged in on the system
  • Improved reliability when powering off the screen at shutdown/reboot
  • Tweaked User Idle Mode to prevent a situation where the screen was awoken erroneously by some applications (f e Rocket League, Hogwarts Legacy) and also by some controllers.
  • Added further validation of the application configuration.

v3.0.1 adds a bugfix for the virtual remote button press function over v3.0.0
v3.0.7 fixes a major bug which prevented some devices from turning off properly when system was shutting down, as well as a few minor bugfixes wrt log messages and parsing of some command line. This build also sees the addition of the -freesyncinfo command line. Documentation has been updated accordingly.

LGTV Companion x64 v2.2.2

21 Apr 14:10
Compare
Choose a tag to compare

This is a quick bugfix release, so with the same changelog as v2.2.0:

New features:

  • Option to enable API for external scripts and applications (i e scripting support)
  • Option to enable user idle mode fullscreen exclusions
  • Option to mute built-in speakers in user idle mode
  • Command line parameter for muting built in TV-speakers: -mute [DeviceX|Name], -unmute [DeviceX|Name]

Bugfixes:

  • Powering off the devices while currently in user idle mode did not work properly
  • Rapidly executing command line parameters did not work properly
  • Additional checks implemented to ensure correct configuration settings
  • Display Topology feature sometimes disabled erroneously
  • Double buffered drawing of windows
  • Rate limiter for topology changes
  • Many minor fixes

Other important:

  • VCPKG dependency management incl manifest, with build instructions added to source
  • Updated intra-process communication backend (for the scripting support)
  • Tweaked performance of the network communications

Please note! The "Discussions" tab on GitHub was opened and a post has been added outlining the new scripting feature , with some usage examples. External scripts/applications can use the feature to communicate with LGTV companion and attached devices. This has the potential to, for example, open up for user created scripts for syncing power state of other brands of TVs and "smart" devices, launching applications, integration with home automation, access to the LG api etc etc. The scripting feature is to be considered beta in this version and is not feature complete, but is quite usable and useful already.