Note: This is an alpha release. Please file new issues for any bugs you find in it.
This release is published to npm under the alpha tag and can be installed via npm install electron@alpha, or npm install electron@45.0.0-alpha.12.
Release Notes for v45.0.0-alpha.12
Features
- Added launch-failure reporting with
systemErrorCodeto theappchild-process-goneevent. #54230 (Also in 44)
Fixes
- Fixed
--xdg-portal-required-versionhaving no effect and a spurious portal warning being logged for file dialogs on Linux. #54302 (Also in 43, 44) - Fixed a possible crash during process exit when
vm.Scriptorvmcontexts created in the main process had been garbage collected shortly before quitting. #54267 (Also in 43, 44) - Fixed a renderer crash when a
ResizeObserverloop-limit error handler modified layout. #54289 (Also in 44) - Fixed
clipboard.read(),readText()andhas()resolving seconds late on Linux while the app was idle. #54307 (Also in 42, 43, 44) - Fixed
fs.rmSyncfailing to remove read-only files on Windows. #54190 (Also in 42, 43, 44) - Fixed
process.nextTickand promise callbacks queued inprotocol/webRequesthandlers running at the wrong time. #54301 - Fixed WebAssembly modules loaded from the code cache crashing or throwing
RuntimeError: unreachableafter updating between certain patch releases. #54237 (Also in 42, 43, 44)