Electron Releases

Filter by channel Filter by major release

Release Notes for v34.0.2

Fixes

  • Fixed a crash when calling shell.readShortcutLink caused by PKEY_AppUserModel_ToastActivatorCLSID sometimes being represented by a string uuid. #45350 (Also in 33)
  • Fixed a potential crash in chrome.tabs.update(). #45304 (Also in 33, 35)
  • Fixed an issue where print scaling could be too small during silent print. #45283 (Also in 35)
  • Fixed crash in gin::wrappable::secondweakcallback. #45376

Other Changes

  • Updated Chromium to 132.0.6834.159. #45313

Release Notes for v34.0.1

Fixes

  • Addressed two possible crashes in the File System Access API. #45260 (Also in 35)
  • Fixed an issue where drag-dropping two directories would cause getAsFileSystemHandle to never resolve. #45258 (Also in 33, 35)
  • The avoidClosingConnections option for session.clearData now properly defaults to false when the dataTypes option is not set. #45208 (Also in 33)