Skip to content

electron v26.1.0

Compare
Choose a tag to compare
@sudowoodo-release-bot sudowoodo-release-bot released this 23 Aug 19:40
· 116 commits to 26-x-y since this release
a6649ff

Release Notes for v26.1.0

Features

  • Added support for --dns-result-order Node.js cli flag. #39501 (Also in 25)

Fixes

  • Fixed a potential crash when calling BrowserWindow.moveTop() on modal child windows. #39527 (Also in 24, 25)
  • Fixed an issue where chrome://gpu failed to load. #39584 (Also in 27)
  • Fixed an issue where certain properties of chrome.tabs Tab objects were not properly considered privileged. #39607 (Also in 25, 27)
  • Fixed decorations for tiled windows on Wayland. #39571 (Also in 22, 24, 25, 27)
  • Fixed to regenerate thumbnail toolbar buttons when explorer is restarted. #39587 (Also in 24, 25)
  • Support Region Capture API with tab MediaStream. #39618

Other Changes