Skip to content

Releases: electron/osx-sign

v2.0.0

04 Apr 21:52
929ed18
Compare
Choose a tag to compare

2.0.0 (2025-04-04)

BREAKING CHANGES

  • Bumps required Node.js version to >=22.12.0.
  • This module is now ESM-only.
  • The exported sign, walk, and flat functions are now Promise-based (signAsync, walkAsync, and flatAsync have been removed).

v1.3.3

05 Mar 01:36
087ddb6
Compare
Choose a tag to compare

1.3.3 (2025-03-05)

Bug Fixes

  • strictVerify not working with true value (#345) (087ddb6)

v1.3.2

31 Dec 00:19
a5bf4d4
Compare
Choose a tag to compare

1.3.2 (2024-12-31)

Bug Fixes

  • flat: don't use pkgbuild for MAS distributions (#340) (a5bf4d4)

v1.3.1

04 Jul 17:56
51531f1
Compare
Choose a tag to compare

1.3.1 (2024-07-04)

Bug Fixes

  • flat: use pkgbuild to bundle pre/postinstall scripts (#282) (51531f1)

v1.3.0

15 May 02:09
4e9ffce
Compare
Choose a tag to compare

1.3.0 (2024-05-15)

Features

  • add support for and document --deep for subresources (#316) (4e9ffce)

v1.2.0

22 Apr 04:26
e05e008
Compare
Choose a tag to compare

1.2.0 (2024-04-22)

Features

  • export walkAsync, correcting type definition comments around requirements (#311) (e05e008)

v1.1.0

20 Mar 16:16
7f7934f
Compare
Choose a tag to compare

1.1.0 (2024-03-20)

Features

  • adding support for specifying per-file requirements as a string (#310) (7f7934f)

v1.0.5

18 Aug 19:59
06b32b5
Compare
Choose a tag to compare

1.0.5 (2023-08-18)

Bug Fixes

  • export SignOptions type (#274) (01bd4c2)
  • only apply preAutoEntitlements to top-level app bundle (#292) (06b32b5)

v0.4.11

23 Oct 05:54
Compare
Choose a tag to compare

This is a minor patch introducing support for the hardened runtime (introduced in Mojave), with a plist dependency security update.

Added:

  • --hardened-runtime option to pass to codesign enabling hardened runtime (#176).

Security:

  • Fix plist dependency vulnerability (#175).

v0.4.10

07 Mar 20:03
Compare
Choose a tag to compare

Due to a release issue with v0.4.9 on npm (#165), please use v0.4.10 instead though there being no activity on the repo.