Skip to content

Commit

Permalink
Release version 0.2.2 (#8)
Browse files Browse the repository at this point in the history
  • Loading branch information
complexspaces committed Sep 22, 2021
1 parent 2caa53d commit 3feba81
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 4 deletions.
7 changes: 5 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,16 @@ Notable changes to this project will be documented in the [keep a changelog](htt

## [Unreleased]

## [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 suport for Electron's new fuses to disable NodeJS debugging flags and environment variables.
* 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
Expand All @@ -32,4 +34,5 @@ Inital release
[Unreleased]: https://github.com/1Password/electron-hardener/compare/v0.1.0...HEAD
[0.1.0]: https://github.com/1Password/electron-hardener/releases/tag/v0.1.0
[0.2.0]: https://github.com/1Password/electron-hardener/releases/tag/v0.2.0
[0.2.1]: https://github.com/1Password/electron-hardener/releases/tag/v0.2.1
[0.2.1]: https://github.com/1Password/electron-hardener/releases/tag/v0.2.1
[0.2.2]: https://github.com/1Password/electron-hardener/releases/tag/v0.2.2
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "electron-hardener"
version = "0.2.1"
version = "0.2.2"
authors = ["ComplexSpaces <[email protected]>", "1Password"]
description = "Utility to remove features from Electron that modify runtime behavior"
keywords = ["electron", "security", "hardening"]
Expand Down

0 comments on commit 3feba81

Please sign in to comment.