Release Notes for v25.3.1
Fixes
- Fixed an issue where
BrowserWindow.moveAbove()
andBrowserWindow.moveTop()
did not work for child windows on macOS. #39071 (Also in 24, 26) - Fixed an issue where files could in some circumstances be selection when
openFile
was not passed as a dialog property. #39096 (Also in 24, 26) - Fixed an issue with
webContents.print({ silent: true })
not working correctly. #39095 (Also in 26) - Fixed an issue with the application menu overlapping menu items on Windows 11. #39099 (Also in 26)
Other Changes
- Updated Chromium to 114.0.5735.243. #39146