aboutsummaryrefslogtreecommitdiff
path: root/README.md
AgeCommit message (Collapse)Author
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-16README: document current wayland issues (#912)Christoph Settgast
2023-09-06README: document current wayland screensharing status (#907)Christoph Settgast
2023-07-17README: document wayland screensharing issues (#891)Christoph Settgast
2023-07-17ci: add support for linux-arm64 AppImage and deb (#889)Christoph 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-22README: Update to current flathub branding badge (#859)Christoph Settgast
2023-01-24tweaked markup and punctuation for clarity (#834)Ted Thibodeau Jr
2023-01-20Update README.md (#832)v2023.1.1Manice18
Corrected GNU/LInux to GNU/Linux screensharing to screen-sharing
2022-10-14feat: support Jitsi instances that set x-frame-options and frame-ancestors ↵Christoph Settgast
CSP (#798) While in browser environments the headers are sensible, the only purpose of the electron app is load jitsi in the iframe api. This also is how the mobile apps behave (they also ignore the framing headers) Fixes: #285
2022-08-12feat(wayland): enable titlebar when running under wayland (#766)Christoph Settgast
Use with --ozone-platform-hint=auto to enable Closes: #683
2022-07-04README: Add instructions how to clean the cache (#767)Christoph Settgast
Closes: #649
2022-05-02Update README for Ubuntu 22.04 (#753)Christoph Settgast
2022-02-16doc: X-Frame-Options "sameorigin" breaks the app (#715)Christoph Settgast
2021-11-16README: add publishing docs (#667)csett86
2021-11-14README: further cleanups after rename of utils -> sdk (#665)csett86
2021-11-05README: Mac auto-update now works with signed binscsett86
2021-11-02Update package-lock.json file to npm 8Saúl Ibarra Corretgé
Fixes: https://github.com/jitsi/jitsi-meet-electron/issues/650
2021-10-18Update README.mdovari
2021-10-18Update README.mdovari
https://github.com/jitsi/jitsi-meet-electron/issues/636 https://github.com/jitsi/jitsi-meet-electron/pull/640
2021-10-17chore(deps): update electron-builder to 22.11.11 and move to node 14(#583)csett86
electron-builder 22.11.0+ requires node 14, so update node 12 -> node 14 as well. Signed-off-by: Christoph Settgast <csett86@web.de>
2021-09-19Update hu.json (#637)ovari
2021-07-31Enable WebAssemblyCSP flag so wasm-eval CSP can be used instead of requiring ↵csett86
unsafe-eval (#617)
2021-03-31Linux: Fix running AppImage on Debian 10+ (#231)Christoph Settgast
Modeled after https://github.com/electron-userland/electron-builder/issues/5371#issuecomment-791771150 but written with promised-based fs nodejs API. This allows to drop the app-builder-lib .desktop patch, as --no-sandbox is now part of all linux targets via the additional launcher script, so the arg can be dropped from the .desktop file Exec line. Manual workaround is removed from the README as well.
2021-03-24Update READMESaúl Ibarra Corretgé
2021-03-15Switch mac build to universal buildChristoph Settgast
Apple's documentation suggests that apps should be shipped as universal binaries to simplify the process for the users. See eg. https://developer.apple.com/documentation/apple-silicon/porting-your-macos-apps-to-apple-silicon Also update electron-updater to latest version (matching electron-builder version) as part of this. Signed-off-by: Christoph Settgast <csett86@web.de>
2021-03-14README: explain why remote control was disabledAdam Spiers
Just marking the remote control feature as disabled without explaining why was not at all helpful to end users needing this feature. So link to a couple of pages to help them understand the reasoning. It may even attract developers to work on a fix.
2021-03-12Document working CSPt2d
2021-03-10Update README.mdSaúl Ibarra Corretgé
2021-03-10Update README.mdSaúl Ibarra Corretgé
2021-01-29Updating install command for HomebrewDavid Haberthür
According to https://formulae.brew.sh/cask/jitsi-meet#default
2020-11-11Add prerequisites for building on WindowsSaúl Ibarra Corretgé
2020-11-10Add link to GNU/Linux issueNeroBurner
Add a link to the #231 issue as searching the issue by hand is cumbersome
2020-11-04Add GNU/LInux dependencies to READMESaúl Ibarra Corretgé
2020-10-20Add Flathub iconProprietary Chrome-chan
2020-10-08Update README.mdSaúl Ibarra Corretgé
2020-09-29Update README.mdovari
2020-09-25Simplify validating server URLSaúl Ibarra Corretgé
There is no need to send a HEAD request to the server since we now bundle external_api.js.
2020-09-10Update README.mdSaúl Ibarra Corretgé
2020-08-11Fix typoovari
2020-07-03Add Auto-Update limitation information for macOS to the READMERibero
2020-06-26Define Node.js 12 as requirementChristophe HAMERLING
2020-06-16Update README.mdMarcos Dantas
2020-06-10Add protocol to open conference links with the appChristophe Hamerling
Co-authored-by: Christophe HAMERLING <chamerling@linagora.com> Co-authored-by: Klemens Arro <klemens.arro@admcloudtech.com> Co-authored-by: Goran Urukalo <goran.urukalo@teletrader.com>
2020-06-09Add Application command line flag support for devtoolsChristophe HAMERLING
2020-06-09Add SHOW_DEV_TOOLS environment variableChristophe HAMERLING
2020-06-05Update READMESaúl Ibarra Corretgé
2020-05-31Update README.mdsergio
Update frame-ancestors note.
2020-05-20Update README.mdSaúl Ibarra Corretgé
2020-04-30Add note about debuggerChristophe HAMERLING