Electron Releases - v9.3.0

npm install electron@v9.3.0
yarn add electron@v9.3.0

Release Notes

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