Electron v17.1.0
Release Notes
Features
Added
heightoption for Windows Control Overlay. #32939
Fixes
Fixed BrowserWindow.showInactive restoring a maximized window to non-maximized on Windows. #33021 (Also in 16, 18)
Fixed a crash that occurred when a user attempted to print a document either with
window.print(), the print button in the PDF viewer, or withBrowserWindow.webContents()and clicked cancel in the resulting print dialog. #33015Fixed an issue where
webContents.openDevTools({ mode })did not work for certain dock positions. #32945 (Also in 18)Fixed an issue where
webContents.savePagefailed when passing a relative path instead of an absolute one. #33016 (Also in 15, 16, 18)Fixed command string registered via setAsDefaultProtocolClient on windows. #33012 (Also in 14, 15, 16, 18)
Fixed stale renderer process when application is quit while renderer is busy. #32970 (Also in 14, 15, 16, 18)