Skip to content

Commit

Permalink
chore: add upgrade stack information
Browse files Browse the repository at this point in the history
  • Loading branch information
VerteDinde authored Feb 21, 2024
1 parent 992c9bd commit 345899d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion blog/electron-29-0.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,14 +28,15 @@ If you have any feedback, please share it with us on [Twitter](https://twitter.c
- [Node 20.0.0 notes](https://nodejs.org/en/blog/release/v20.0.0/)
- V8 `12.2`

Electron 29 upgrades Chromium from `120.0.6099.56` to `122.0.6261.39`, Node from `18.18.2` to `20.9.0`, and V8 from `12.0` to `12.2`.

### New Features

- Added [net](https://www.electronjs.org/docs/latest/api/net) module to [utility process](https://www.electronjs.org/docs/latest/glossary#utility-process). [#40890](https://github.com/electron/electron/pull/40890)
- Added a new [Electron Fuse](https://www.electronjs.org/docs/latest/tutorial/fuses), `grantFileProtocolExtraPrivileges`, that opts the `file://` protocol into more secure and restrictive behaviour that matches Chromium. [#40372](https://github.com/electron/electron/pull/40372)
- Added new `webUtils` module, a utility layer to interact with Web API objects, to replace `File.path` augmentation. [#38776](https://github.com/electron/electron/pull/38776)
- Added an option in `protocol.registerSchemesAsPrivileged` to allow V8 code cache in custom schemes. [#40544](https://github.com/electron/electron/pull/40544)
- Migrated `app.{set|get}LoginItemSettings(settings)` to use Apple's new recommended underlying framework on macOS 13.0+. [#37244](https://github.com/electron/electron/pull/37244)
- Upgraded Node from v18.18.2 to v20.9.0 [#40545](https://github.com/electron/electron/pull/40545)

### Breaking Changes

Expand Down

0 comments on commit 345899d

Please sign in to comment.