Electron Releases

Filter by channel Filter by major release

Release Notes for v13.1.8

Fixes

  • Fixed a potential crash that would occur with draggable regions on Windows. #30326 (Also in 14, 15)
  • Fixed an issue where a specified aspect ratio could become incorrect when maximizing a window on macOS. #30330 (Also in 12, 14, 15)
  • Fixed frameless window having wrong traffic lights position on macOS 11. #30319 (Also in 14, 15)
  • Fixed pressing ESC not exiting fullscreen from webview. #30128 (Also in 12, 14)
  • Fixed stack overflow crash in v8 on windows 32-bit builds. #30241 (Also in 12, 14, 15)
  • Fixed tray.setTitle not respecting ANSI colors if a font type was specified. #30163 (Also in 14)

Other Changes

  • Backported fix for https://crbug.com/1227921. #30203
  • Security: backported fix for 1205059,1196302. #30265
  • Security: backported fix for CVE-2021-30568. #30229
  • Security: backported fix for CVE-2021-30569. #30294
  • Security: backported fix for CVE-2021-30573. #30251
  • Security: backported fix for chromium:1217064. #30246
  • Updated Chromium to 91.0.4472.164. #30169

Release Notes for v13.1.7

Fixes

  • Fixed requestFullscreen inside webview does not make the element take fullscreen. #29987 (Also in 12, 14)
  • Fixed a crash when calling the webContents.on('login') callback synchronously. #30091 (Also in 12, 14)
  • Fixed a possible renderer crash when using fsPromises.readFile. #29928
  • Fixed an issue where Electron would sometimes not honor the user-defined Downloads directory. #29968 (Also in 12, 14)
  • Fixed an issue where the traffic lights would get double-drawn when exiting fullscreen and adding a BrowserView on macOS. #30149 (Also in 14)
  • Fixed incorrect value of document.focus when opening multiple windows on macOS
    • fix key window status on mac when opening panels or using custom window switchers. #29234 (Also in 12, 14)
  • Fixed systemPreferences.getSystemColor returning colors missing alpha values. #30088 (Also in 14)

Other Changes

  • Backported fix for 1216190. #30100 (Also in 12, 14)

Documentation

  • Documentation changes: #30057