Electron: v9.3.0 Release

Release date:
September 3, 2020
Previous version:
v9.2.1 (released August 18, 2020)
Magnitude:
249 Diff Delta
Contributors:
9 total committers
Data confidence:
Commits:

30 Features Released with v9.3.0

Top Contributors in v9.3.0

trop[bot]
MarshallOfSound
niik
nornagon
codebytere
electron-bot
miniak
deepak1556
sentialx

Directory Browser for v9.3.0

We haven't yet finished calculating and confirming the files and directories changed in this release. Please check back soon.

Release Notes Published

Release Notes for v9.3.0

Features

  • Added back a previously broken visibleOnFullScreen option for setVisibleOnAllWorkspaces. #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

Fixes

  • Fixed powerMonitor not emitting suspend/resume events on some Windows machines. #25165
  • Fixed an issue where filters set in dialogs on macOS would have nondeterministic ordering. #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
  • Fixed frameless window's size being changed when restored from minimized state. #25045
  • Fixed network permission error when there are multiple WebContents sharing same session are created with web security disabled. #25179
  • Fixed node's TLS stack not allowing renegotiation. #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
  • Fixed window size being changed after unmaximizing. #25133

Unknown

  • Fixed not working WebSQLDatabase in extension background pages. #25070