jitsi / jitsi-meet-electron

Jitsi Meet desktop application powered by :electron:
Apache License 2.0
1.48k stars 452 forks source link

chore(deps) update electron to 27.0.4 #921

Closed csett86 closed 8 months ago

csett86 commented 8 months ago

Contains electron 26 and 27 updates, for details see

https://www.electronjs.org/blog/electron-26-0 https://www.electronjs.org/blog/electron-27-0

Contains a fix for Linux that lead to crashes when the graphics drivers changed https://github.com/electron/electron/pull/40467

Mainly this should help with further bugfixes in webrtc as the contained Chromium is implicitly upgraded from 114 to 118.

In wayland / pipewire terms we have only minor additions, eg:

WaylandWindowDecorations by default: https://github.com/electron/electron/pull/39582

csett86 commented 8 months ago

I have bumped to 27.0.4 as that contains another Linux fix: https://github.com/electron/electron/pull/40467

@saghul please have another look

csett86 commented 8 months ago

tested successfully on windows 10, Ubuntu 22.04 (Wayland) and macOS 13.6

TallTed commented 7 months ago

For the benefit of others...

Kills support for macOS 10.14.x and earlier; requires macOS 10.15.x or later.