Electron Releases - v13.1.8

npm install electron@v13.1.8
yarn add electron@v13.1.8

Release Notes

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