Age | Commit message (Collapse) | Author |
|
|
|
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
which means we can remove the enable flag we had on this in main.js as its now
default.
|
|
|
|
Main change: backport of merged Pipewire picker under wayland. Now
redundant pickers for screen and application windows does not popup,
unfortunately full screen sharing is no longer possible with this.
See: #829
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Contains the fix for the hard crash on wayland when starting screenshare. Unfortunately it now hard-crashes when stopping screensharing.
The hard crash on starting screensharing is fixed, but its still relatively unreliable to share the screen under wayland. Background is electron/electron#39043, and same as described there two Pipewire pickers open, and the user has to select and accept both, then be quick in the jitsi selector as well and then it works. If one Pipewire picker is cancelled by the user, the process hangs. If the user is too slow in the jitsi selector, the two Pipewire pickers pop up again.
See: #829
|
|
|
|
Contains bump to electron 25, see https://www.electronjs.org/blog/electron-25-0
for details
|
|
|
|
|
|
|
|
|
|
* chore(deps) update Electron to 24
* docs: document broken screensharing on wayland
See #829
---------
Co-authored-by: Christoph Settgast <csett86_git@quicksands.de>
|
|
Bumps [webpack](https://github.com/webpack/webpack) from 5.70.0 to 5.76.0.
- [Release notes](https://github.com/webpack/webpack/releases)
- [Commits](https://github.com/webpack/webpack/compare/v5.70.0...v5.76.0)
---
updated-dependencies:
- dependency-name: webpack
dependency-type: direct:development
...
Signed-off-by: dependabot[bot] <support@github.com>
|
|
Fix linux/wayland screenshare by electron downgrade to 21
Closes: #829
|
|
|
|
|
|
|
|
|
|
|
|
|
|
No major version, only chromium security fixes
|
|
|
|
|
|
No major version, only chromium security fixes
|
|
|
|
Contains Chromium 104 -> 106 update and security updates of chromium since.
For details see https://www.electronjs.org/blog/electron-21-0
|
|
|
|
Contains Chromium 102 -> 104 update and security updates of chromium since.
For details see https://www.electronjs.org/blog/electron-20-0
@jitsi/electron-sdk still requires node, so disable the sandbox on renderer
This is a newly changed default with electron 20:
https://www.electronjs.org/blog#default-changed-renderers-without-nodeintegration-true-are-sandboxed-by-default
|
|
|
|
|
|
Used https://github.com/jitsi/jitsi-meet/blob/master/react/features/base/util/parseURLParams.ts and removed the typescript stuff and replaced deprecated substr()
Closes: #642
Signed-off-by: Christoph Wiechert <wio@psitrax.de>
|
|
|
|
|
|
Use with --ozone-platform-hint=auto to enable
Closes: #683
|
|
Includes downgraded node-gyp-build which should fix issues like
https://github.com/jitsi/jitsi-meet-electron/runs/7639735746?check_suite_focus=true
|
|
|
|
|
|
Security Patches from contained Chromium
See https://github.com/electron/electron/releases/tag/v19.0.7
and https://github.com/electron/electron/releases/tag/v19.0.8
|
|
|
|
|
|
Contains Chromium 98 -> 102 update, for high level overview see
https://www.electronjs.org/blog/electron-18-0
https://www.electronjs.org/blog/electron-19-0
Plan B support is now removed as well, as chromium 102 no longer offers
it: https://chromestatus.com/feature/5823036655665152
Signed-off-by: Christoph Settgast <csett86@web.de>
|