Skip to content

v0.2.2

Latest
Compare
Choose a tag to compare
@complexspaces complexspaces released this 22 Sep 18:26
· 1 commit to main since this release

[0.2.2] - 2021-09-22

Changed

  • Updated minimum supported Electron version to 15.
  • Deprecated patching with NodeJsCommandLineFlag. This has been superseded by the NodeCliInspect fuse.
  • Deprecated patching with DevToolsMessage. It is no longer needed due to the functionality provided by the NodeCliInspect fuse.

New

  • 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.