Skip to content

electron v31.4.0

Compare
Choose a tag to compare
@sudowoodo-release-bot sudowoodo-release-bot released this 15 Aug 06:31
· 45 commits to 31-x-y since this release
bd70c3a

Release Notes for v31.4.0

Features

  • Added a new property prefersReducedTransparency to nativeTheme, which indicates whether the user has chosen to reduce OS-level transparency via system accessibility settings. #43137 (Also in 30, 32)

Fixes

  • Fixed a crash that could occur in some DevTools extensions containing draggable regions. #43200 (Also in 32)
  • Fixed an issue where navigator.serial.getPorts() incorrectly returned an empty array in some cases. #43170 (Also in 30, 32)
  • Fixed an issue where system-context-menu was not triggered as expected on Windows when using a frameless BrowserWindow. #43274 (Also in 30, 32)
  • Fixed an issue where calling window.showInactive on macOS did not actually show the window. #43102 (Also in 32)
  • Fixed behavior when entering/exiting fullscreen fails on macOS. #43154 (Also in 29, 30, 32)
  • Fixed issues with the vibrancy view on macOS. #43128 (Also in 32)
  • Fixed several view hierarchy issues related to web contents view on MacOS. #43096 (Also in 32)
  • Resolved an issue where desktopCapturer.getSources never fulfilled its promise in some cases. #43271 (Also in 29, 30, 32)

Other Changes