Skip to content

Releases: IsmaelMartinez/teams-for-linux

2.6.11

06 Nov 10:11
990931b

Choose a tag to compare

2.6.11 Pre-release
Pre-release

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

2.6.4

25 Oct 19:52
8bf2aab

Choose a tag to compare

Important Cache Management Change

Cache management is now disabled by default based on user feedback. You can still manually enable it in settings if needed.

What's Changed

Full Changelog: v2.6.3...v2.6.4

2.6.3

22 Oct 11:42
f267300

Choose a tag to compare

What's Changed

  • fix: upgrade snap to core24 to resolve LIBDBUS_PRIVATE_1.12.20 error by @IsmaelMartinez in #1884 reverted as electron-builder doesn't support core24
  • docs: Fix ADR-002 references in ADR-003 by @woernsn in #1887
  • Fix snap crash on startup - revert to core22 and Electron 37.7.0 (v2.6.3) by @IsmaelMartinez in #1891
  • fix: prevent infinite loop on rapid network changes from Docker by @eviltik in #1878
  • Fixed url in CONTRIBUTING.MD and add link to screen-sharing.md by @Vagrantin in #1894

New Contributors

Full Changelog: v2.6.1...v2.6.3

2.6.1

20 Oct 22:58
28d4448

Choose a tag to compare

2.6.1 Pre-release
Pre-release

Teams for Linux v2.6.1

New Features

  • Automated E2E Testing: Added Playwright-based end-to-end testing infrastructure with smoke tests that validate app launch and Microsoft login redirect
  • CI/CD Integration: E2E tests now run automatically in GitHub Actions on all branches before builds

Improvements

  • All platform builds (Linux x64/ARM/ARM64, macOS, Windows) now depend on tests passing
  • Test artifacts automatically uploaded on failure for debugging (7-day retention)
  • Tests run with clean state isolation using temporary user data directories

What's Changed

Closes #1873

Full Changelog: v2.6.0...v2.6.1