Releases: IsmaelMartinez/teams-for-linux
2.0.1
What's Changed
- move "Quit" above "Quit (Clear Storage) in appMenu.js by @nbuechner in #1628
- fixing issue #1636 with the desktop file and updating minor versions of dependencies by @IsmaelMartinez in #1638
New Contributors
- @nbuechner made their first contribution in #1628
Full Changelog: v2.0.0...v2.0.1
2.0.0
-- desktop file is broken, see #1636
What's Changed
- Feature 1584 remove teams v1 support by @IsmaelMartinez in #1630
- Remove teams-v1 support as it reaches end of life (July 2025)
- Remove deprecated config enableBackgroundCallsAuthentication that was never announced but people didn't complain about
- optInTeamsV2 and customBGServiceIgnoreMSDefaults config options are no longer available as they where teams-v1 specific
- Cleaning up teams-v1 logic in the app
- Set default url to be https://teams.microsoft.com/v2 instead of https://teams.microsoft.com/
- Remove activityHub eventHandlers for the teams-v1 events
- fix readme config file table by @IsmaelMartinez in #1631
Full Changelog: v1.14.2...v2.0.0
1.14.2
-- desktop file is broken, see #1636
What's Changed
- deprecating clearStorage for clearStorageData and running prettier by @IsmaelMartinez in #1627 - closes #1605
Full Changelog: v1.14.1...v1.14.2
1.14.1
-- desktop file is broken, see #1636
What's Changed
- removing permissionCheckHandler and cookie printing by @IsmaelMartinez in #1619
Full Changelog: v1.14.0...v1.14.1
1.14.0
-- desktop file is broken, see #1636
BREAKING CHANGE
Deprecating customUserDir argument as eletron doesn't support camelCase on those anymore. Use --user-data-dir instead - More info in electron/electron#45991 and #1632 (comment) (do NOT use ELECTRON_USER_DATA_PATH env variable as previously advertised)
What's Changed
- moving to electron 35 and electron-builder-26 by @IsmaelMartinez in #1618
- Feat increase electron 35 builder 26 by @IsmaelMartinez in #1621
- Feat increase electron 35 builder 26 by @IsmaelMartinez in #1624
Full Changelog: v1.13.2...v1.14.0
1.13.2
What's Changed
- Allow opening deep links to chats by @UnsolvedCypher in #1598
- Modernize install instruction for Debian/Ubuntu by @marlamb in #1615
- Increasing the version of electron to fix the window resize, and checking if the settings file is present before trying to restore it by @IsmaelMartinez in #1617
- Update the deep link regex to allow /l/chat deep links in addition to meetings and channels
- Increase dependency versions to include fix from electron for #1487
- Checking if the settings file exists when trying to restore it to fix #1547
- Add screen-wake-lock, persistent-storage and geolocation to the allowed permission, and add sharepoint.com and outlook.office.com to the allowed domains
New Contributors
- @UnsolvedCypher made their first contribution in #1598
- @marlamb made their first contribution in #1615
Full Changelog: v1.13.1...v1.13.2
1.13.1
What's Changed
- fix typo in HISTORY.md by @sleeyax in #1587
- restore HISTORY.md file name by @sleeyax in #1588
- Fixing issues #1590 and #1585 (or at least trying) by @IsmaelMartinez in #1597
- Update electron to 34.4.5 and other small library updates to fix issue
- Fixing permissions to allow copy link that stopped working when adding the permissionHandlersConfig
New Contributors
Full Changelog: v1.13.0...v1.13.1
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