Skip to content

Releases: IsmaelMartinez/teams-for-linux

2.0.1

05 Apr 08:22
ad983b7
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v2.0.0...v2.0.1

2.0.0

31 Mar 21:10
3dea33a
Compare
Choose a tag to compare
2.0.0 Pre-release
Pre-release

-- 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

30 Mar 09:16
07c01ad
Compare
Choose a tag to compare
1.14.2 Pre-release
Pre-release

-- desktop file is broken, see #1636

What's Changed

Full Changelog: v1.14.1...v1.14.2

1.14.1

29 Mar 19:46
8d21111
Compare
Choose a tag to compare
1.14.1 Pre-release
Pre-release

-- desktop file is broken, see #1636

What's Changed

Full Changelog: v1.14.0...v1.14.1

1.14.0

28 Mar 14:53
088318e
Compare
Choose a tag to compare
1.14.0 Pre-release
Pre-release

-- 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

Full Changelog: v1.13.2...v1.14.0

1.13.2

28 Mar 07:23
a5a2812
Compare
Choose a tag to compare

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

Full Changelog: v1.13.1...v1.13.2

1.13.1

20 Mar 10:07
e74b111
Compare
Choose a tag to compare

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

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