Skip to content

Releases: jitsi/jitsi-meet-electron

2022.7.1

21 Jul 21:53
54374e8
Compare
Choose a tag to compare

What's Changed

  • chore(deps): update jitsi sdk to reduce binary usage and hide AOT on windows during screenshare by @csett86 in #772
  • chore(deps): update electron to 19.0.8 by @csett86 in #775
  • chore: Upgrade CI Dependencies to Latest Version by @RudraSen2 in #758

New Contributors

Full Changelog: v2022.6.1...v2022.7.1

2022.6.1

27 Jun 16:56
957a607
Compare
Choose a tag to compare

Notable change

  • chore(deps): update electron from 17.4.1 to 19.0.6 (containing chromium 98 to 102 update) by @csett86 in #760

Full Changelog: v2022.4.1...v2022.6.1

2022.4.1

28 Apr 20:03
db3a6e2
Compare
Choose a tag to compare

Notable changes

All changes

  • feat(preload) limit the exposed SDK API surface by @saghul in #733
  • refactor: replace deprecated String.prototype.substr() by @CommanderRoot in #735
  • chore(deps): migrate webpack 4 to 5 by @kb-0311 in #732
  • chore(deps): remove process polyfill by @csett86 in #738
  • chore: remove unused alias for process in webpack.main config by @csett86 in #739
  • chore: use require instead of global process by @csett86 in #741
  • chore(deps-dev): bump moment from 2.29.1 to 2.29.2 by @dependabot in #742
  • chore(deps): bump plist from 3.0.4 to 3.0.5 by @dependabot in #743
  • chore(deps): bump ansi-regex from 3.0.0 to 3.0.1 by @dependabot in #744

New Contributors

Full Changelog: v2022.3.1...v2022.4.1

2022.3.1

09 Mar 20:41
7ec0304
Compare
Choose a tag to compare

What's Changed

  • chore(deps): update @jitsi/electron-sdk to fix aot issue by @csett86 in #728
  • chore(deps): update electron to 17.1.2 by @csett86 in #727

Full Changelog: v2022.2.1...v2022.3.1

2022.2.1

18 Feb 07:29
d43e006
Compare
Choose a tag to compare

What's Changed

  • chore(electron-bump) Update to electron from 16 to 17.0.1 (contains Chromium 96 -> 98 update) by @horymury in #711
  • feat: allow the jitsi-meet:// protocol in the URL box by @csett86 in #706
  • lang: spelling and typography fixes for French by @Glandos in #699
  • chore(deps): update @jitsi/electron-sdk for electron 17+ by @csett86 in #707

New Contributors

Full Changelog: v2022.1.1...v2022.2.1

2022.1.1

05 Jan 15:12
2183475
Compare
Choose a tag to compare

What's Changed

  • feat: force prejoin page instead of profile and AV settings by @csett86 in #690
  • chore(deps): update electron to 16.0.6 by @csett86 in #694
  • fix(deb): debian package now runs fine, but appimage on debian only works on bullseye (stable) and later (No impact on Ubuntu or others distros) by @csett86 in #684

Full Changelog: v2021.12.2...v2022.1.1

2021.12.2

03 Dec 21:15
31ed131
Compare
Choose a tag to compare

6525087 deps: update electron to 16.0.4 to fix crash when screensharing by @csett86 in #678

2021.12.1

01 Dec 11:26
5c9dd6d
Compare
Choose a tag to compare

Update electron from 13 to 16, which updates Chromium from 91 to 96. This is the ususal security and bugfixing, but specifically fixes some issues under linux/wayland (eg #629, https://bugs.chromium.org/p/webrtc/issues/detail?id=13152)

Thanks to all who contributed to resolving the blocking issues for the electron 14+ upgrade (#629 (comment)): @quitrk, @saghul

Users which are updating from release 2.8.12 or earlier will loose local settings (recently used rooms, user name, ...)

2021.11.2

06 Nov 08:59
935515d
Compare
Choose a tag to compare

Now really with autoupdate on mac, otherwise identical to 2021.11.1.

Autoupdate on windows and linux were not affected.

2021.11.1

04 Nov 22:07
14282cf
Compare
Choose a tag to compare

ae306f5 mac: Enable autoupdate by sign and notarize via github action

Note to distribution packagers: The app currently works with electron 13, see #629 for the blockers to electron 14+.