Skip to content

electron v27.2.0

Compare
Choose a tag to compare
@sudowoodo-release-bot sudowoodo-release-bot released this 21 Dec 22:55
· 54 commits to 27-x-y since this release
fde45bc

Release Notes for v27.2.0

Features

  • Added an option in protocol.registerSchemesAsPrivileged to allow V8 code cache in custom schemes. #40708 (Also in 28)

Fixes

  • Fixed an issue where font requests were incorrectly being sent to dev tools multiple times per resource. #40715 (Also in 28)
  • Fixed child window opening in non-active macOS apps. #40658 (Also in 26, 28)
  • Fixed documentation of the default --inspect port. #40742 (Also in 28)
  • Fixed save to file option not working in performance tab of devtools. #40753
  • Prevent node mode to be used as script runner by other apps on macOS. #40737 (Also in 26, 28)

Other Changes