Electron Releases

Filter by channel Filter by major release

Release Notes for v35.0.2

Fixes

  • Fixed an issue where Web Workers crashed on unhandled rejections. #46020 (Also in 34, 36)
  • Fixed an issue where packages could be mistakenly not found in asar. #46022 (Also in 36)
  • Fixed title changes to not occur while navigating within a page. #46035 (Also in 34, 36)

Other Changes

  • Fixed an issue where Electron could fail to load on some older Linux distributions. #45983 (Also in 34, 36)
  • Updated Chromium to 134.0.6998.88. #45972

Release Notes for v35.0.1

Fixes

  • Fixed an issue where Node.js OOM errors terminate the process directly without raising an OOM exception. #45911 (Also in 36)
  • Fixed an issue where setContentProtection(true) was reverted when a given window was hidden. #45889 (Also in 34)
  • Fixed invalid memory access in pdf viewer which lead to random crashes. #45879 (Also in 34)
  • Improved webContents loading time when resolving fonts for uncommon scripts. #45918 (Also in 34, 36)

Other Changes

  • Backported fix for 401059730. #45938
  • Backported fix for 401059730. #45943