Skip to content

electron v15.3.5

Compare
Choose a tag to compare
@sudowoodo-release-bot sudowoodo-release-bot released this 11 Jan 22:26
· 175 commits to 15-x-y since this release

Release Notes for v15.3.5

Fixes

  • Allowed specifying x64 arch on Mac Rosetta via npm_config_arch. #32380 (Also in 16, 17)
  • Bug fixed for registering protocol in windows which used to set invalid command if the execution path included space. #32330 (Also in 14, 16, 17)
  • Fixed window.open not overriding parent's webPreferences. #32109 (Also in 16, 17)
  • Fixed a crash caused by app.getLocaleCountryCode(). #32332 (Also in 16, 17)
  • Fixed crash when playing media files on Windows 7/8 or macOS 10.11/10.12. #32213 (Also in 13, 14, 16, 17)
  • Fixed incorrect skipTransformProcessType option parsing in win.setVisibleOnAllWorkspaces(). #32396 (Also in 13, 14, 16, 17)
  • No Notes. #32245 (Also in 13, 14, 16, 17)

Other Changes