Version 0.217
Platform
- Added the
loggingproperty todatain the app'smanifestfile, to allow for the filtering of log messages:- Added the
allowed_domainsproperty tologging. Any domains within this list will be whitelisted from filtering.- Any prints from domains that weren't whitelisted will not be written to the app's log files.
- The
content.overwolf.comandgoogle-analytics.comdomains cannot be whitelisted in any way. - Prints attributed to
webpack(for example, from a react dev server) cannot be whitelisted from filtering (you can check the attribution through the link at the right side of the print's line in the dev tools console). - By default, any domains in the
externally_connectablelist will be whitelisted.
- Added the
ignore_externally_connectableproperty tologging. When enabled, domains in theexternally_connectablelist will not be automatically whitelisted. - Added the
disable_blockingproperty tologging. When set to true, log filtering will be completely disabled.
- Added the
- Any requests made to the
googlesyndicationdomain from within an app (used for Ads purposes) will now automatically use thehttpsprotocol, even without usingprotocol_override_domains. - Increased the maximum length of LauncherInfo.commandLine before it gets cut off.
Bug Fixes
- Fixed an issue on windows 11, where focusing an overlay window in a game could block other windows from being focused.
- Fixed an issue where app windows would not get captured in DX12 games.