Skip to content

Latest commit

 

History

History
38 lines (25 loc) · 1.42 KB

CHANGELOG.md

File metadata and controls

38 lines (25 loc) · 1.42 KB

electron-hardener changelog

Notable changes to this project will be documented in the keep a changelog format.

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.

0.2.1 - 2021-06-02

Fixed

  • Fixed NodeJS flag patching on macOS and Linux Electron apps.

0.2.0 - 2021-06-01

Changed

  • Updated minimum supported Electron version to 13.

0.1.0 - 2021-04-23

Inital release