Electron v33.4.1
npm
npm install --save-dev electron@33.4.1
yarn
yarn add --dev electron@33.4.1
Release Notes
Fixes
Fixed an issue where Electron may experience crashes on Linux with 16KiB pages. #45602
Fixed an issue where Windows Control Overlay didn't work with some window configurations. #45476 (Also in 34, 35)
Fixed crash when accessing WebFrameMain frames and name attributes on destroyed frames. #45509 (Also in 34, 35)
Fixed issue where 'contextmenu' event is emitted twice on macOS. #45549 (Also in 34)
Fixed the path for a needed library used for mksnapshot. #45547 (Also in 32, 34, 35)