Electron v13.6.2
npm
npm install --save-dev electron@13.6.2
yarn
yarn add --dev electron@13.6.2
Release Notes
Fixes
Fixed an issue where
Content-Disposition
filenames would be incorrectly truncated at the first comma for a filename attachment which contained one. #31691 (Also in 14, 15, 16)Fixed an issue which caused print settings to not work properly when printing silently. #31618 (Also in 14, 15, 16)