Notable changes to this project will be documented in the keep a changelog format.
0.2.2 - 2021-09-22
- Updated minimum supported Electron version to 15.
- Deprecated patching with
NodeJsCommandLineFlag
. This has been superseded by theNodeCliInspect
fuse. - Deprecated patching with
DevToolsMessage
. It is no longer needed due to the functionality provided by theNodeCliInspect
fuse.
- Added support for Electron's experimental cookie encryption fuse added in version 13.
- Added support for Electron's new fuses to disable NodeJS debugging flags and environment variables.
- Added support for Electron's new ASAR integrity fuses to protect against unknown code from being ran.
0.2.1 - 2021-06-02
- Fixed NodeJS flag patching on macOS and Linux Electron apps.
0.2.0 - 2021-06-01
- Updated minimum supported Electron version to 13.
0.1.0 - 2021-04-23
Inital release