Release notes
*Sourced from [electron's releases](https://github.com/electron/electron/releases).*
> ## electron v7.1.2
> # Release Notes for v7.1.2
>
> ## Fixes
>
> * Disabled Touch Bar typing suggestions with autocorrect=off and spellcheck=false. [#21192](https://github-redirect.dependabot.com/electron/electron/issues/21192)
> * Fixed ENOMEM error with Node.js child_process when using empty options.env. [#21140](https://github-redirect.dependabot.com/electron/electron/issues/21140)
> * Fixed `.capturePage()` resolving with an empty object instead of `NativeImage` instance. [#21104](https://github-redirect.dependabot.com/electron/electron/issues/21104)
> * Fixed `webRequest` module unable to modify CORS headers. [#21123](https://github-redirect.dependabot.com/electron/electron/issues/21123)
> * Fixed an issue where custom protocols registered using `registerStreamProtocol` would sometimes fail to complete the response when the stream ended. [#21179](https://github-redirect.dependabot.com/electron/electron/issues/21179)
> * Fixed flickering when maximizing and restoring frameless windows. [#21205](https://github-redirect.dependabot.com/electron/electron/issues/21205)
> * Fixed incorrect size of windows on differently scaled monitors. [#21138](https://github-redirect.dependabot.com/electron/electron/issues/21138)
> * Fixed the 'login' event not being emitted when HTTP Basic auth was requested from a WebContents. [#21097](https://github-redirect.dependabot.com/electron/electron/issues/21097)
>
> ## Other Changes
>
> * Updated Chromium to 78.0.3904.113. [#21199](https://github-redirect.dependabot.com/electron/electron/issues/21199)
>
> ## electron v7.1.1
> # Release Notes for v7.1.1
>
> ## Fixes
>
> * Fixed `backgroundThrottling: false` not having an effect. [#21013](https://github-redirect.dependabot.com/electron/electron/issues/21013)
> * Fixed broken `globalShortcut.registerAll()` on Windows and Linux. [#20983](https://github-redirect.dependabot.com/electron/electron/issues/20983)
> * Fixed crash on exit in aura platforms with webview. [#21022](https://github-redirect.dependabot.com/electron/electron/issues/21022)
> * Fixed exiting HTML fullscreen for cross-origin iframes (e.g. YouTube) while in macOS fullscreen. [#21021](https://github-redirect.dependabot.com/electron/electron/issues/21021)
> * Fixed improper label internationalization for the `recentDocuments` MenuItem. [#20957](https://github-redirect.dependabot.com/electron/electron/issues/20957)
> * Fixed issue where `app.setAppLogsPath` did not work when you provided a valid path. [#21008](https://github-redirect.dependabot.com/electron/electron/issues/21008)
> * Fixed webrequest api typings. [#21038](https://github-redirect.dependabot.com/electron/electron/issues/21038)
>
> ## Other Changes
>
> * Updated Chromium to 78.0.3904.99. [#21033](https://github-redirect.dependabot.com/electron/electron/issues/21033)
>
> ## electron v7.1.0
> # Release Notes for v7.1.0
>
> This release is a minor bump as it contains exactly one new feature. `contextBridge` module, this feature is outlined below along with the other fixes and changes that went into this release. The `7.1.x` series is now only release line in the `7.x.y` major release line that will receive bug fixes and security fixes. It is recommended you upgrade to `7.1.x`.
>
> ## Features
>
> * Added new `contextBridge` module to make it easier to communicate between an isolated context and the main world. [#20789](https://github-redirect.dependabot.com/electron/electron/issues/20789)
>
> ## Fixes
>
> * Fixed `nativeTheme` not accessible via the `remote` module. [#20961](https://github-redirect.dependabot.com/electron/electron/issues/20961)
> * Fixed a memory leak issue when setting Tray images. [#20935](https://github-redirect.dependabot.com/electron/electron/issues/20935)
> * Fixed issue where proxied remote promises might not resolve if `Bluebird` was installed in the renderer. [#20947](https://github-redirect.dependabot.com/electron/electron/issues/20947)
>
> ... (truncated)
Commits
- [`e82f453`](https://github.com/electron/electron/commit/e82f453f711fa661677ae2003313b7257b76bbf4) Bump v7.1.2
- [`abc187d`](https://github.com/electron/electron/commit/abc187d6515d4ff16cdf52c91ac19b4f03df1ce9) Revert "Bump v7.1.2"
- [`913ef78`](https://github.com/electron/electron/commit/913ef7890f680fa43230ae9ca17b6544f2421084) Revert "Bump v7.1.3"
- [`bcb24bc`](https://github.com/electron/electron/commit/bcb24bcdd19ab9db4e0e8791ac806f47bf87b6b2) Bump v7.1.3
- [`d7ce600`](https://github.com/electron/electron/commit/d7ce600503a82dd40e127da47bd8d6003730b1dc) Bump v7.1.2
- [`d16f29f`](https://github.com/electron/electron/commit/d16f29f7fcb5d03c90e74761f162c10b3dba0cef) build: use python3 to download external binaries ([#21213](https://github-redirect.dependabot.com/electron/electron/issues/21213))
- [`3b77af7`](https://github.com/electron/electron/commit/3b77af7ac3e6dc12c258cb0b308f76d5285487d9) Revert "Bump v7.1.2"
- [`0a24147`](https://github.com/electron/electron/commit/0a241479cb51ec92da6683ef913d72b5be0747c3) Bump v7.1.2
- [`1c8177c`](https://github.com/electron/electron/commit/1c8177c54235ee3616d2cf8aeb38e35ea9471917) fix: disable Touch Bar typing suggestions with autocorrect=off and spellcheck...
- [`3f148fc`](https://github.com/electron/electron/commit/3f148fc3aa325ac0c3553f576e0ef1881f4d3610) chore: bump chromium in DEPS to 78.0.3904.113 ([#21199](https://github-redirect.dependabot.com/electron/electron/issues/21199))
- Additional commits viewable in [compare view](https://github.com/electron/electron/compare/v1.7.9...v7.1.2)
Maintainer changes
This version was pushed to npm by [electron-nightly](https://www.npmjs.com/~electron-nightly), a new releaser for electron since your current version.
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot ignore this [patch|minor|major] version` will close this PR and stop Dependabot creating any more for this minor/major version (unless you reopen the PR or upgrade to it yourself)
- `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
- `@dependabot use these labels` will set the current labels as the default for future PRs for this repo and language
- `@dependabot use these reviewers` will set the current reviewers as the default for future PRs for this repo and language
- `@dependabot use these assignees` will set the current assignees as the default for future PRs for this repo and language
- `@dependabot use this milestone` will set the current milestone as the default for future PRs for this repo and language
You can disable automated security fix PRs for this repo from the [Security Alerts page](https://github.com/nohosts/client/network/alerts).
Bumps electron from 1.7.9 to 7.1.2.
Release notes
*Sourced from [electron's releases](https://github.com/electron/electron/releases).* > ## electron v7.1.2 > # Release Notes for v7.1.2 > > ## Fixes > > * Disabled Touch Bar typing suggestions with autocorrect=off and spellcheck=false. [#21192](https://github-redirect.dependabot.com/electron/electron/issues/21192) > * Fixed ENOMEM error with Node.js child_process when using empty options.env. [#21140](https://github-redirect.dependabot.com/electron/electron/issues/21140) > * Fixed `Commits
- [`e82f453`](https://github.com/electron/electron/commit/e82f453f711fa661677ae2003313b7257b76bbf4) Bump v7.1.2 - [`abc187d`](https://github.com/electron/electron/commit/abc187d6515d4ff16cdf52c91ac19b4f03df1ce9) Revert "Bump v7.1.2" - [`913ef78`](https://github.com/electron/electron/commit/913ef7890f680fa43230ae9ca17b6544f2421084) Revert "Bump v7.1.3" - [`bcb24bc`](https://github.com/electron/electron/commit/bcb24bcdd19ab9db4e0e8791ac806f47bf87b6b2) Bump v7.1.3 - [`d7ce600`](https://github.com/electron/electron/commit/d7ce600503a82dd40e127da47bd8d6003730b1dc) Bump v7.1.2 - [`d16f29f`](https://github.com/electron/electron/commit/d16f29f7fcb5d03c90e74761f162c10b3dba0cef) build: use python3 to download external binaries ([#21213](https://github-redirect.dependabot.com/electron/electron/issues/21213)) - [`3b77af7`](https://github.com/electron/electron/commit/3b77af7ac3e6dc12c258cb0b308f76d5285487d9) Revert "Bump v7.1.2" - [`0a24147`](https://github.com/electron/electron/commit/0a241479cb51ec92da6683ef913d72b5be0747c3) Bump v7.1.2 - [`1c8177c`](https://github.com/electron/electron/commit/1c8177c54235ee3616d2cf8aeb38e35ea9471917) fix: disable Touch Bar typing suggestions with autocorrect=off and spellcheck... - [`3f148fc`](https://github.com/electron/electron/commit/3f148fc3aa325ac0c3553f576e0ef1881f4d3610) chore: bump chromium in DEPS to 78.0.3904.113 ([#21199](https://github-redirect.dependabot.com/electron/electron/issues/21199)) - Additional commits viewable in [compare view](https://github.com/electron/electron/compare/v1.7.9...v7.1.2)Maintainer changes
This version was pushed to npm by [electron-nightly](https://www.npmjs.com/~electron-nightly), a new releaser for electron since your current version.Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase
.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot ignore this [patch|minor|major] version` will close this PR and stop Dependabot creating any more for this minor/major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) - `@dependabot use these labels` will set the current labels as the default for future PRs for this repo and language - `@dependabot use these reviewers` will set the current reviewers as the default for future PRs for this repo and language - `@dependabot use these assignees` will set the current assignees as the default for future PRs for this repo and language - `@dependabot use this milestone` will set the current milestone as the default for future PRs for this repo and language You can disable automated security fix PRs for this repo from the [Security Alerts page](https://github.com/nohosts/client/network/alerts).