Electron Releases

Filter by channel Filter by major release

Release Notes for v16.0.7

Fixes

  • Allowed specifying x64 arch on Mac Rosetta via npm_config_arch. #32381 (Also in 15, 17)
  • Bug fixed for registering protocol in windows which used to set invalid command if the execution path included space. #32331 (Also in 14, 15, 17)
  • Fixed text input performance regression. #32352
  • Fixed a crash caused by app.getLocaleCountryCode(). #32321 (Also in 15, 17)
  • Fixed incorrect skipTransformProcessType option parsing in win.setVisibleOnAllWorkspaces(). #32397 (Also in 13, 14, 15, 17)
  • Fixed regression where console windows would open for execSync and some spawnSync calls for Windows users. #32379 (Also in 17)