Electron v12.0.5 released: Build cross-platform desktop apps with JavaScript, HTML, and CSS
Electron is an open source library developed by GitHub for building cross-platform desktop applications with HTML, CSS, and JavaScript. It accomplishes this by combining Chromium and Node.js into a single runtime and apps can be packaged for Mac, Windows, and Linux.
It began in 2013 as the framework on which Atom, GitHub’s hackable text editor, would be built. The two were open sourced in the Spring of 2014.
It has since become a popular tool used by open source developers, startups, and established companies.
Electron v12.0.5 was released. The main updates for this release include:
Fixes
- Fixed the handler set with setWindowOpenHandler not being invoked when a link was middle-clicked or shift-clicked. #28664 (Also in 13)
Other Changes
- Updated Chromium to 89.0.4389.128. #28659