Electron Releases

Filter by channel Filter by major release

Release Notes for v15.3.6

Fixes

  • Fixed a crash that occurred when user attempted to download an edited PDF. #32537 (Also in 16, 17)
  • Fixed an issue that the alert() dialog title is corrupted. #32468 (Also in 14, 16, 17)
  • Fixed an issue where ipcRenderer.postMessage would throw errors when the transfer argument was not passed. #32458 (Also in 14, 16, 17)
  • Fixed an issue where the 'maximize' and 'unmaximize' events didn't fire properly on linux. #32498 (Also in 14, 16, 17)
  • Fixed aspect ratio resize for frameless windows on macOS. #32445 (Also in 16, 17)
  • Fixed crash when calling webContents.setZoomFactor(1.0). #32619 (Also in 13, 14, 16, 17)
  • Fixed minimized BrowserWindow being restored by BrowserWindow.unmaximize(). #32494 (Also in 14, 16, 17)
  • Fixed windows with roundedCorners: false unable to be closed. #32610 (Also in 16, 17)
  • Strip symbols from crashpad_handler binary on Linux, reducing bundle size. #32548 (Also in 16, 17)

Other Changes

  • Backported fix for CVE-2021-38012. #32012
  • Backported fix for CVE-2021-38017. #32032
  • Backported fix for CVE-2021-38019. #32015
  • Backported fix for CVE-2021-4066. #32546
  • Backported fix for CVE-2021-4100. #32184
  • Security: backported fix for https://crbug.com/1275020. #32353

Release Notes for v15.3.5

Fixes

  • Allowed specifying x64 arch on Mac Rosetta via npm_config_arch. #32380 (Also in 16, 17)
  • Bug fixed for registering protocol in windows which used to set invalid command if the execution path included space. #32330 (Also in 14, 16, 17)
  • Fixed window.open not overriding parent's webPreferences. #32109 (Also in 16, 17)
  • Fixed a crash caused by app.getLocaleCountryCode(). #32332 (Also in 16, 17)
  • Fixed crash when playing media files on Windows 7/8 or macOS 10.11/10.12. #32213 (Also in 13, 14, 16, 17)
  • Fixed incorrect skipTransformProcessType option parsing in win.setVisibleOnAllWorkspaces(). #32396 (Also in 13, 14, 16, 17)
  • No Notes. #32245 (Also in 13, 14, 16, 17)

Other Changes

  • Backported fix for CVE-2021-38006. #32009
  • Backported fix for CVE-2021-38008. #32011
  • Backported fix for CVE-2021-38018. #32257
  • Backported fix for CVE-2021-4056. #32235
  • Backported fix for CVE-2021-4057. #32232
  • Backported fix for CVE-2021-4058. #32223
  • Backported fix for CVE-2021-4059. #32210
  • Backported fix for CVE-2021-4078. #32216
  • Backported fix for CVE-2021-4079. #32226
  • Backported fix for CVE-2021-4098. #32181
  • Backported fix for CVE-2021-4099. #32187
  • Backported fix for CVE-2021-4101. #32190