aboutsummaryrefslogtreecommitdiff
path: root/package.json
AgeCommit message (Collapse)Author
2023-11-112023.11.0v2023.11.0Christoph Settgast
2023-11-11chore(deps) update electron to 27.0.3 (#921)Christoph Settgast
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.
2023-10-022023.10.0v2023.10.0Christoph Settgast
2023-10-01chore(deps) update electron to 25.8.4 (#915)Christoph Settgast
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
2023-09-162023.9.1v2023.9.1Christoph Settgast
2023-09-15fix(linux): downgrade electron to avoid renderer crashes (#910)Christoph Settgast
2023-09-052023.9.0v2023.9.0Christoph Settgast
2023-09-05chore(deps) update electron to 26.1.0 (#904)Christoph Settgast
2023-08-252023.8.0damencho
2023-07-172023.7.2v2023.7.2Christoph Settgast
2023-07-17ci: add support for linux-arm64 AppImage and deb (#889)Christoph Settgast
2023-07-14lang: Add hindi translation (#888)shellheim
2023-07-142023.7.1v2023.7.1Christoph Settgast
2023-07-13chore(deps) update electron to 25.3.0 (#882)Christoph Settgast
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
2023-07-042023.7.0v2023.7.0Christoph Settgast
2023-07-04chore(deps) update electron to 25.2.0 (#878)Christoph Settgast
Contains bump to electron 25, see https://www.electronjs.org/blog/electron-25-0 for details
2023-05-262023.5.3Saúl Ibarra Corretgé
2023-05-252023.5.2v2023.5.2Saúl Ibarra Corretgé
2023-05-222023.5.1v2023.5.1Saúl Ibarra Corretgé
2023-05-102023.5.0v2023.5.0Christoph Settgast
2023-05-10chore(deps) update Electron to 24 (#862)Saúl Ibarra Corretgé
* chore(deps) update Electron to 24 * docs: document broken screensharing on wayland See #829 --------- Co-authored-by: Christoph Settgast <csett86_git@quicksands.de>
2023-04-17chore(deps-dev): bump webpack from 5.70.0 to 5.76.0dependabot[bot]
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>
2023-02-03chore(deps): downgrade electron to 21 and release as 2023.2.0 (#843)v2023.2.0Christoph Settgast
Fix linux/wayland screenshare by electron downgrade to 21 Closes: #829
2023-02-03chore(deps) update @jitsi/electron-sdk to version 5.0.1 (#842)Saúl Ibarra Corretgé
2023-01-242023.1.2v2023.1.2Christoph Settgast
2023-01-202023.1.1Christoph Settgast
2023-01-162023.1.0v2023.1.0Christoph Settgast
2023-01-15chore(deps) update electron to 22.0.2 (#826)Christoph Settgast
2022-12-112022.12.0v2022.12.0Christoph Settgast
2022-12-11chore(deps) update electron to 21.3.3 (#817)Christoph Settgast
No major version, only chromium security fixes
2022-11-202022.11.0v2022.11.0Christoph Settgast
2022-11-20lang: update desktop display name (#792)TTG
2022-11-20chore(deps) update electron to 21.3.0 (#806)Christoph Settgast
No major version, only chromium security fixes
2022-10-192022.10.1v2022.10.1Christoph Settgast
2022-10-18chore(deps) update electron to 21.1.1 (#801)Christoph Settgast
Contains Chromium 104 -> 106 update and security updates of chromium since. For details see https://www.electronjs.org/blog/electron-21-0
2022-09-242022.9.1v2022.9.1Christoph Settgast
2022-09-24chore(deps) update electron to 20.2.0 (#790)Christoph Settgast
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
2022-09-23feat: Chinese Translations (#789)TTG
2022-08-30chore(electron-sdk) Increment electron sdk versionHoratiu Muresan
2022-08-25fix(config): backport parseURLParams from jitsi-meet (#786)Christoph Wiechert
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>
2022-08-24chore: update jitsi-electron-sdk to 3.0.18Avram Tudor
2022-08-122022.8.1v2022.8.1Christoph Settgast
2022-08-12feat(wayland): enable titlebar when running under wayland (#766)Christoph Settgast
Use with --ozone-platform-hint=auto to enable Closes: #683
2022-08-08fix(win): fix build failures (#780)Christoph Settgast
Includes downgraded node-gyp-build which should fix issues like https://github.com/jitsi/jitsi-meet-electron/runs/7639735746?check_suite_focus=true
2022-08-02feat: croatian translation (#771)Milo Ivir
2022-07-212022.7.1v2022.7.1Christoph Settgast
2022-07-20chore(deps): update electron to 19.0.8 (#775)Christoph Settgast
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
2022-07-20chore(deps): update jitsi sdk to reduce binary usage (#772)Christoph Settgast
2022-06-272022.6.1v2022.6.1Christoph Settgast
2022-06-26chore(deps): update electron to 19.0.6 (#760)Christoph Settgast
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>