Electron Releases - v10.1.0

npm install electron@v10.1.0
yarn add electron@v10.1.0

Release Notes

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