electron/electron
### [`v9.3.0`](https://togithub.com/electron/electron/releases/v9.3.0)
[Compare Source](https://togithub.com/electron/electron/compare/v9.2.1...v9.3.0)
##### Release Notes for v9.3.0
##### Features
- Added back a previously broken `visibleOnFullScreen` option for `setVisibleOnAllWorkspaces`. [#25126](https://togithub.com/electron/electron/issues/25126)
- Added the `currencyCode` field that Apple's StoreKit in-app-purchasing library provides but has not been added to the `Product` object that `inAppPurchase.getProducts` returns. [#25085](https://togithub.com/electron/electron/issues/25085)
##### Fixes
- Fixed `powerMonitor` not emitting `suspend`/`resume` events on some Windows machines. [#25165](https://togithub.com/electron/electron/issues/25165)
- Fixed an issue where filters set in dialogs on macOS would have nondeterministic ordering. [#25194](https://togithub.com/electron/electron/issues/25194)
- Fixed an issue where notifications with a reply button could potentially be destroyed too early when a user clicked on the notification body before replying. [#25101](https://togithub.com/electron/electron/issues/25101)
- Fixed frameless window's size being changed when restored from minimized state. [#25045](https://togithub.com/electron/electron/issues/25045)
- Fixed network permission error when there are multiple WebContents sharing same session are created with web security disabled. [#25179](https://togithub.com/electron/electron/issues/25179)
- Fixed node's TLS stack not allowing renegotiation. [#25041](https://togithub.com/electron/electron/issues/25041)
- Fixed the following issues for frameless when maximized on Windows \* fix unreachable task bar when auto hidden with position top
- fix 1px extending to secondary monitor
- fix 1px overflowing into taskbar at certain resolutions
- fix white line on top of window under 4k resolutions. [#25218](https://togithub.com/electron/electron/issues/25218)
- Fixed window size being changed after unmaximizing. [#25133](https://togithub.com/electron/electron/issues/25133)
##### Unknown
- Fixed not working `WebSQLDatabase` in extension background pages. [#25070](https://togithub.com/electron/electron/issues/25070)
### [`v9.2.1`](https://togithub.com/electron/electron/releases/v9.2.1)
[Compare Source](https://togithub.com/electron/electron/compare/v9.2.0...v9.2.1)
### Release Notes for v9.2.1
#### Fixes
- fix loading shared worker scripts over custom protocol
- fix crash when loading worker scripts with nodeIntegration enabled. [#24750](https://togithub.com/electron/electron/issues/24750)
- Fixed a crash that could occur when using in-memory sessions. [#25002](https://togithub.com/electron/electron/issues/25002)
- Fixed an issue where some Node.js methods would not work with URL instances constructed in the renderer process. [#24862](https://togithub.com/electron/electron/issues/24862)
- Fixed an issue where the Save button did not function in PDF previews. [#24996](https://togithub.com/electron/electron/issues/24996)
- Fixed inactive windows having active titlebar on Windows. [#24873](https://togithub.com/electron/electron/issues/24873)
- Fixed missing `guid` parameter in Linux crash reports. [#24898](https://togithub.com/electron/electron/issues/24898)
- Increased maximum length for crash keys from 127B to 20KB. [#24854](https://togithub.com/electron/electron/issues/24854)
- [a11y] fix an issue where voiceover doesn't read the first item selected from a ARIA combobox. [#25004](https://togithub.com/electron/electron/issues/25004)
#### Other Changes
- Backported the fix to CVE-2020-6532: Use after free in SCTP. [#24887](https://togithub.com/electron/electron/issues/24887)
- Backported the fix to CVE-2020-6537: Type Confusion in V8. [#24885](https://togithub.com/electron/electron/issues/24885)
- Resolve network issues that prevented RTC calls from being connected due to network IP address changes and ICE. (Chromium issue [`1113227`](https://togithub.com/electron/electron/commit/1113227)). [#24997](https://togithub.com/electron/electron/issues/24997)
#### Unknown
- Fixed issues with CORS when making requests from extensions. [#24915](https://togithub.com/electron/electron/issues/24915)
Renovate configuration
:date: Schedule: At any time (no schedule defined).
:vertical_traffic_light: Automerge: Disabled by config. Please merge this manually once you are satisfied.
:recycle: Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
:no_bell: Ignore: Close this PR and you won't be reminded about this update again.
[ ] If you want to rebase/retry this PR, check this box
This PR contains the following updates:
9.2.0
->9.3.0
Release Notes
electron/electron
### [`v9.3.0`](https://togithub.com/electron/electron/releases/v9.3.0) [Compare Source](https://togithub.com/electron/electron/compare/v9.2.1...v9.3.0) ##### Release Notes for v9.3.0 ##### Features - Added back a previously broken `visibleOnFullScreen` option for `setVisibleOnAllWorkspaces`. [#25126](https://togithub.com/electron/electron/issues/25126) - Added the `currencyCode` field that Apple's StoreKit in-app-purchasing library provides but has not been added to the `Product` object that `inAppPurchase.getProducts` returns. [#25085](https://togithub.com/electron/electron/issues/25085) ##### Fixes - Fixed `powerMonitor` not emitting `suspend`/`resume` events on some Windows machines. [#25165](https://togithub.com/electron/electron/issues/25165) - Fixed an issue where filters set in dialogs on macOS would have nondeterministic ordering. [#25194](https://togithub.com/electron/electron/issues/25194) - Fixed an issue where notifications with a reply button could potentially be destroyed too early when a user clicked on the notification body before replying. [#25101](https://togithub.com/electron/electron/issues/25101) - Fixed frameless window's size being changed when restored from minimized state. [#25045](https://togithub.com/electron/electron/issues/25045) - Fixed network permission error when there are multiple WebContents sharing same session are created with web security disabled. [#25179](https://togithub.com/electron/electron/issues/25179) - Fixed node's TLS stack not allowing renegotiation. [#25041](https://togithub.com/electron/electron/issues/25041) - Fixed the following issues for frameless when maximized on Windows \* fix unreachable task bar when auto hidden with position top - fix 1px extending to secondary monitor - fix 1px overflowing into taskbar at certain resolutions - fix white line on top of window under 4k resolutions. [#25218](https://togithub.com/electron/electron/issues/25218) - Fixed window size being changed after unmaximizing. [#25133](https://togithub.com/electron/electron/issues/25133) ##### Unknown - Fixed not working `WebSQLDatabase` in extension background pages. [#25070](https://togithub.com/electron/electron/issues/25070) ### [`v9.2.1`](https://togithub.com/electron/electron/releases/v9.2.1) [Compare Source](https://togithub.com/electron/electron/compare/v9.2.0...v9.2.1) ### Release Notes for v9.2.1 #### Fixes - fix loading shared worker scripts over custom protocol - fix crash when loading worker scripts with nodeIntegration enabled. [#24750](https://togithub.com/electron/electron/issues/24750) - Fixed a crash that could occur when using in-memory sessions. [#25002](https://togithub.com/electron/electron/issues/25002) - Fixed an issue where some Node.js methods would not work with URL instances constructed in the renderer process. [#24862](https://togithub.com/electron/electron/issues/24862) - Fixed an issue where the Save button did not function in PDF previews. [#24996](https://togithub.com/electron/electron/issues/24996) - Fixed inactive windows having active titlebar on Windows. [#24873](https://togithub.com/electron/electron/issues/24873) - Fixed missing `guid` parameter in Linux crash reports. [#24898](https://togithub.com/electron/electron/issues/24898) - Increased maximum length for crash keys from 127B to 20KB. [#24854](https://togithub.com/electron/electron/issues/24854) - [a11y] fix an issue where voiceover doesn't read the first item selected from a ARIA combobox. [#25004](https://togithub.com/electron/electron/issues/25004) #### Other Changes - Backported the fix to CVE-2020-6532: Use after free in SCTP. [#24887](https://togithub.com/electron/electron/issues/24887) - Backported the fix to CVE-2020-6537: Type Confusion in V8. [#24885](https://togithub.com/electron/electron/issues/24885) - Resolve network issues that prevented RTC calls from being connected due to network IP address changes and ICE. (Chromium issue [`1113227`](https://togithub.com/electron/electron/commit/1113227)). [#24997](https://togithub.com/electron/electron/issues/24997) #### Unknown - Fixed issues with CORS when making requests from extensions. [#24915](https://togithub.com/electron/electron/issues/24915)Renovate configuration
:date: Schedule: At any time (no schedule defined).
:vertical_traffic_light: Automerge: Disabled by config. Please merge this manually once you are satisfied.
:recycle: Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
:no_bell: Ignore: Close this PR and you won't be reminded about this update again.
This PR has been generated by WhiteSource Renovate. View repository job log here.