Electron 33.0.0
· 4 мин. прочитано
Electron 33.0.0 вышел! It includes upgrades to Chromium 130.0.6723.44, V8 13.0, and Node 20.18.0.
Команда Electron рада объявить о выпуске Electron 33.0.0! You can install it with npm via npm install electron@latest
or download it from our releases website. Continue reading for details about this release.
If you have any feedback, please share it with us on Twitter or Mastodon, or join our community Discord! Bugs and feature requests can be reported in Electron's issue tracker.
Notable Changes
Highlights
- Added a handler,
app.setClientCertRequestPasswordHandler(handler)
, to help unlock cryptographic devices when a PIN is needed. #41205 - Extended
navigationHistory
API with 2 new functions for better history management. #42014 - Improved native theme transparency checking. #42862
Stack Changes
- Chromium
130.0.6723.44
- Node
20.18.0
- V8
13.0
Electron 33 upgrades Chromium from 128.0.6613.36
to 130.0.6723.44
, Node from 20.16.0
to 20.18.0
, and V8 from 12.8
to 13.0
.