npm electron 38.0.0-beta.2
electron v38.0.0-beta.2

latest releases: 39.0.0-alpha.1, 38.0.0, 38.0.0-beta.11...
28 days ago

Note: This is a beta release. Please file new issues for any bugs you find in it.

This release is published to npm under the beta tag and can be installed via npm install electron@beta, or npm install electron@38.0.0-beta.2.

Release Notes for v38.0.0-beta.2

Features

  • Added webFrameMain.fromFrameToken(processId, frameToken) to get a WebFrameMain instance from its frame token. #47942
  • Added support for app.getRecentDocuments() on Windows and macOS. #47924 (Also in 36, 37)
  • Adds the ability to change window accent color on Windows after initial window initialization via {get|set}AccentColor. #47939
  • Internally switched to using DIR_ASSETS instead of DIR_MODULE/DIR_EXE to locate assets and resources, and added "assets" as a key that can be queried via app.getPath. #47950 (Also in 37)

Fixes

  • Fixed an issue where importing from electron/utility threw a ERR_MODULE_NOT_FOUND error at runtime. #47989
  • Fixed an issue where video scrubbing would not correctly hold the new position on playback. #47965 (Also in 37)

Other Changes

  • Updated Chromium to 140.0.7327.0. #47930

Don't miss a new electron release

NewReleases is sending notifications on new releases.