Christoph Settgast
4cc851dc75
Linux: Fix running AppImage on Debian 10+ ( #231 )
...
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.
1 year ago
dependabot[bot]
f0957f73f6
Bump y18n from 4.0.0 to 4.0.1
...
Bumps [y18n](https://github.com/yargs/y18n ) from 4.0.0 to 4.0.1.
- [Release notes](https://github.com/yargs/y18n/releases )
- [Changelog](https://github.com/yargs/y18n/blob/master/CHANGELOG.md )
- [Commits](https://github.com/yargs/y18n/commits )
Signed-off-by: dependabot[bot] <support@github.com>
1 year ago
Christoph Settgast
8e7fb233cf
Linux: Fix Desktop Icon ( #543 )
...
This is a workaround for the electron-builder issue
https://github.com/electron-userland/electron-builder/issues/5294
1 year ago
Saúl Ibarra Corretgé
4c0a96d255
2.8.3
1 year ago
Saúl Ibarra Corretgé
d46e5b019d
Build zip file on macOS as well
...
It's necessary for auto-updates.
1 year ago
Saúl Ibarra Corretgé
79b6a78b12
Update README
1 year ago
Saúl Ibarra Corretgé
f88abef302
2.8.2
1 year ago
Saúl Ibarra Corretgé
8aa9336172
2.8.1
1 year ago
Saúl Ibarra Corretgé
c16bcb8e89
Run CI when pushing a tag
1 year ago
Saúl Ibarra Corretgé
59fb0f2a82
2.8.0
1 year ago
Christoph Settgast
a620a3fcef
Update Electron to 12.0.2
...
Several fixes and patch-updated bundled Chromium.
For details see https://github.com/electron/electron/releases/tag/v12.0.2
Signed-off-by: Christoph Settgast <csett86@web.de>
1 year ago
Saúl Ibarra Corretgé
3e5c116e0a
Build Debian packages too
1 year ago
Saúl Ibarra Corretgé
89221a6954
Use GH Actions as the only CI
1 year ago
bsimml
db6d976ae2
Allow mailto links to be opened externally
1 year ago
Christoph Settgast
5c49372e11
Enhancements to make it more Mac App Store (mas) compatible
...
- disable the autoupdater if running as mas (was not working anyway, just logging an error on every start)
- replace check via app.requestSingleInstanceLock() with LSMultipleInstancesProhibited in Info.plist
due to https://github.com/electron/electron/issues/15958
- Quit the app also when all windows are closed to conform to macOS Human Interface Guidelines
Comments from review:
If the application is a single-window app, it might be appropriate to save data and quit the app when the main window is closed.
- "asarUnpack": "**/*.node" to also sign the native addons when packaging
- add the required mas-specific entitlements which include the app-sandbox key
Signed-off-by: Christoph Settgast <csett86@web.de>
1 year ago
Christoph Settgast
9b09a4bfa9
Switch mac build to universal build
...
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>
1 year ago
Adam Spiers
b41de51ed2
README: explain why remote control was disabled
...
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.
1 year ago
t2d
ce2243d220
Document working CSP
1 year ago
Saúl Ibarra Corretgé
324e4c2dba
2.7.1
1 year ago
Christoph Settgast
c60995c3f7
Update Electron to 12.0.1
...
Several fixes and patch-updated bundled Chromium.
For details see https://github.com/electron/electron/releases/tag/v12.0.1
Signed-off-by: Christoph Settgast <csett86@web.de>
1 year ago
Saúl Ibarra Corretgé
2698618930
Update README.md
1 year ago
Saúl Ibarra Corretgé
87b811020d
Update README.md
1 year ago
Saúl Ibarra Corretgé
db13c350eb
2.7.0
1 year ago
Saúl Ibarra Corretgé
c3455ddbce
Fix Travis CI build
1 year ago
Saúl Ibarra Corretgé
21b494b140
Add Apple Silicon support
1 year ago
dependabot[bot]
6465eeeeb1
Bump elliptic from 6.5.3 to 6.5.4
...
Bumps [elliptic](https://github.com/indutny/elliptic ) from 6.5.3 to 6.5.4.
- [Release notes](https://github.com/indutny/elliptic/releases )
- [Commits](https://github.com/indutny/elliptic/compare/v6.5.3...v6.5.4 )
Signed-off-by: dependabot[bot] <support@github.com>
1 year ago
Saúl Ibarra Corretgé
5bc1e098a5
2.6.1
1 year ago
Saúl Ibarra Corretgé
da42179d3b
Prevent AoT and SS-tracker windows from being captured
...
In electron utils 2.0.15 we mark them as protected content, but on macOS
WebRTC uses a low level API which sidesteps that. An extra command line
argument is passed to fix that.
See: https://github.com/electron/electron/issues/19880
1 year ago
Saúl Ibarra Corretgé
bad37a6d5e
2.6.0
1 year ago
Saúl Ibarra Corretgé
8863a8ce83
Update jitsi-meet-electron-utils
...
Fixes a bug with the screen sharing tracker in Electron 12.
1 year ago
Saúl Ibarra Corretgé
d91bdee321
Re-enable GPU acceleration
...
It broke screen-sharing, but was fixed in Chrome 88.
1 year ago
Saúl Ibarra Corretgé
b1e73df410
Update Electron to version 12.0.0
1 year ago
Saúl Ibarra Corretgé
a64241731d
Update bundled external API
...
Fixes: https://github.com/jitsi/jitsi-meet-electron/issues/527
1 year ago
Cedric Roijakkers
569cbfe89b
Added Dutch translation.
1 year ago
Dominik Gedon
4fb7e4c151
Fix typo in German language file
1 year ago
Saúl Ibarra Corretgé
a9f661f677
2.5.1
1 year ago
Saúl Ibarra Corretgé
dc4e2f8c9d
2.5.0
1 year ago
Saúl Ibarra Corretgé
b8f4da2213
Update dependencies
1 year ago
Saúl Ibarra Corretgé
edc2f3e8c8
Update dependencies
1 year ago
Saúl Ibarra Corretgé
1c6b603d2f
Open WebRTC internals when in dev mode
1 year ago
Saúl Ibarra Corretgé
ebdd32a795
Enable WASM SIMD
1 year ago
Saúl Ibarra Corretgé
2e482a132c
Update Electron to version 11.3.0
1 year ago
Saúl Ibarra Corretgé
01c2468666
Update feedback URL
1 year ago
David Haberthür
3345e3fa4a
Updating install command for Homebrew
...
According to https://formulae.brew.sh/cask/jitsi-meet#default
1 year ago
Marvin Frommhold
25cc204100
Fix typo in German language file
1 year ago
xosecalvo
eeb0fe5ec7
Galician localization
1 year ago
Jan
93584eac82
Fix typo in German language file
1 year ago
dependabot[bot]
f73e6a6c7d
Bump ini from 1.3.5 to 1.3.7
...
Bumps [ini](https://github.com/isaacs/ini ) from 1.3.5 to 1.3.7.
- [Release notes](https://github.com/isaacs/ini/releases )
- [Commits](https://github.com/isaacs/ini/compare/v1.3.5...v1.3.7 )
Signed-off-by: dependabot[bot] <support@github.com>
1 year ago
Tobias Bannert
8dc0edc452
updated german translation
...
Updated, corrected and completed the german translation.
1 year ago
Saúl Ibarra Corretgé
04eb522bb5
Update Electron dependency
2 years ago