Electron Releases

Filter by channel Filter by major release

Release Notes for v14.2.5

Fixes

  • Fixed an issue that the alert() dialog title is corrupted. #32467 (Also in 15, 16, 17)
  • Fixed an issue where ipcRenderer.postMessage would throw errors when the transfer argument was not passed. #32457 (Also in 15, 16, 17)
  • Fixed an issue where the 'maximize' and 'unmaximize' events didn't fire properly on linux. #32499 (Also in 15, 16, 17)
  • Fixed crash when calling webContents.setZoomFactor(1.0). #32618 (Also in 13, 15, 16, 17)
  • Fixed minimized BrowserWindow being restored by BrowserWindow.unmaximize(). #32493 (Also in 15, 16, 17)

Other Changes

  • Backported fix for CVE-2021-38012. #32013
  • Backported fix for CVE-2021-38018. #32022
  • Backported fix for CVE-2021-38019. #32016
  • Backported fix for CVE-2021-4066. #32547
  • Security: backported fix for https://crbug.com/1275020. #32354

Release Notes for v14.2.4

Fixes

  • Bug fixed for registering protocol in windows which used to set invalid command if the execution path included space. #32328 (Also in 15, 16, 17)
  • Fixed window.open not overriding parent's webPreferences. #32325 (Also in 15, 16, 17)
  • Fixed crash when playing media files on Windows 7/8 or macOS 10.11/10.12. #32349 (Also in 13, 15, 16, 17)
  • Fixed incorrect skipTransformProcessType option parsing in win.setVisibleOnAllWorkspaces(). #32395 (Also in 13, 15, 16, 17)
  • No Notes. #32242 (Also in 13, 15, 16, 17)

Other Changes

  • Backported fix for CVE-2021-38006. #32010
  • Backported fix for CVE-2021-38017. #32033
  • Backported fix for CVE-2021-4056. #32236
  • Backported fix for CVE-2021-4057. #32233
  • Backported fix for CVE-2021-4058. #32224
  • Backported fix for CVE-2021-4059. #32211
  • Backported fix for CVE-2021-4078. #32217
  • Backported fix for CVE-2021-4079. #32227
  • Backported fix for CVE-2021-4098. #32182
  • Backported fix for CVE-2021-4099. #32188
  • Backported fix for CVE-2021-4100. #32185
  • Backported fix for CVE-2021-4101. #32191
  • Backported fix for CVE-2021-4102. #32193