Skip to content

v3.0.0

Latest
Compare
Choose a tag to compare
@sleeyax sleeyax released this 19 Apr 17:31
· 2 commits to master since this release

This is the first major release in a while, containing BREAKING CHANGES.

The asar format and tooling has evolved over the years and asarmor has become less and less effective because of it.

Added

  • Encrypt existing asar file (closes #42) c0890a8. Source directories are no longer accepted as a parameter.
  • Support proper resolution of unencrypted code from plaintext asar file (closes #41)

Removed

  • Removed trashify patch. It's been broken ever since the @elelctron/asar utility has been updated to skip errors fe595bd

Fixed

  • Fixed bloat patch leaking parts of source code cddbf4c

Changed

  • Updated node example test to use an actual test runner
  • Handle encryption keys only internally (closes #61) 1ba3d45

Chores

  • Updated dependencies
  • Migrated from the old and deprecated asar dependency to @electron/asar ac2c9fb
  • Migrated from babel-jest to ts-jest 9e68ee7
  • Test node example in CI pipeline

Full Changelog: v2.1.0-beta.10...v3.0.0