Electron v16.0.7
npm
npm install --save-dev electron@16.0.7
yarn
yarn add --dev electron@16.0.7
Release Notes
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 inwin.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)