Skip to content

Commit

Permalink
Doc and version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
JPersson77 committed Sep 30, 2023
1 parent c08bc7b commit 2d76cd7
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Common/Common.h
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@

// common general application definitions
#define APPNAME L"LGTV Companion"
#define APP_VERSION L"3.1.7"
#define APP_VERSION L"3.1.9"
#define CONFIG_FILE L"config.json"
#define LOG_FILE L"Log.txt"
#define WINDOW_CLASS_UNIQUE L"YOLOx0x0x0181818"
Expand Down
2 changes: 1 addition & 1 deletion LGTV Companion Setup/Product.wxs
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<Wix xmlns="http://schemas.microsoft.com/wix/2006/wi"
xmlns:util="http://schemas.microsoft.com/wix/UtilExtension">
<?define LGTV Companion Service_TargetDir=$(var.LGTV Companion Service.TargetDir)?><?define LGTV Companion UI_TargetDir=$(var.LGTV Companion UI.TargetDir)?>
<Product Id="8F8FD354-08E7-4D95-A1C5-26BBA61391C4" Name="LGTV Companion" Language="1033" Version="3.1.7" Manufacturer="J Persson" UpgradeCode="0BA17E5B-11CE-491D-B1A1-05DD2D9F610A">
<Product Id="46CCB56C-7708-41DC-A5A2-394007FB8538" Name="LGTV Companion" Language="1033" Version="3.1.9" Manufacturer="J Persson" UpgradeCode="0BA17E5B-11CE-491D-B1A1-05DD2D9F610A">
<Package Id="*" InstallerVersion="301" Compressed="yes" InstallScope="perMachine" Platform='x64' Description="LGTV Companion installer" InstallPrivileges="elevated" AdminImage="yes"/>
<Media Id="1" Cabinet="LGTVapp.cab" EmbedCab="yes" />

Expand Down
4 changes: 2 additions & 2 deletions LGTV Companion UI/LGTV Companion UI.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1701,7 +1701,7 @@ LRESULT CALLBACK OptionsWndProc(HWND hWnd, UINT message, WPARAM wParam, LPARAM l
"power saver. \n\n"
"The option to support remote streaming hosts will power off managed devices while the system is acting as streaming host or being remoted into. Supported "
"hosts include Nvidia gamestream, Moonlight, Steam Link and RDP. \n\nPlease note that the devices will remain powered off until the remote connection is disconnected. \n\n"
"Also note that the Sunshine streaming host support require Sunshine logging level be at minimum on level \"Info\" (default)",
"NOTE! Support for detecting Sunshine streaming host require Sunshine to be installed (i.e. not portable install) and Sunshine logging level be at minimum on level \"Info\" (default)",
L"Andvanced power options", MB_OK | MB_ICONINFORMATION);
}
// explain the pmulti-monitor conf
Expand All @@ -1727,7 +1727,7 @@ LRESULT CALLBACK OptionsWndProc(HWND hWnd, UINT message, WPARAM wParam, LPARAM l
"when an HDMI-output is disabled in the graphics card configuration the associated device will also power off. \n\n"

"This option will however not work on all system configuration and may fail to power on the devices again appropriately. "
"Enabling \"Always Ready\" in the settings of compatible WebOS devices (2022-models, A2, B2,C2 etc, and later) will ensure that "
"Enabling \"Always Ready\" in the settings of compatible WebOS devices (2022-models, C2, G2 etc, and later) will ensure that "
"the feature works properly.\n\n"
"If you have a multi-monitor system and a compatible WebOS device it is recommended to configure and enable this feature.\n\n"
"PLEASE NOTE! A change of GPU or adding more displays may invalidate the configuration. If so, please run the configuration guide "
Expand Down

0 comments on commit 2d76cd7

Please sign in to comment.