Release Notes for v26.0.0
Features
- Added partial support for
chrome.tabs.query
. #39431 (Also in 25) - Added support for several more Node.js cli flags in the main process. #39373 (Also in 24, 25)
- Support Chrome Extensions
minimum_chrome_version
manifest key. #39357
Fixes
- Fixed
clipboard.readImage()
getting blocked when there is no PNG image in the clipboard. #39487 - Fixed a rare crash when closing active native tab on macOS. #39410 (Also in 25)
- Fixed an accessibility issue where
VoiceOver
couldn't trigger the tray action when selected to emit the click event. #39439 - Fixed an issue where
browserView.removeBrowserView
could cause a crash in some cases. #39406 (Also in 24, 25)
Other Changes
- The
systemPreferences.getAppLevelAppearance
andsystemPreferences.setAppLevelAppearance
APIs have been deprecated, as well as thealternate-selected-control-text
value forsystemPreferences.getColor
. #39492 - The
webContents.getPrinters
API has been deprecated. #39459 - Updated Chromium to 116.0.5845.82. #39458