Skip to content

electron v26.2.1

Compare
Choose a tag to compare
@sudowoodo-release-bot sudowoodo-release-bot released this 12 Sep 19:23
· 91 commits to 26-x-y since this release
4e9c583

Release Notes for v26.2.1

Fixes

  • Fixed an error where listening to certain chrome.tabs events would throw incorrectly. #39772 (Also in 25, 27)
  • Fixed an issue where BrowserWindows could crash on macOS with frame: false and roundedCorners: false when going fullscreen. #39795 (Also in 25, 27)
  • Fixed an issue where accelerators representing DOM keys were not correctly converted in webContents.sendInputEvent(). #39821 (Also in 27)
  • Fixed devtools to allow restoring saved dock state on Windows. #39768 (Also in 25, 27)
  • Fixed issue where titlebar would be transparent for transparent windows that are fullscreen. #39780 (Also in 25, 27)

Other Changes

  • Fixed missing type for Electron.TitleBarOverlay. #39805 (Also in 27)
  • Updated Chromium to 116.0.5845.188. #39828