Electron Releases - v32.2.8

npm install electron@v32.2.8
yarn add electron@v32.2.8

Release Notes

Fixes

  • Fixed chrome.i18n extension API being unavailable in service workers. #45038 (Also in 31, 33, 34)
  • Fixed custom spell checker getting stuck in infinite loop using 100% CPU. #45019 (Also in 31, 33, 34)
  • Fixed issue with missing index arg for webContents.canGoToOffset. #45007 (Also in 33, 34)

Other Changes

  • Security: backported fix for CVE-2024-12053.
    • Security: backported fix for chromium:378725734. #45039