Releases: IsmaelMartinez/teams-for-linux
Releases · IsmaelMartinez/teams-for-linux
2.0.18
2.0.17
What's New
- Update electron to 36.4.0 and @homebridge/dbus-native to 0.7.1 for improved ARM compatibility and security
- Adding release info generation from com.github.IsmaelMartinez.teams_for_linux.appdata.xml file (WIP)
- Validate the release version is ready on the build.yml github action
- Updating github actions to use node 22
Notes
ARM Compatibility Improvements
The @homebridge/dbus-native update fixes crashes on ARMv6 platforms and improves overall ARM compatibility for Linux users.
Electron 36.4.0 Update
This Electron update includes security improvements and modern platform support.
GNOME Users: Electron 36+ defaults to GTK 4 on GNOME. If you experience theming issues, you can use GTK 3 mode.
More details: Electron GTK 4 Changes
For a detailed comparison of changes, see the Electron v35.4.0 to v36.4.0 Changes.
Closes #1691
Full Changelog: v2.0.16...v2.0.17
2.0.16
What's Changed
- Reimplementation of call events + new incoming call toast by @93Sprinter in #1718
Full Changelog: v2.0.15...v2.0.16
2.0.15
2.0.14
2.0.13
What's Changed
- upgrading electron to 35.4.0 by @IsmaelMartinez in #1707
Full Changelog: v2.0.12...v2.0.13
2.0.12
What's Changed
- Fix: removing apt update warning "doesn't support architecture 'i386'" by @Crescent-Saturn in #1688
- Update node version in CONTRIBUTING.md by @kaymes in #1697
- fixing #1681 by only applying those changes to macOS by @IsmaelMartinez in #1699
New Contributors
- @Crescent-Saturn made their first contribution in #1688
- @kaymes made their first contribution in #1697
Full Changelog: v2.0.11...v2.0.12
2.0.11
What's Changed
- fix: removing the appTitle setting the name of the app as that breaks the tray icon in linux systems by @IsmaelMartinez in #1679
Full Changelog: v2.0.10...v2.0.11
2.0.10
What's Changed
- dynamically set Dock icon for macOS by @mluxe in #1664
- updating the electron version to 35.2.0 by @IsmaelMartinez in #1667
New Contributors
Full Changelog: v2.0.9...v2.0.10
2.0.9
What's Changed
- removing unused and deprecated config options by @IsmaelMartinez in #1663
- Remove
disableMeetingNotifications
as it is not possible anymore - found from #1659 - Removing the
incomingCallCommand
andincomingCallCommandArgs
as they are not working anymore - Removing
ntlmV2enabled
as it is not documented anymore in Chromium and it should be the default value - Removing deprecated
clearStorage
in favor of clearStorageData - Removing deprecated
customUserDir
in favor of --user-data-dir - Changing the default value of
onNewWindowOpenMeetupJoinUrlInApp
to true - #1379
- Remove
Full Changelog: v2.0.8...v2.0.9