Releases: IsmaelMartinez/teams-for-linux
Releases · IsmaelMartinez/teams-for-linux
2.6.14
What's Changed
- chore(deps-dev): bump js-yaml from 4.1.0 to 4.1.1 in the npm_and_yarn group across 1 directory by @dependabot[bot] in #1950
- Push artifacts into pull requests by @IsmaelMartinez in #1952
- Week/Phase 1 of the incremental refactoring plan. by @IsmaelMartinez in #1955
- Review Different AI Instructions by @IsmaelMartinez in #1953
Full Changelog: v2.6.13...v2.6.14
2.6.13
What's Changed
- Review and implement enable-features fix for issue #1930 by @IsmaelMartinez in #1932
- Enable binary distribution for pull requests by @IsmaelMartinez in #1942
- [Docs]: Add MQTT documentation by @IsmaelMartinez in #1939
- [Research]: architecture modernization approaches by @IsmaelMartinez in #1936
Full Changelog: v2.6.12...v2.6.13
2.6.12
What's Changed
- Add MQTT integration for Teams status publishing by @Donnyp751 in PR #1806 and #1926
- release mqtt integration by @IsmaelMartinez in #1931
New Contributors
- @Donnyp751 made their first contribution in #1806
Full Changelog: v2.6.11...v2.6.12
2.6.11
What's Changed
- Add GPU info debug window by @IsmaelMartinez in #1925
- Fix: Revert notification behavior to v2.2.1 pattern to fix "notifications only work once" issue (#1921) by @IsmaelMartinez in #1924
- Implement Global Keyboard Shortcut (#1877) by @IsmaelMartinez in #1922
Full Changelog: v2.6.10...v2.6.11
2.6.10
What's Changed
- Fix quality gate failures for simple changes by @IsmaelMartinez in #1916
- feat: Expand
meetupJoinRegExto include most formats of MS Teams URLs by @yermulnik in #1919
New Contributors
- @yermulnik made their first contribution in #1919
Full Changelog: v2.6.9...v2.6.10
2.6.9
What's Changed
- feat: Add back/forward navigation buttons by @IsmaelMartinez in #1914
- feat: support short form teams url by @Yumeo0 in #1915 and #1869
Full Changelog: v2.6.8...v2.6.9
2.6.8
What's Changed
- docs: Architecture Modernization Research for #1799 by @IsmaelMartinez in #1910
- fix: restore notification auto-close on Ubuntu (#1888) by @IsmaelMartinez in #1907
- Feature/architecture modernization 1799 by @IsmaelMartinez in #1912
Full Changelog: v2.6.7...v2.6.8
2.6.7
What's Changed
- feat: respect user's disableGpu config on Wayland (#1890) by @IsmaelMartinez in #1906
Implements #1906
Full Changelog: v2.6.6...v2.6.7
2.6.6
What's Changed
- feat: add in-app documentation viewer (#1798) by @IsmaelMartinez in #1900
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
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
- ci: improve GitHub Actions workflows for security and performance by @IsmaelMartinez in #1899
Resolves #1886
Full Changelog: v2.6.4...v2.6.5