Electron Releases

Filter by channel Filter by major release

Release Notes for v10.1.1

Fixes

  • Fixed an issue where filters set in dialogs on macOS would have nondeterministic ordering. #25192
  • Fixed network permission error when there are multiple WebContents sharing same session are created with web security disabled. #25178
  • Fixed the following issues for frameless when maximized on Windows:
    • Unreachable task bar when auto hidden with position top
    • 1px extending to secondary monitor
    • 1px overflowing into taskbar at certain resolutions
    • White line on top of window under 4k resolutions. #25216

Other Changes

  • Updated Chromium to 85.0.4183.93. #25188

Unknown

  • Fixed issue where clicking notifications would no longer dismiss them as expected. #25246

Release Notes for v10.1.0

Features

  • Added visualEffectState option to BrowserWindows to allow customization of vibrancy effect state on macOS. #25106
  • Added app.createThumbnailFromPath() API that returns a preview image of a file given its file path and a maximum thumbnail size. #25072
  • Added back a previously broken visibleOnFullScreen option for setVisibleOnAllWorkspaces. #25125
  • 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. #25084

Fixes

  • Fixed Electron not working on Windows 7 after https://github.com/electron/electron/pull/25076. #25167