Skip to content

Releases: IsmaelMartinez/teams-for-linux

2.6.14

16 Nov 09:17
6ded37b

Choose a tag to compare

2.6.14 Pre-release
Pre-release

What's Changed

Full Changelog: v2.6.13...v2.6.14

2.6.13

12 Nov 14:47
21717f6

Choose a tag to compare

What's Changed

Full Changelog: v2.6.12...v2.6.13

2.6.12

07 Nov 16:59
97b2367

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v2.6.11...v2.6.12

2.6.11

06 Nov 10:11
990931b

Choose a tag to compare

What's Changed

Full Changelog: v2.6.10...v2.6.11

2.6.10

03 Nov 20:49
5ee815d

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v2.6.9...v2.6.10

2.6.9

02 Nov 09:14
2ee1e18

Choose a tag to compare

2.6.9 Pre-release
Pre-release

What's Changed

Full Changelog: v2.6.8...v2.6.9

2.6.8

31 Oct 10:03
c9b0db5

Choose a tag to compare

What's Changed

Full Changelog: v2.6.7...v2.6.8

2.6.7

30 Oct 10:19
c7eaae3

Choose a tag to compare

What's Changed

Implements #1906

Full Changelog: v2.6.6...v2.6.7

2.6.6

28 Oct 07:37
ef1719d

Choose a tag to compare

What's Changed

Features

  • In-app Documentation Viewer: Access Teams for Linux documentation directly from the Help menu without leaving the app (#1798)

Bug Fixes

  • Tray Icon: Restored tray icon functionality that was accidentally broken in a previous commit (#1902)
  • Audio in Calls: Fixed issue where audio was incorrectly disabled during regular video calls, eliminating the need for mute/unmute workaround (#1896, #1871)

Full Changelog: v2.6.5...v2.6.6

2.6.5

26 Oct 09:56
051b12c

Choose a tag to compare

2.6.5 Pre-release
Pre-release

WARNING!

After pre-releasing this, users discovered the trayIcon is not updating again. As such, this is not a ready release for release. See #1902 . This should be fixed in 2.6.6

Release notes

This release addresses issue #1886 with GitHub Actions improvements and does a bit of old code cleanup around the reactHandler

GitHub Actions (#1886):

  • Parallelize E2E tests with builds (~40% faster CI/CD)
  • Pin all actions to commit SHAs (prevent supply chain attacks)
  • Update actions to latest versions (avoid Node.js 16 deprecation)

Version 2.6.5:

  • Update Electron to 37.7.1 (security patches, staying on v37.x)
  • Update dependencies to latest compatible versions
  • Remove ~70 lines of debug/test code from reactHandler.js

What's Changed

Resolves #1886

Full Changelog: v2.6.4...v2.6.5