Electron v34.0.2
npm
npm install --save-dev electron@34.0.2
yarn
yarn add --dev electron@34.0.2
Release Notes
Fixes
Fixed a crash when calling
shell.readShortcutLink
caused byPKEY_AppUserModel_ToastActivatorCLSID
sometimes being represented by a string uuid. #45350 (Also in 33)Fixed a potential crash in
chrome.tabs.update()
. #45304 (Also in 33, 35)Fixed an issue where print scaling could be too small during silent print. #45283 (Also in 35)
Fixed crash in gin::wrappable::secondweakcallback. #45376
Other Changes
Updated Chromium to 132.0.6834.159. #45313