Skip to content

Releases: IsmaelMartinez/teams-for-linux

1.13.0

04 Mar 06:37
d1c2077
Compare
Choose a tag to compare
1.13.0 Pre-release
Pre-release

What's Changed

Full Changelog: v1.12.8...v1.13.0

1.12.8

21 Feb 20:09
607be72
Compare
Choose a tag to compare
1.12.8 Pre-release
Pre-release

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

21 Jan 17:32
e53702e
Compare
Choose a tag to compare

What's Changed

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

17 Jan 23:40
9575328
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.12.5...v1.12.6

1.12.5

17 Dec 07:40
0cc0be7
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.12.4...v1.12.5

1.12.4

10 Dec 07:32
2ee07e8
Compare
Choose a tag to compare
1.12.4 Pre-release
Pre-release

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

30 Nov 09:59
0ed99c0
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.12.2...v1.12.3

1.12.2

29 Nov 00:13
09f49fb
Compare
Choose a tag to compare
1.12.2 Pre-release
Pre-release

What's Changed

  • fix(Intune): correctly iterate when ssoInTuneAuthUser is provided by @fmoessbauer in #1502

New Contributors

Full Changelog: v1.12.1...v1.12.2

1.12.1

25 Nov 06:18
4d87ad1
Compare
Choose a tag to compare
1.12.1 Pre-release
Pre-release

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

15 Nov 05:09
e430d4b
Compare
Choose a tag to compare
1.12.0 Pre-release
Pre-release

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