- 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.
-
- Mar 12, 2021
-
-
t2d authored
-
- Mar 11, 2021
-
-
Christoph Settgast authored
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>
-
- Mar 10, 2021
-
-
Saúl Ibarra Corretgé authored
-
Saúl Ibarra Corretgé authored
-
- Mar 09, 2021
-
-
Saúl Ibarra Corretgé authored
-
Saúl Ibarra Corretgé authored
- Mar 08, 2021
-
-
dependabot[bot] authored
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>
-
- Mar 05, 2021
-
-
Saúl Ibarra Corretgé authored
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
- Mar 04, 2021
-
- Mar 03, 2021
-
-
Saúl Ibarra Corretgé authored
Fixes a bug with the screen sharing tracker in Electron 12.
-
Saúl Ibarra Corretgé authored
It broke screen-sharing, but was fixed in Chrome 88.
-
Saúl Ibarra Corretgé authored
-