Releases: IsmaelMartinez/teams-for-linux
Releases · IsmaelMartinez/teams-for-linux
1.5.1
What's Changed
- Adding teams.live.com to the URLs evaluated across the app by @IsmaelMartinez in #1274
- Feature/1098 try to fix meeting links not opening by @IsmaelMartinez in #1275
Full Changelog: v1.5.0...v1.5.1
1.5.0
What's Changed
-
Feature/multiple small fixes and refactoring by @IsmaelMartinez in #1270
-
Renaming ssoUser and ssoPasswordCommand to ssoBasicAuthUser and ssoBasicAuthPasswordCommand
-
Adding the config option trayIconEnabled that defaults to true, to solve #861
Full Changelog: v1.4.40...v1.5.0
1.4.40
What's Changed
- Improve wording referencing config by @banholzer in #1262
- Support for SSO basic-auth without dialogue. by @lecler-i in #1268
{
"ssoUser": "Thomas",
"ssoPasswordCommand": "gopass -o work/mycompany.com"
}
This only works for basic authentication
New Contributors
- @banholzer made their first contribution in #1262
- @lecler-i made their first contribution in #1268
Full Changelog: v1.4.39...v1.4.40
1.4.39
1.4.37
What's new
- Fix:
--awayOnSystemIdle
flag in Teams V2 by @jijojosephk
1.4.36
What's Changed
- Custom backgrounds in Teams V2 by @jonatasrs in #1226
- isCustomBackgroundEnabled is now false
- https://github.com/jonatasrs/teams-for-linux/blob/b10ebd39e9472d1aaff05dc0940fbd4c3388dfd8/app/config/README.md#custom-backgrounds explains how to use the background. Important the custom background format has changed as indicated in the README.
Full Changelog: v1.4.35...v1.4.36
1.4.35
What's Changed
- fix: adapt to upstream react changes for idle tracking by @bastidest in #1243
Full Changelog: v1.4.34...v1.4.35
1.4.34
What's new
- Electron version downgraded to
29.3.0
due to inconsistent behaviour in different desktop environments
1.4.33
What's new
- Electron version upgraded to
30.0.1
- Updated implementation of
Notification.requestPermission()
by @jijojosephk
1.4.32
What's new:
- Revert "Build universal app for Mac" - the unsigned package does not run on Apple Silicon. See this Known issues section for steps how to build the app for Apple Silicon locally by @Tasssadar