Release Notes for v25.1.1
Fixes
- Added transparent color support for WCO on Windows. #38715 (Also in 26)
- Fixed an error with
webContents.print
parameter validation by adding missing options required to set printer printable area. #38720 (Also in 26) - Fixed an issue where passing
webContents.print(null)
could incorrectly trigger an error. #38642 (Also in 24, 26) - Fixed an issue with potential use-after-free of child windows on close and reparent. #38678 (Also in 24, 26)
- Fixed potential invalid protocol error handling. #38634 (Also in 26)
- Fixed visibility of menu bar when exiting full screen. #38682 (Also in 23, 24, 26)