Skip to content

Releases: sleeyax/asarmor

v3.0.0

19 Apr 17:31
Compare
Choose a tag to compare

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

v2.0.0 (stable)

26 Nov 22:44
Compare
Choose a tag to compare

v2.0.0-beta.2

02 Nov 00:35
Compare
Choose a tag to compare
v2.0.0-beta.2 Pre-release
Pre-release
  • Fixed CLI typos
  • Updated docs

v2.0.0-beta.1

02 Nov 00:19
3c99137
Compare
Choose a tag to compare
v2.0.0-beta.1 Pre-release
Pre-release

Changelog: PR #14

v1.8.3

01 Nov 20:23
Compare
Choose a tag to compare
1.8.3