Electron 26.1.0 released, a cross-platform desktop application development tool

Electron is a cross-platform desktop application built using JavaScript, HTML, and CSS. It is based on Node.js and Chromium and is used by the Atom editor and many other applications. Electron is compatible with Mac, Windows and Linux, and can build applications for the three platforms.

Electron  26.1.0 is now released, the specific updates are as follows: 

Features

  • Added support for --dns-result-order Node.js cli flag. #39501

Fixes

  • Fixed BrowserWindow.moveTop()a crash that could occur when called on a modal child window. #39527
  • Fixed chrome://gputhe problem of loading failure. #39584
  • Fixed chrome.tabssome properties of Tab objects not being correctly considered privileged. #39607
  • Fixed decoration of tiled windows on Wayland. 39571
  • Fixed regenerating thumbnail toolbar buttons when restarting Explorer. #39587 
  • Support for Region Capture API with tab MediaStream. #39618

Other Changes

Update instructions: https://github.com/electron/electron/releases/tag/v26.1.0

Guess you like

Origin www.oschina.net/news/256604/electron-26-1-0-released