What's Changed
- Enable Background Authentication Calls and handing of undefined on lock resumption by @IsmaelMartinez in #1555
- Feature enable background authentication calls by @IsmaelMartinez in #1556
Details
- Adding enableBackgroundCallsAuthentication config option to validate if this keeps the user authenticated for longer
- Removing the writeUrlBlockLog function that use to log those requests into a file for debugging
- Handling of UnhandledPromiseRejectionWarning: TypeError: Cannot read properties of undefined (reading 'webContents') at PowerMonitor.refresh (.../app/connectionManager/index.js:31:34)
- Checking the tray status before trying to update the badge count
Fixes #1545. Might fix #1521, #1495 and #1357
Full Changelog: v1.12.6...v1.12.7