- May 12, 2021
-
-
csett86 authored
feat(linux): enable PipeWire support for screensharing
-
Christoph Settgast authored
This is required on wayland based desktops like Fedora 34 or Ubuntu 21.04. Closes: #567
-
- May 11, 2021
-
-
csett86 authored
In some OS/Chromium combinations the automatic gain control goes slightly crazy, but normally its fine. Thus keep the default as is, but add an option for the users to disable it if required. Closes: #564
-
- May 09, 2021
-
-
csett86 authored
-
dependabot[bot] authored
Bumps [hosted-git-info](https://github.com/npm/hosted-git-info) from 2.8.8 to 2.8.9. - [Release notes](https://github.com/npm/hosted-git-info/releases) - [Changelog](https://github.com/npm/hosted-git-info/blob/v2.8.9/CHANGELOG.md) - [Commits](https://github.com/npm/hosted-git-info/compare/v2.8.8...v2.8.9 ) Signed-off-by:
dependabot[bot] <support@github.com>
-
- May 08, 2021
-
-
csett86 authored
-
Christoph Settgast authored
See https://github.com/electron/electron/releases/tag/v12.0.7 Signed-off-by:
Christoph Settgast <csett86@web.de>
-
- May 07, 2021
-
-
Saúl Ibarra Corretgé authored
This reverts commit 963d6b12.
-
Besnik Bleta authored
-
dependabot[bot] authored
Bumps [lodash](https://github.com/lodash/lodash) from 4.17.19 to 4.17.21. - [Release notes](https://github.com/lodash/lodash/releases) - [Commits](https://github.com/lodash/lodash/compare/4.17.19...4.17.21 ) Signed-off-by:
dependabot[bot] <support@github.com>
-
- May 06, 2021
-
-
Christoph Settgast authored
Signed-off-by:
Christoph Settgast <csett86@web.de>
-
- May 02, 2021
-
-
Christoph Settgast authored
UDP connections (for WebRTC) require both the server and the client entitlement, as an app with only the client entitlement enabled can send, but not receive, data. See https://developer.apple.com/documentation/bundleresources/entitlements/com_apple_security_network_client Signed-off-by:
Christoph Settgast <csett86@web.de>
-
- May 01, 2021
-
-
Christoph Settgast authored
Security and bug fixes Signed-off-by:
Christoph Settgast <csett86@web.de>
-
- Apr 30, 2021
-
-
Christoph Settgast authored
Signed-off-by:
Christoph Settgast <csett86@web.de>
-
- Apr 20, 2021
-
-
dependabot[bot] authored
Bumps [ssri](https://github.com/npm/ssri) from 6.0.1 to 6.0.2. - [Release notes](https://github.com/npm/ssri/releases) - [Changelog](https://github.com/npm/ssri/blob/v6.0.2/CHANGELOG.md) - [Commits](https://github.com/npm/ssri/compare/v6.0.1...v6.0.2 ) Signed-off-by:
dependabot[bot] <support@github.com>
-
- Apr 14, 2021
-
-
Saúl Ibarra Corretgé authored
-
Christoph Settgast authored
Security: backported fix for chromium:1196683. #28638
- Apr 13, 2021
-
-
Rogério Queiroz authored
-
Christoph Settgast authored
Signed-off-by:
Christoph Settgast <csett86@web.de>
-
- Apr 06, 2021
-
-
Christoph Settgast authored
devDependencies left out intentionally, as updating babel & eslint requires more work and more dependencies due to the deprecation of babel-eslint.
-
- Mar 30, 2021
-
-
Christoph Settgast authored
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.
-
dependabot[bot] authored
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>
- Mar 28, 2021
-
-
Christoph Settgast authored
This is a workaround for the electron-builder issue https://github.com/electron-userland/electron-builder/issues/5294
-
- Mar 24, 2021
-
-
Saúl Ibarra Corretgé authored
It's necessary for auto-updates.
-
Saúl Ibarra Corretgé authored
-
Saúl Ibarra Corretgé authored
-
Christoph Settgast authored
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>
- Mar 23, 2021
-
-
Saúl Ibarra Corretgé authored
-
Saúl Ibarra Corretgé authored
-
bsimml authored
-
- Mar 14, 2021
-
-
Christoph Settgast authored
- 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>
-
Christoph Settgast authored
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>
-
Adam Spiers authored
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.
-