Skip to content

electron v25.5.0

Compare
Choose a tag to compare
@sudowoodo-release-bot sudowoodo-release-bot released this 09 Aug 20:21
· 83 commits to 25-x-y since this release
34be316

Release Notes for v25.5.0

Features

  • Added safeStorage.setUsePlainTextEncryption and safeStorage.getSelectedStorageBackend api. #39325 (Also in 26)

Fixes

  • Fixed a rare crash when closing active native tab on macOS. #39409 (Also in 26)
  • Fixed an issue where browserView.removeBrowserView could cause a crash in some cases. #39408 (Also in 24, 26)
  • Fixed an issue where chrome.tabs.update did not return a tab object that properly reflected potential properties that were changed. #39388 (Also in 26)
  • Fixed crash in message ports when utility process exits. #39345 (Also in 26)
  • Notes: Fixes an issue where chrome.tabs did not work properly with Chrome Extensions Manifest V3. #39359 (Also in 26)

Other Changes

  • Updated Chromium to 114.0.5735.289. #39351