Skip to content

Releases: IsmaelMartinez/teams-for-linux

1.5.1

28 May 17:16
4d3af55
Compare
Choose a tag to compare
1.5.1 Pre-release
Pre-release

What's Changed

Full Changelog: v1.5.0...v1.5.1

1.5.0

28 May 06:56
f36ee66
Compare
Choose a tag to compare

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

24 May 13:56
0110cca
Compare
Choose a tag to compare
1.4.40 Pre-release
Pre-release

What's Changed

  • Improve wording referencing config by @banholzer in #1262
  • Support for SSO basic-auth without dialogue. by @lecler-i in #1268
    • Provides workaround for #1267 and #1211
      To be able to use it, pass the ssoUser and ssoPasswordCommand to run. Here an example configuration
{
  "ssoUser": "Thomas",
  "ssoPasswordCommand": "gopass -o work/mycompany.com"
}

This only works for basic authentication

New Contributors

Full Changelog: v1.4.39...v1.4.40

1.4.39

07 May 09:59
3a8adf0
Compare
Choose a tag to compare
1.4.39 Pre-release
Pre-release

What's Changed

  • Show error message if configuration is invalid by @woernsn in #1224
  • Don't show an error if no config is used at all by @woernsn in #1253

New Contributors

Full Changelog: v1.4.37...v1.4.39

1.4.37

04 May 06:28
d3d8573
Compare
Choose a tag to compare

What's new

1.4.36

03 May 21:30
f0c2825
Compare
Choose a tag to compare

What's Changed

See image
image

Full Changelog: v1.4.35...v1.4.36

1.4.35

03 May 05:06
72922c7
Compare
Choose a tag to compare

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

01 May 07:17
077a681
Compare
Choose a tag to compare

What's new

  • Electron version downgraded to 29.3.0 due to inconsistent behaviour in different desktop environments

1.4.33

29 Apr 04:07
f73e8c4
Compare
Choose a tag to compare

What's new

  • Electron version upgraded to 30.0.1
  • Updated implementation of Notification.requestPermission()

by @jijojosephk

1.4.32

29 Apr 04:01
f73e8c4
Compare
Choose a tag to compare

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