Releases: IsmaelMartinez/teams-for-linux
1.13.0
What's Changed
- updating electron to 34.3.0 by @IsmaelMartinez in #1583
Full Changelog: v1.12.8...v1.13.0
1.12.8
What's Changed
Removing enableBackgroundCallsAuthentication config option as it was broken, and probably not doing anything for us
Update electron to 33.4.1
Add website next to PWA in the bug template
Adding permissionCheckHandler config option to verify if 3rd party cookies are affecting token refreshing. Default allowed domains/permissions are:
allowedDomains : [ 'microsoft.com', 'microsoftonline.com', 'teams.skype.com', 'teams.microsoft.com', 'sfbassets.com','skypeforbusiness.com'], allowedPermissions: [ 'background-sync', 'notifications', 'media', 'speaker-selection']
Fixes #1573
Trying to fix #1357 (but I don't think it fully works... but worth a try I guess)
Full Changelog: v1.12.7...v1.12.8
1.12.7
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
1.12.6
What's Changed
- adding initial version of the form to collect bugs by @IsmaelMartinez in #1533
- Feature add form report by @IsmaelMartinez in #1534
- Feature add form report by @IsmaelMartinez in #1535
- Feature add form report by @IsmaelMartinez in #1536
- Fixing the frame option type (from string to boolean) and updates by @IsmaelMartinez in #1550
- Fix 1444 updating and fix frame option type by @IsmaelMartinez in #1551
Full Changelog: v1.12.5...v1.12.6
1.12.5
What's Changed
- use console.warn instead of console.warning by @IsmaelMartinez in #1526
Full Changelog: v1.12.4...v1.12.5
1.12.4
What's Changed
- updating electron to version 33.3.0 and changing log message to warning from error by @IsmaelMartinez in #1516
Full Changelog: v1.12.3...v1.12.4
1.12.3
What's Changed
- updating the electron version to 33.2.1 by @IsmaelMartinez in #1506
Full Changelog: v1.12.2...v1.12.3
1.12.2
What's Changed
- fix(Intune): correctly iterate when ssoInTuneAuthUser is provided by @fmoessbauer in #1502
New Contributors
- @fmoessbauer made their first contribution in #1502
Full Changelog: v1.12.1...v1.12.2
1.12.1
What's Changed
- Adding contentIsolation to the loginForm and removing the already deprecated/automated onlineCheckMethod config option by @IsmaelMartinez in #1492
Full Changelog: v1.12.0...v1.12.1
1.12.0
What's Changed
- streamSelector improvements by @IsmaelMartinez in #1479
- Improving security on the streamSelector to work without the need of contentIsolation
- Move from BaseView (deprecated), to WebContentsView in the streamSelector
- Updating vsconfig to allow for electron and chrome debugging
Full Changelog: v1.11.5...v1.12.0