Skip to content

Releases: jitsi/jitsi-meet-electron

2.0.0-beta4

08 Apr 12:58
Compare
Choose a tag to compare
v2.0.0-beta4

Bump version

2.0.0

08 Apr 15:18
Compare
Choose a tag to compare

Changes

  • Updated dependencies, fixing security problems
  • Updated jitsi-meet-electron utils, bringing in new features such as system audio sharing (if the Jitsi Meet deployment has support for it).

This update comes with some caveats: the Windows and macOS releases are unsigned, so auto-update won't work.

Windows

Windows users will need to download the app again. A warning will show up mentioning the app is unsigned. This is expected.

macOS

macOS users will need to download the app again beccause it's now unsigned. On macOS catalina a warning will be displayed. The app won't open unless "open" is pressed. This dialog is only shown once.

Screen Shot 2020-04-08 at 08 47 45

GNU/Linux

There is a known issue which prevents the app from starting on some Linux distributions: #231

The workaround for now is to run the following command: sudo sysctl kernel.unprivileged_userns_clone=1

Alternatively, launch the app like so ./jitsi-meet-x86_64.AppImage --no-sandbox

2.0.0-beta3

07 Apr 16:06
Compare
Choose a tag to compare
v2.0.0-beta3

Downgrade electron-builder for Windows Defender bump version to beta3

2.0.0-beta2

07 Apr 13:04
Compare
Choose a tag to compare
v2.0.0-beta2

Bump version to 2.0.0-beta2

v2.0.0-beta1

07 Apr 12:33
Compare
Choose a tag to compare
Remove unnecessary keywords and build env

v1.1.1

10 Oct 19:38
Compare
Choose a tag to compare

Changelog

  • Fix regression joining conferences (they would timeout and return to the welcome page if auth was enabled)

v1.1.0

05 Oct 08:35
Compare
Choose a tag to compare

Changelog

  • Added a 10s join timeout
  • Clarified error message about invalid URL and documented how to enable the external API
  • Updated Electron and other dependencies

v1.0.0

06 Sep 12:21
Compare
Choose a tag to compare

First stable release! 🎉 🎉 🎉

Changes since alpha3:

  • Added onboarding
  • Updated dependencies
  • Updated README

v1.0.0-alpha.3

28 Jul 12:00
Compare
Choose a tag to compare

Release highlights

  • Add recent meetings list

v1.0.0-alpha.2

18 Jul 08:25
Compare
Choose a tag to compare

Release highlights

  • macOS and Windows binaries are now signed
  • Auto-update ready, next update will come automagically