Skip to content

electron v5.0.1

Compare
Choose a tag to compare
@electron-bot electron-bot released this 04 May 05:09
· 158 commits to 5-0-x since this release

Release Notes for v5.0.1

Fixes

  • Fixed fs.promises APIs not working with ASAR paths. #18115
  • Fixed an issue on Windows where calling .show() on a BrowserWindow did not focus the window. #18080
  • Fixed crash when Electron run from SMB network share. #17908
  • Fixed crash when quitting Electron with an inspector attached. #18076
  • Removed non-existent gpu-crashed event on <webview>. #18004

Other Changes

  • Removed Vulkan validation layers DLLs from electron.zip, which are only meant to be used for Chromium development. #18061
  • Updated Chromium to 73.0.3683.121. #18001