electron v23.2.0
·
94 commits
to 23-x-y
since this release
Release Notes for v23.2.0
Features
- Added the
enableLocalEcho
flag to the session handlerses.setDisplayMediaRequestHandler()
callback for allowing remote audio input to be echoed in the local output stream whenaudio
is aWebFrameMain
. #37529 (Also in 24)
Fixes
- Fixed an issue where
BroadcastChannel
did not work correctly whencontextIsolation: false
. #37444 (Also in 24) - Fixed an issue with potential dock icon duplication on macOS. #37624 (Also in 22, 24)
- Fixed issue with BrowserWindow not updating after call to previewFile. #37577 (Also in 22, 24)
- Improved error messages on
session.cookies.set
failure. #37596 (Also in 22, 24)