Skip to content

Releases: electron/osx-sign

v2.2.0

29 Aug 19:39
bab7d59
Compare
Choose a tag to compare

2.2.0 (2025-08-29)

Features

  • add option to set permissions for Foo.app to be squirrel.mac compatible (#373) (bab7d59)

v2.1.0

28 Aug 22:00
727acb7
Compare
Choose a tag to compare

2.1.0 (2025-08-28)

Bug Fixes

  • add personal-information.photos-library entitlement in default.darwin.plist (#371) (3296ac0)
  • Use lstat instead of stat (#372) (baa1b6d)

Features

  • perf: add batchCodesignCalls option to allow signing multiple files at once (#347) (727acb7)

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)