Release notes
*Sourced from [electron's releases](https://github.com/electron/electron/releases).*
> ## electron v7.1.5
> # Release Notes for v7.1.5
>
> ## Fixes
>
> * Added workaround for nativeWindowOpen hang. [#21497](https://github-redirect.dependabot.com/electron/electron/issues/21497)
> * Fixed `cookies.set` not working correctly when `name` or `expirationDate` is omitted. [#21481](https://github-redirect.dependabot.com/electron/electron/issues/21481)
> * Fixed a weird behaviors and crashes when controlling window menu by keys. [#21453](https://github-redirect.dependabot.com/electron/electron/issues/21453)
> * Fixed accessibility window title on macOS. [#21466](https://github-redirect.dependabot.com/electron/electron/issues/21466)
> * Fixed contextBridge crash when opening and closing many windows. [#21514](https://github-redirect.dependabot.com/electron/electron/issues/21514)
> * Fixed source maps not loading in devtools with file scheme. [#21494](https://github-redirect.dependabot.com/electron/electron/issues/21494)
> * Fixed window menu unable to hide on startup. [#21449](https://github-redirect.dependabot.com/electron/electron/issues/21449)
> * Removed Electron.dsym from macOS application zip. [#21487](https://github-redirect.dependabot.com/electron/electron/issues/21487)
>
> ## electron v7.1.4
> # Release Notes for v7.1.4
>
> ## Fixes
>
> * Fixed an issue that caused ClientRequest.getUploadProgress() to return incorrect values. [#21425](https://github-redirect.dependabot.com/electron/electron/issues/21425)
> * Fixed compositor recycling when creating new BrowserView. [#21400](https://github-redirect.dependabot.com/electron/electron/issues/21400)
> * Fixed contextBridge crash when closing a window. [#21417](https://github-redirect.dependabot.com/electron/electron/issues/21417)
> * Fixed issues where noLink and checkboxChecked were not passed correctly on Windows. [#21406](https://github-redirect.dependabot.com/electron/electron/issues/21406)
> * Fixed throttling in `webContents.setBackgroundThrottling`. [#21357](https://github-redirect.dependabot.com/electron/electron/issues/21357)
>
> ## Other Changes
>
> * Updated Chromium to 78.0.3904.130. [#21413](https://github-redirect.dependabot.com/electron/electron/issues/21413)
>
> ## electron v7.1.3
> # Release Notes for v7.1.3
>
> ## Fixes
>
> * Fixed `--ignore-connections-limit`, ironically, being ignored. [#21299](https://github-redirect.dependabot.com/electron/electron/issues/21299)
> * Fixed broken focus with OOPIF embedded inside webview. [#21223](https://github-redirect.dependabot.com/electron/electron/issues/21223)
> * Fixed context menu disappearing when showing. [#21225](https://github-redirect.dependabot.com/electron/electron/issues/21225)
> * Fixed contextBridge crash. [#21281](https://github-redirect.dependabot.com/electron/electron/issues/21281)
> * Fixed the 'login' event not being emitted when HTTP Basic auth was requested during a `net.request`. [#21135](https://github-redirect.dependabot.com/electron/electron/issues/21135)
> * Net module requests no longer raise errors when non-2xx responses are received. [#21295](https://github-redirect.dependabot.com/electron/electron/issues/21295)
> * The `disabled-by-default-cpu_profiler` tracing category now correctly records stack samples from the main process and utility processes. [#21277](https://github-redirect.dependabot.com/electron/electron/issues/21277)
> * `webContents.reloadIgnoringCache()` will now forcefully ignore all caches, including service workers. [#21284](https://github-redirect.dependabot.com/electron/electron/issues/21284)
> * `window.root` and `window.GLOBAL` are both now undefined when `nodeIntegration` is disabled as expected. [#21354](https://github-redirect.dependabot.com/electron/electron/issues/21354)
>
> ## Other Changes
>
> * Fixed some crashes that could occur when using the `net` module. [#21304](https://github-redirect.dependabot.com/electron/electron/issues/21304)
> * Generate debug symbols on Linux. [#21279](https://github-redirect.dependabot.com/electron/electron/issues/21279)
> * Made strip_absolute_paths_from_debug_symbols to false in debug.gn. [#21317](https://github-redirect.dependabot.com/electron/electron/issues/21317)
> * Updated Chromium to 78.0.3904.126. [#21346](https://github-redirect.dependabot.com/electron/electron/issues/21346)
> ... (truncated)
Commits
- [`1409056`](https://github.com/electron/electron/commit/1409056baf762d99ff7f70e7461ca7b6d94cba21) Bump v7.1.5
- [`72cb493`](https://github.com/electron/electron/commit/72cb493023f576df983693d60b5ec3df45644411) Revert "Bump v7.1.5"
- [`1e7f26e`](https://github.com/electron/electron/commit/1e7f26e5fd425f08e038cbd7e4ab244f199b00c2) fix: avoid contextBridge crash when RenderFrame address is reused ([#21514](https://github-redirect.dependabot.com/electron/electron/issues/21514))
- [`383e757`](https://github.com/electron/electron/commit/383e75796aab644e8b3b0a39214922fc9f16d8ca) Bump v7.1.5
- [`1edfffa`](https://github.com/electron/electron/commit/1edfffae2552818daa163294450d16f093a16a6f) fix: workaround for hang when preventDefault-ing nativeWindowOpen (7-1-x) ([#2](https://github-redirect.dependabot.com/electron/electron/issues/2)...
- [`96e7b44`](https://github.com/electron/electron/commit/96e7b443fc60334944edce1d69618cdfa8642237) fix: sourcemaps not loading with network service ([#21494](https://github-redirect.dependabot.com/electron/electron/issues/21494))
- [`8f728af`](https://github.com/electron/electron/commit/8f728af13ae8a8481ba1ada6679c507895913a67) fix: avoid Electron.dsym files in the main app bundle ([#21447](https://github-redirect.dependabot.com/electron/electron/issues/21447)) ([#21487](https://github-redirect.dependabot.com/electron/electron/issues/21487))
- [`281b074`](https://github.com/electron/electron/commit/281b0741f741a7df17efddf18bca067af0a8f506) fix: name and expirationDate should be optional when setting cookie ([#21454](https://github-redirect.dependabot.com/electron/electron/issues/21454)) ...
- [`38c43ab`](https://github.com/electron/electron/commit/38c43ab48f249953f785bda7989541d7dfbe917d) fix: hiding window menu should work on startup ([#21436](https://github-redirect.dependabot.com/electron/electron/issues/21436)) ([#21449](https://github-redirect.dependabot.com/electron/electron/issues/21449))
- [`d1d3d1b`](https://github.com/electron/electron/commit/d1d3d1bd1fbababfb9b0abbd693f468ad2a1851c) fix: restore accessibility window title on macOS ([#21466](https://github-redirect.dependabot.com/electron/electron/issues/21466))
- Additional commits viewable in [compare view](https://github.com/electron/electron/compare/v7.1.2...v7.1.5)
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 close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
- `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
- `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor 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
- `@dependabot badge me` will comment on this PR with code to add a "Dependabot enabled" badge to your readme
Additionally, you can set the following in your Dependabot [dashboard](https://app.dependabot.com):
- Update frequency (including time of day and day of week)
- Pull request limits (per update run and/or open at any time)
- Automerge options (never/patch/minor, and dev/runtime dependencies)
- Out-of-range updates (receive only lockfile updates, if desired)
- Security updates (receive only security updates, if desired)
Bumps electron from 7.1.2 to 7.1.5.
Release notes
*Sourced from [electron's releases](https://github.com/electron/electron/releases).* > ## electron v7.1.5 > # Release Notes for v7.1.5 > > ## Fixes > > * Added workaround for nativeWindowOpen hang. [#21497](https://github-redirect.dependabot.com/electron/electron/issues/21497) > * Fixed `cookies.set` not working correctly when `name` or `expirationDate` is omitted. [#21481](https://github-redirect.dependabot.com/electron/electron/issues/21481) > * Fixed a weird behaviors and crashes when controlling window menu by keys. [#21453](https://github-redirect.dependabot.com/electron/electron/issues/21453) > * Fixed accessibility window title on macOS. [#21466](https://github-redirect.dependabot.com/electron/electron/issues/21466) > * Fixed contextBridge crash when opening and closing many windows. [#21514](https://github-redirect.dependabot.com/electron/electron/issues/21514) > * Fixed source maps not loading in devtools with file scheme. [#21494](https://github-redirect.dependabot.com/electron/electron/issues/21494) > * Fixed window menu unable to hide on startup. [#21449](https://github-redirect.dependabot.com/electron/electron/issues/21449) > * Removed Electron.dsym from macOS application zip. [#21487](https://github-redirect.dependabot.com/electron/electron/issues/21487) > > ## electron v7.1.4 > # Release Notes for v7.1.4 > > ## Fixes > > * Fixed an issue that caused ClientRequest.getUploadProgress() to return incorrect values. [#21425](https://github-redirect.dependabot.com/electron/electron/issues/21425) > * Fixed compositor recycling when creating new BrowserView. [#21400](https://github-redirect.dependabot.com/electron/electron/issues/21400) > * Fixed contextBridge crash when closing a window. [#21417](https://github-redirect.dependabot.com/electron/electron/issues/21417) > * Fixed issues where noLink and checkboxChecked were not passed correctly on Windows. [#21406](https://github-redirect.dependabot.com/electron/electron/issues/21406) > * Fixed throttling in `webContents.setBackgroundThrottling`. [#21357](https://github-redirect.dependabot.com/electron/electron/issues/21357) > > ## Other Changes > > * Updated Chromium to 78.0.3904.130. [#21413](https://github-redirect.dependabot.com/electron/electron/issues/21413) > > ## electron v7.1.3 > # Release Notes for v7.1.3 > > ## Fixes > > * Fixed `--ignore-connections-limit`, ironically, being ignored. [#21299](https://github-redirect.dependabot.com/electron/electron/issues/21299) > * Fixed broken focus with OOPIF embedded inside webview. [#21223](https://github-redirect.dependabot.com/electron/electron/issues/21223) > * Fixed context menu disappearing when showing. [#21225](https://github-redirect.dependabot.com/electron/electron/issues/21225) > * Fixed contextBridge crash. [#21281](https://github-redirect.dependabot.com/electron/electron/issues/21281) > * Fixed the 'login' event not being emitted when HTTP Basic auth was requested during a `net.request`. [#21135](https://github-redirect.dependabot.com/electron/electron/issues/21135) > * Net module requests no longer raise errors when non-2xx responses are received. [#21295](https://github-redirect.dependabot.com/electron/electron/issues/21295) > * The `disabled-by-default-cpu_profiler` tracing category now correctly records stack samples from the main process and utility processes. [#21277](https://github-redirect.dependabot.com/electron/electron/issues/21277) > * `webContents.reloadIgnoringCache()` will now forcefully ignore all caches, including service workers. [#21284](https://github-redirect.dependabot.com/electron/electron/issues/21284) > * `window.root` and `window.GLOBAL` are both now undefined when `nodeIntegration` is disabled as expected. [#21354](https://github-redirect.dependabot.com/electron/electron/issues/21354) > > ## Other Changes > > * Fixed some crashes that could occur when using the `net` module. [#21304](https://github-redirect.dependabot.com/electron/electron/issues/21304) > * Generate debug symbols on Linux. [#21279](https://github-redirect.dependabot.com/electron/electron/issues/21279) > * Made strip_absolute_paths_from_debug_symbols to false in debug.gn. [#21317](https://github-redirect.dependabot.com/electron/electron/issues/21317) > * Updated Chromium to 78.0.3904.126. [#21346](https://github-redirect.dependabot.com/electron/electron/issues/21346) > ... (truncated)Commits
- [`1409056`](https://github.com/electron/electron/commit/1409056baf762d99ff7f70e7461ca7b6d94cba21) Bump v7.1.5 - [`72cb493`](https://github.com/electron/electron/commit/72cb493023f576df983693d60b5ec3df45644411) Revert "Bump v7.1.5" - [`1e7f26e`](https://github.com/electron/electron/commit/1e7f26e5fd425f08e038cbd7e4ab244f199b00c2) fix: avoid contextBridge crash when RenderFrame address is reused ([#21514](https://github-redirect.dependabot.com/electron/electron/issues/21514)) - [`383e757`](https://github.com/electron/electron/commit/383e75796aab644e8b3b0a39214922fc9f16d8ca) Bump v7.1.5 - [`1edfffa`](https://github.com/electron/electron/commit/1edfffae2552818daa163294450d16f093a16a6f) fix: workaround for hang when preventDefault-ing nativeWindowOpen (7-1-x) ([#2](https://github-redirect.dependabot.com/electron/electron/issues/2)... - [`96e7b44`](https://github.com/electron/electron/commit/96e7b443fc60334944edce1d69618cdfa8642237) fix: sourcemaps not loading with network service ([#21494](https://github-redirect.dependabot.com/electron/electron/issues/21494)) - [`8f728af`](https://github.com/electron/electron/commit/8f728af13ae8a8481ba1ada6679c507895913a67) fix: avoid Electron.dsym files in the main app bundle ([#21447](https://github-redirect.dependabot.com/electron/electron/issues/21447)) ([#21487](https://github-redirect.dependabot.com/electron/electron/issues/21487)) - [`281b074`](https://github.com/electron/electron/commit/281b0741f741a7df17efddf18bca067af0a8f506) fix: name and expirationDate should be optional when setting cookie ([#21454](https://github-redirect.dependabot.com/electron/electron/issues/21454)) ... - [`38c43ab`](https://github.com/electron/electron/commit/38c43ab48f249953f785bda7989541d7dfbe917d) fix: hiding window menu should work on startup ([#21436](https://github-redirect.dependabot.com/electron/electron/issues/21436)) ([#21449](https://github-redirect.dependabot.com/electron/electron/issues/21449)) - [`d1d3d1b`](https://github.com/electron/electron/commit/d1d3d1bd1fbababfb9b0abbd693f468ad2a1851c) fix: restore accessibility window title on macOS ([#21466](https://github-redirect.dependabot.com/electron/electron/issues/21466)) - Additional commits viewable in [compare view](https://github.com/electron/electron/compare/v7.1.2...v7.1.5)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 close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor 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 - `@dependabot badge me` will comment on this PR with code to add a "Dependabot enabled" badge to your readme Additionally, you can set the following in your Dependabot [dashboard](https://app.dependabot.com): - Update frequency (including time of day and day of week) - Pull request limits (per update run and/or open at any time) - Automerge options (never/patch/minor, and dev/runtime dependencies) - Out-of-range updates (receive only lockfile updates, if desired) - Security updates (receive only security updates, if desired)